Bump bootloader from 0.9.23 to 0.9.24 (#571)

This commit is contained in:
dependabot[bot] 2024-01-29 21:47:23 +00:00 committed by GitHub
parent 0555e2f1ee
commit a511647bad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -84,9 +84,9 @@ dependencies = [
[[package]]
name = "bootloader"
version = "0.9.23"
version = "0.9.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6e02311b16c9819e7c72866d379cdd3026c3b7b25c1edf161f548f8e887e7ff"
checksum = "c6f4dd3d0a9b440470ea52afcb5f9f09eeefbe36d1d0c29bae397f493d9fddb1"
[[package]]
name = "byteorder"

View File

@ -20,7 +20,7 @@ acpi = "5.0.0"
aml = "0.16.4"
base64 = { version = "0.13.1", default-features = false }
bit_field = "0.10.2"
bootloader = { version = "0.9.23", features = ["map_physical_memory"] }
bootloader = { version = "0.9.24", features = ["map_physical_memory"] }
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
libm = "0.2.8"
linked_list_allocator = "0.10.5"