build: Move to released versions of vhost and vhost-user-backend crates

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-11-30 10:55:11 +00:00
parent fc43a50f34
commit 30a7a8033e
6 changed files with 11 additions and 11 deletions

View File

@@ -12,8 +12,8 @@ libc = "0.2.137"
log = "0.4.17"
net_util = { path = "../net_util" }
option_parser = { path = "../option_parser" }
vhost = { version = "0.5.0", features = ["vhost-user-slave"] }
vhost-user-backend = { git = "https://github.com/rust-vmm/vhost", branch = "main" }
vhost = { version = "0.6.0", features = ["vhost-user-slave"] }
vhost-user-backend = "0.8.0"
virtio-bindings = "0.1.0"
vm-memory = "0.10.0"
vmm-sys-util = "0.11.0"