From 4e5cbd27bb55fc3244cffbdb348bceb1e1a974be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 23:09:48 +0000 Subject: [PATCH] build: bump vm-fdt from `146f55c` to `031572a` Bumps [vm-fdt](https://github.com/rust-vmm/vm-fdt) from `146f55c` to `031572a`. - [Release notes](https://github.com/rust-vmm/vm-fdt/releases) - [Commits](https://github.com/rust-vmm/vm-fdt/compare/146f55c09a929c79f65bb91746ecd235a0dfa59a...031572a6edc2f566a7278f1e17088fc5308d27ab) --- 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 808faf764..d93256b89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1316,7 +1316,7 @@ dependencies = [ [[package]] name = "vm-fdt" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-fdt?branch=master#146f55c09a929c79f65bb91746ecd235a0dfa59a" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=master#031572a6edc2f566a7278f1e17088fc5308d27ab" [[package]] name = "vm-memory"