From 7299202d016997652d4e47ddf24862449d7dce89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 10:19:24 +0000 Subject: [PATCH] build: Bump vhost from `c4cd1d3` to `cc4da71` Bumps [vhost](https://github.com/rust-vmm/vhost) from `c4cd1d3` to `cc4da71`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/c4cd1d375e386069d0b781174de9f62ef41812e2...cc4da710ac68ca8ffe68cddcd80d562699445522) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index a6382b5e8..e4011bdfe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,6 +71,7 @@ dependencies = [ "serde_derive", "serde_json", "thiserror", + "vm-fdt", "vm-memory", "vm-migration", ] @@ -1153,7 +1154,7 @@ dependencies = [ [[package]] name = "vhost" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vhost?branch=master#c4cd1d375e386069d0b781174de9f62ef41812e2" +source = "git+https://github.com/rust-vmm/vhost?branch=master#cc4da710ac68ca8ffe68cddcd80d562699445522" dependencies = [ "bitflags 1.2.1", "libc", @@ -1269,6 +1270,11 @@ dependencies = [ "vmm-sys-util", ] +[[package]] +name = "vm-fdt" +version = "0.1.0" +source = "git+https://github.com/rust-vmm/vm-fdt?branch=master#8d81555c14fb72d3c13730122130adfaba2cb434" + [[package]] name = "vm-memory" version = "0.5.0"