From 9ccd23ebb0d34f3883e22ee9a9943dd6666cdd50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 23:09:47 +0000 Subject: [PATCH] build: bump vm-fdt from `561558a` to `679ed6f` Bumps [vm-fdt](https://github.com/rust-vmm/vm-fdt) from `561558a` to `679ed6f`. - [Release notes](https://github.com/rust-vmm/vm-fdt/releases) - [Commits](https://github.com/rust-vmm/vm-fdt/compare/561558a9ba9a46927a050b5210ae3870a9277f59...679ed6fc8ec058714afa58b38930ce6d8787ad46) --- 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 ba1506b53..90e60f254 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#561558a9ba9a46927a050b5210ae3870a9277f59" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=master#679ed6fc8ec058714afa58b38930ce6d8787ad46" [[package]] name = "vm-memory"