This commit is contained in:
dependabot[bot] 2024-05-01 04:45:53 +00:00 committed by GitHub
commit 614a03809c
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.28"
version = "0.9.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa1b8265c3a76185da6a3c43a86ce4fc669663b92e7d044fb62840a6147b491b"
checksum = "365861702868e2a37b4247aaecc7bd8f4389baec8d025497ad8ba7ff37ee9440"
[[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.28", features = ["map_physical_memory"] }
bootloader = { version = "0.9.29", features = ["map_physical_memory"] }
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
libm = "0.2.8"
linked_list_allocator = "0.10.5"