From e0abeeb79004b6d179089e808ac599acc979c00b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 00:09:18 +0000 Subject: [PATCH] build: Bump acpi_tables from `1a733bf` to `76e8552` Bumps [acpi_tables](https://github.com/rust-vmm/acpi_tables) from `1a733bf` to `76e8552`. - [Commits](https://github.com/rust-vmm/acpi_tables/compare/1a733bf690ccc10bdfeacad33e3c9f6cce0008fd...76e8552f57f76ca918e19c0a7b7480d2fa2c7241) --- 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 0c55fa726..353bb83bd 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#1a733bf690ccc10bdfeacad33e3c9f6cce0008fd" +source = "git+https://github.com/rust-vmm/acpi_tables?branch=main#76e8552f57f76ca918e19c0a7b7480d2fa2c7241" dependencies = [ "zerocopy", ]