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](c4cd1d375e...cc4da710ac)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-10 10:19:24 +00:00 committed by Sebastien Boeuf
parent 1f63350eba
commit 7299202d01

8
Cargo.lock generated
View File

@ -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"