From 6fa1ec4f3c980f13c6b9976e8c9e86ed8d5d1638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:22:43 +0000 Subject: [PATCH] build: Bump vm-fdt from `8d81555` to `13ab882` Bumps [vm-fdt](https://github.com/rust-vmm/vm-fdt) from `8d81555` to `13ab882`. - [Release notes](https://github.com/rust-vmm/vm-fdt/releases) - [Commits](https://github.com/rust-vmm/vm-fdt/compare/8d81555c14fb72d3c13730122130adfaba2cb434...13ab882e2f8387753064351c69fbe35c422b448b) Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 0e274ad2f..e1b17877c 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=master#8d81555c14fb72d3c13730122130adfaba2cb434" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=master#13ab882e2f8387753064351c69fbe35c422b448b" [[package]] name = "vm-memory"