From 4c840f04e1567c87c14de75d95eaa39b888f605e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 23:07:22 +0000 Subject: [PATCH] build: bump vm-fdt from `3c05f2d` to `561558a` Bumps [vm-fdt](https://github.com/rust-vmm/vm-fdt) from `3c05f2d` to `561558a`. - [Release notes](https://github.com/rust-vmm/vm-fdt/releases) - [Commits](https://github.com/rust-vmm/vm-fdt/compare/3c05f2dc84e7c0849c332969f831bdde329d55aa...561558a9ba9a46927a050b5210ae3870a9277f59) --- 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 6bb1dc5cb..2f99065c6 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#3c05f2dc84e7c0849c332969f831bdde329d55aa" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=master#561558a9ba9a46927a050b5210ae3870a9277f59" [[package]] name = "vm-memory"