From 183605f9e112467e5c77304d7882f38a70cfa7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 23:08:34 +0000 Subject: [PATCH] build: bump vm-fdt from `eb345a5` to `146f55c` Bumps [vm-fdt](https://github.com/rust-vmm/vm-fdt) from `eb345a5` to `146f55c`. - [Release notes](https://github.com/rust-vmm/vm-fdt/releases) - [Commits](https://github.com/rust-vmm/vm-fdt/compare/eb345a59e4307d0b1715d131531fe32d21e5778e...146f55c09a929c79f65bb91746ecd235a0dfa59a) --- 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 bb7f84214..88c452aaf 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#eb345a59e4307d0b1715d131531fe32d21e5778e" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=master#146f55c09a929c79f65bb91746ecd235a0dfa59a" [[package]] name = "vm-memory"