From f17addd36fe2981783f687fb39a2dc59de9920c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 23:09:38 +0000 Subject: [PATCH] build: bump vm-fdt from `88554cf` to `d10837b` Bumps [vm-fdt](https://github.com/rust-vmm/vm-fdt) from `88554cf` to `d10837b`. - [Release notes](https://github.com/rust-vmm/vm-fdt/releases) - [Commits](https://github.com/rust-vmm/vm-fdt/compare/88554cfb0d62651b3d515bc8f40f84f944196015...d10837b6e94012a90178848df8c5f8515476aaab) --- updated-dependencies: - dependency-name: vm-fdt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0edf74a16..dc631a624 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1331,8 +1331,8 @@ dependencies = [ [[package]] name = "vm-fdt" -version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#88554cfb0d62651b3d515bc8f40f84f944196015" +version = "0.2.0" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#d10837b6e94012a90178848df8c5f8515476aaab" [[package]] name = "vm-memory"