Bump bootloader from 0.9.24 to 0.9.28 (#586)

This commit is contained in:
dependabot[bot] 2024-02-28 09:56:07 +00:00 committed by GitHub
parent acd213b5cc
commit fa1fbcd29c
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.24"
version = "0.9.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6f4dd3d0a9b440470ea52afcb5f9f09eeefbe36d1d0c29bae397f493d9fddb1"
checksum = "aa1b8265c3a76185da6a3c43a86ce4fc669663b92e7d044fb62840a6147b491b"
[[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.24", features = ["map_physical_memory"] }
bootloader = { version = "0.9.28", features = ["map_physical_memory"] }
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
libm = "0.2.8"
linked_list_allocator = "0.10.5"