From 8df418358e9de9a14336c6566f48bb39f0979e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 23:11:19 +0000 Subject: [PATCH] build: bump vm-fdt from `9c2b252` to `1ff8258` Bumps [vm-fdt](https://github.com/rust-vmm/vm-fdt) from `9c2b252` to `1ff8258`. - [Release notes](https://github.com/rust-vmm/vm-fdt/releases) - [Commits](https://github.com/rust-vmm/vm-fdt/compare/9c2b252dc19f0e87546e4f7577eaf398f8e3c66a...1ff8258bc13183884bf1d83ecb746be8750a0d35) --- 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 1596019d5..3ce6ae6cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1319,7 +1319,7 @@ dependencies = [ [[package]] name = "vm-fdt" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#9c2b252dc19f0e87546e4f7577eaf398f8e3c66a" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#1ff8258bc13183884bf1d83ecb746be8750a0d35" [[package]] name = "vm-memory"