From e3feba287d2b8d5f2a56b07d3102d7c87a107c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Oct 2021 23:10:35 +0000 Subject: [PATCH] build: bump vm-fdt from `1ff8258` to `bb53be4` Bumps [vm-fdt](https://github.com/rust-vmm/vm-fdt) from `1ff8258` to `bb53be4`. - [Release notes](https://github.com/rust-vmm/vm-fdt/releases) - [Commits](https://github.com/rust-vmm/vm-fdt/compare/1ff8258bc13183884bf1d83ecb746be8750a0d35...bb53be431b20465f816eb6b2243ba93d14bbf971) --- updated-dependencies: - dependency-name: vm-fdt 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 12b7a580e..46c1b856c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1319,7 +1319,7 @@ dependencies = [ [[package]] name = "vm-fdt" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#1ff8258bc13183884bf1d83ecb746be8750a0d35" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#bb53be431b20465f816eb6b2243ba93d14bbf971" [[package]] name = "vm-memory"