From 8363a44b51fecc2e6788d2d5d9b2c9743c1b6135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 23:13:26 +0000 Subject: [PATCH] build: bump vm-fdt from `679ed6f` to `a7a4c9c` Bumps [vm-fdt](https://github.com/rust-vmm/vm-fdt) from `679ed6f` to `a7a4c9c`. - [Release notes](https://github.com/rust-vmm/vm-fdt/releases) - [Commits](https://github.com/rust-vmm/vm-fdt/compare/679ed6fc8ec058714afa58b38930ce6d8787ad46...a7a4c9cd1c24090d4997cc401ed4b52cef4d39bd) --- 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 15233924c..54600322d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1243,7 +1243,7 @@ dependencies = [ [[package]] name = "vm-fdt" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-fdt?branch=master#679ed6fc8ec058714afa58b38930ce6d8787ad46" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=master#a7a4c9cd1c24090d4997cc401ed4b52cef4d39bd" [[package]] name = "vm-memory"