From 57f063513cc9f70efd52f9f8e1a5971d49ae66c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 23:12:16 +0000 Subject: [PATCH] build: bump vm-fdt from `bb53be4` to `88554cf` Bumps [vm-fdt](https://github.com/rust-vmm/vm-fdt) from `bb53be4` to `88554cf`. - [Release notes](https://github.com/rust-vmm/vm-fdt/releases) - [Commits](https://github.com/rust-vmm/vm-fdt/compare/bb53be431b20465f816eb6b2243ba93d14bbf971...88554cfb0d62651b3d515bc8f40f84f944196015) --- 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 8ab5564a6..224768598 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1332,7 +1332,7 @@ dependencies = [ [[package]] name = "vm-fdt" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#bb53be431b20465f816eb6b2243ba93d14bbf971" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#88554cfb0d62651b3d515bc8f40f84f944196015" [[package]] name = "vm-memory"