From 7110344a4a212c5346084b41cc27d3e79ff665fc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 11:40:26 +0000 Subject: [PATCH] Bump acpi from 2.1.0 to 2.2.0 (#143) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7a1c5da..d3cc19b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,9 +2,9 @@ # It is not intended for manual editing. [[package]] name = "acpi" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46914c9a4b6aa79bcb72687deb3b21599ddfec9a948449bceecc7267b646f33c" +checksum = "588edec856d4efbd20b3a04279e3ceada79d652c7b459fa094881dd946998790" dependencies = [ "bit_field 0.10.1", "log", diff --git a/Cargo.toml b/Cargo.toml index 699bdf12..2ecc9fc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ rtl8139 = [] pcnet = [] [dependencies] -acpi = "2.1.0" +acpi = "2.2.0" aml = "0.10.0" array-macro = "1.0.5" base64 = { version = "0.13.0", default-features = false }