Bump aml from 0.16.0 to 0.16.1 (#297)

This commit is contained in:
dependabot[bot] 2022-01-12 08:56:04 +00:00 committed by GitHub
parent 84583ee87c
commit 741c8d35dc
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

@ -15,9 +15,9 @@ dependencies = [
[[package]]
name = "aml"
version = "0.16.0"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d6b9450ae5a8297444719e0030db6b098cab28ced173eef115e339555cfdc6"
checksum = "dd4333c62efb3e54178ca34fa1bf6903b4a91147a2f8dcc6e03fffffcce16605"
dependencies = [
"bit_field",
"bitvec",

View File

@ -18,7 +18,7 @@ pcnet = []
[dependencies]
acpi = "4.1.0"
aml = "0.16.0"
aml = "0.16.1"
base64 = { version = "0.13.0", default-features = false }
bit_field = "0.10.0"
bootloader = { version = "0.9.21", features = ["map_physical_memory"] }