From 5e475e70e607c49007d872ba409225e74933a4de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 23:59:13 +0000 Subject: [PATCH] build: Bump acpi_tables from `4fd38dd` to `12bb6d7` Bumps [acpi_tables](https://github.com/rust-vmm/acpi_tables) from `4fd38dd` to `12bb6d7`. - [Release notes](https://github.com/rust-vmm/acpi_tables/releases) - [Commits](https://github.com/rust-vmm/acpi_tables/compare/4fd38dd5f746730ec5ae848dafcf8c2f50a13fc3...12bb6d7b252831527e630f8b3ef48877dbb11924) --- 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 31b6257d8..5b57cbbc8 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#4fd38dd5f746730ec5ae848dafcf8c2f50a13fc3" +source = "git+https://github.com/rust-vmm/acpi_tables?branch=main#12bb6d7b252831527e630f8b3ef48877dbb11924" dependencies = [ "vm-memory", ]