Bump bootloader from 0.9.20 to 0.9.21 (#302)

This commit is contained in:
dependabot[bot] 2022-01-12 08:28:48 +00:00 committed by GitHub
parent e2ff0ac6c4
commit 0d1fce6a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -79,9 +79,9 @@ dependencies = [
[[package]]
name = "bootloader"
version = "0.9.20"
version = "0.9.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b0718f186cd449b21f044683933284ed90fb83f3e13949ff0e03b0b6f02e38e"
checksum = "a62c8f6168cd106687ee36a2b71a46c4144d73399f72814104d33094b8092fd2"
[[package]]
name = "byteorder"

View File

@ -21,7 +21,7 @@ acpi = "4.1.0"
aml = "0.16.0"
base64 = { version = "0.13.0", default-features = false }
bit_field = "0.10.0"
bootloader = { version = "0.9.20", features = ["map_physical_memory"] }
bootloader = { version = "0.9.21", features = ["map_physical_memory"] }
float-cmp = "0.9.0"
hmac = { version = "0.12.0", default-features = false }
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }