From 4ee3f2bde9ec5920a2cca0197c1bbb08a47e09c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 23:06:44 +0000 Subject: [PATCH] build: Bump acpi_tables from `925e3f8` to `e268627` Bumps [acpi_tables](https://github.com/rust-vmm/acpi_tables) from `925e3f8` to `e268627`. - [Commits](https://github.com/rust-vmm/acpi_tables/compare/925e3f8aff3551df67ec4472fc221564e30c8847...e268627630839bd22f1c13e7e81ec70c7e9b73d6) --- 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 dbb3ee5a6..25a6b5a54 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#925e3f8aff3551df67ec4472fc221564e30c8847" +source = "git+https://github.com/rust-vmm/acpi_tables?branch=main#e268627630839bd22f1c13e7e81ec70c7e9b73d6" dependencies = [ "zerocopy", ]