From 73c822f64a3cab8e2f4e9cd8435b41fec2c46258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 14:44:34 +0000 Subject: [PATCH] build: bump vm-fdt from `06cbff3` to `ddb3fad` Bumps [vm-fdt](https://github.com/rust-vmm/vm-fdt) from `06cbff3` to `ddb3fad`. - [Release notes](https://github.com/rust-vmm/vm-fdt/releases) - [Commits](https://github.com/rust-vmm/vm-fdt/compare/06cbff3a0248ec654467a87b1be7c0bcf78a41a8...ddb3fad52461a8664c584db40ed1bc910123cd9e) --- 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 2a1e45712..2e0648b3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1327,7 +1327,7 @@ dependencies = [ [[package]] name = "vm-fdt" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#06cbff3a0248ec654467a87b1be7c0bcf78a41a8" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#ddb3fad52461a8664c584db40ed1bc910123cd9e" [[package]] name = "vm-memory"