From 7b76b6b61e1c5c25341bac7219966022f5db106f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 16:03:02 +0000 Subject: [PATCH] build: Bump acpi_tables from `98dcb03` to `cb5f06c` Bumps [acpi_tables](https://github.com/rust-vmm/acpi_tables) from `98dcb03` to `cb5f06c`. - [Commits](https://github.com/rust-vmm/acpi_tables/compare/98dcb0309d362dd83f6ffcac4f66914a2fbd5a73...cb5f06c747e45f54bc839c4aeea7fed9d49967df) --- updated-dependencies: - dependency-name: acpi_tables dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index c07d5df3c..0babe5cc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,7 +5,7 @@ version = 3 [[package]] name = "acpi_tables" version = "0.1.0" -source = "git+https://github.com/rust-vmm/acpi_tables?branch=main#98dcb0309d362dd83f6ffcac4f66914a2fbd5a73" +source = "git+https://github.com/rust-vmm/acpi_tables?branch=main#cb5f06c747e45f54bc839c4aeea7fed9d49967df" dependencies = [ "zerocopy", ]