From 613f74ca1e65332e247c9b45fd97313591614f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 23:11:30 +0000 Subject: [PATCH] build: bump vm-fdt from `02d1b8f` to `849f31d` Bumps [vm-fdt](https://github.com/rust-vmm/vm-fdt) from `02d1b8f` to `849f31d`. - [Release notes](https://github.com/rust-vmm/vm-fdt/releases) - [Commits](https://github.com/rust-vmm/vm-fdt/compare/02d1b8fde288f42b4e2c0a0ec036f70ab797141c...849f31df6faab6af393f1cbe24ad102289391b75) --- 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 3c1b9a9c3..b274111ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1239,7 +1239,7 @@ dependencies = [ [[package]] name = "vm-fdt" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-fdt?branch=master#02d1b8fde288f42b4e2c0a0ec036f70ab797141c" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=master#849f31df6faab6af393f1cbe24ad102289391b75" [[package]] name = "vm-memory"