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
+1 -1
View File
@@ -29,7 +29,7 @@ serde_json = "1.0.79"
thiserror = "1.0.30"
versionize = "0.1.6"
versionize_derive = "0.1.4"
vhost = { version = "0.3.0", features = ["vhost-user-master", "vhost-user-slave", "vhost-kern", "vhost-vdpa"] }
vhost = { version = "0.4.0", features = ["vhost-user-master", "vhost-user-slave", "vhost-kern", "vhost-vdpa"] }
virtio-bindings = { version = "0.1.0", features = ["virtio-v5_0_0"] }
virtio-queue = "0.2.0"
vm-allocator = { path = "../vm-allocator" }