deps: Update vhost and vhost-user-backend dependencies

Rely on newly released versions of the vhost and vhost-user-backend
crates from rust-vmm.

The new vhost version includes the fixes needed for vDPA.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2022-03-25 17:11:56 +01:00
parent 90805dd131
commit 8586c5497b
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ libc = "0.2.121"
log = "0.4.14"
option_parser = { path = "../option_parser" }
qcow = { path = "../qcow" }
vhost = { version = "0.3.0", features = ["vhost-user-slave"] }
vhost-user-backend = "0.2.0"
vhost = { version = "0.4.0", features = ["vhost-user-slave"] }
vhost-user-backend = "0.3.0"
virtio-bindings = "0.1.0"
vm-memory = "0.7.0"
vmm-sys-util = "0.9.0"