Bump bootloader from 0.9.19 to 0.9.20 (#290)

This commit is contained in:
dependabot[bot] 2021-12-22 23:44:23 +00:00 committed by GitHub
parent b47dad771f
commit ee5779724b
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.19"
version = "0.9.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7c452074efc3c0bfb241fb7bc87df04741c7c85e926f6a07c05f8fbd6008240"
checksum = "6b0718f186cd449b21f044683933284ed90fb83f3e13949ff0e03b0b6f02e38e"
[[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.19", features = ["map_physical_memory"] }
bootloader = { version = "0.9.20", 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"] }