Bump acpi from 4.0.0 to 4.1.0 (#265)

This commit is contained in:
dependabot[bot] 2021-11-05 08:10:14 +00:00 committed by GitHub
parent d053f17124
commit 2b239e9dc1
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

@ -4,9 +4,9 @@ version = 3
[[package]]
name = "acpi"
version = "4.0.0"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee817a324f75ec8fa4db9b79ca77dcde7114718d37d3dc7c94f6361c30f7d9ae"
checksum = "55237649c6e747ea67e5ed45125af5e6a35ea1250c5e44995eb6049a955bd004"
dependencies = [
"bit_field",
"log",

View File

@ -16,7 +16,7 @@ rtl8139 = []
pcnet = []
[dependencies]
acpi = "4.0.0"
acpi = "4.1.0"
aml = "0.16.0"
base64 = { version = "0.13.0", default-features = false }
bit_field = "0.10.0"