From 5cdb284db2aeb889decaa8a6b9e619c899631030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 23:13:39 +0000 Subject: [PATCH] build: bump vm-fdt from `9cfa0c8` to `dccd69c` Bumps [vm-fdt](https://github.com/rust-vmm/vm-fdt) from `9cfa0c8` to `dccd69c`. - [Release notes](https://github.com/rust-vmm/vm-fdt/releases) - [Commits](https://github.com/rust-vmm/vm-fdt/compare/9cfa0c8d7c3032f79589c7b01c8722a37f4cf44f...dccd69c9b23e9cca56ea9e3a8b009841c7579c88) --- 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 f55634312..ccf515a58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1249,7 +1249,7 @@ dependencies = [ [[package]] name = "vm-fdt" version = "0.2.0" -source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#9cfa0c8d7c3032f79589c7b01c8722a37f4cf44f" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#dccd69c9b23e9cca56ea9e3a8b009841c7579c88" [[package]] name = "vm-memory"