From 691dd926e4ad2c4b2c882e207fe59de09e12491c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 23:09:57 +0000 Subject: [PATCH] build: Bump acpi_tables from `ca1a473` to `925e3f8` Bumps [acpi_tables](https://github.com/rust-vmm/acpi_tables) from `ca1a473` to `925e3f8`. - [Commits](https://github.com/rust-vmm/acpi_tables/compare/ca1a473fe73cdd8eb49c1449faad7aaac06f32c2...925e3f8aff3551df67ec4472fc221564e30c8847) --- 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 978783ca7..a5f6240bc 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#ca1a473fe73cdd8eb49c1449faad7aaac06f32c2" +source = "git+https://github.com/rust-vmm/acpi_tables?branch=main#925e3f8aff3551df67ec4472fc221564e30c8847" dependencies = [ "zerocopy", ]