From 599c5280edba68772f724842084ae1a5100901b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:58:26 +0000 Subject: [PATCH] build: Bump vm-fdt from `c5a99ab` to `3709ca6` Bumps [vm-fdt](https://github.com/rust-vmm/vm-fdt) from `c5a99ab` to `3709ca6`. - [Release notes](https://github.com/rust-vmm/vm-fdt/releases) - [Commits](https://github.com/rust-vmm/vm-fdt/compare/c5a99ab71b130435927d19b50c85fcd5ce904a8c...3709ca63363fc98d708ac9232dce47ee5a3b8f89) --- 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 f4e667f77..99f41049f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1559,7 +1559,7 @@ dependencies = [ [[package]] name = "vm-fdt" version = "0.2.0" -source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#c5a99ab71b130435927d19b50c85fcd5ce904a8c" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#3709ca63363fc98d708ac9232dce47ee5a3b8f89" [[package]] name = "vm-memory"