From b7108912c568d7a33ffa86d4a793fb5dc50556f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Jun 2021 12:59:25 +0000 Subject: [PATCH] Bump acpi from 2.2.0 to 2.3.1 Bumps [acpi](https://github.com/rust-osdev/acpi) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/rust-osdev/acpi/releases) - [Commits](https://github.com/rust-osdev/acpi/commits) --- updated-dependencies: - dependency-name: acpi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86d77aaa6..a51646ba1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "acpi" -version = "2.2.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "588edec856d4efbd20b3a04279e3ceada79d652c7b459fa094881dd946998790" +checksum = "13cc8b2a874c1af0b8cece57f9c5f3034d84de325c487b58aa9112ab1a21c09f" dependencies = [ "bit_field 0.10.1", "log", diff --git a/Cargo.toml b/Cargo.toml index 790702672..cafcfe943 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ rtl8139 = [] pcnet = [] [dependencies] -acpi = "2.2.0" +acpi = "2.3.1" aml = "0.10.0" array-macro = "1.0.5" base64 = { version = "0.13.0", default-features = false }