From ae648fb9c33129bc7b0eecd21fbee0675eb9f114 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 04:35:01 +0000 Subject: [PATCH] Bump acpi from 2.1.0 to 2.2.0 Bumps [acpi](https://github.com/rust-osdev/acpi) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/rust-osdev/acpi/releases) - [Commits](https://github.com/rust-osdev/acpi/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 967c0b6a..beeea751 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 535ff1dc..dac34bd6 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 }