From ddf5a848d860142a92709479b6f08e665f678300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 23:09:31 +0000 Subject: [PATCH] build: bump vm-fdt from `af59838` to `65ae235` Bumps [vm-fdt](https://github.com/rust-vmm/vm-fdt) from `af59838` to `65ae235`. - [Release notes](https://github.com/rust-vmm/vm-fdt/releases) - [Commits](https://github.com/rust-vmm/vm-fdt/compare/af59838e5df826cd3153d92ed1546f0b2cc454f7...65ae235a43741f6e73fcc9f14ac042a40fe38053) --- 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 fc1e9cfa7..faeeff73a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1316,7 +1316,7 @@ dependencies = [ [[package]] name = "vm-fdt" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-fdt?branch=master#af59838e5df826cd3153d92ed1546f0b2cc454f7" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=master#65ae235a43741f6e73fcc9f14ac042a40fe38053" [[package]] name = "vm-memory"