Cargo: update vhost dependency to v0.2.0

In addition to bringing the features from the new vhost crate, this
fixes the breakage caused by rust-vmm/vmm-sys-util#135

Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
Sergio Lopez 2021-09-23 12:24:44 +02:00 committed by Jiang Liu
parent a866ed1d66
commit f4ee3226c0

View file

@ -11,7 +11,7 @@ license = "Apache-2.0"
epoll = ">=4.0.1"
libc = ">=0.2.39"
log = ">=0.4.6"
vhost = { version = "0.1", features = ["vhost-user-slave"] }
vhost = { version = "0.2", features = ["vhost-user-slave"] }
virtio-bindings = "0.1"
virtio-queue = { git = "https://github.com/rust-vmm/vm-virtio", rev = "6013dd9" }
vm-memory = {version = "0.6", features = ["backend-mmap", "backend-atomic"]}