mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Bulk update rust-vmm dependencies
Bump to the latest rust-vmm crates, including vm-memory, vfio, vfio-bindings, vfio-user, virtio-bindings, virtio-queue, linux-loader, vhost, and vhost-user-backend, Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -13,9 +13,9 @@ libc = "0.2.139"
|
||||
log = "0.4.17"
|
||||
net_util = { path = "../net_util" }
|
||||
option_parser = { path = "../option_parser" }
|
||||
vhost = { version = "0.6.0", features = ["vhost-user-slave"] }
|
||||
vhost-user-backend = "0.8.0"
|
||||
vhost = { version = "0.7.0", features = ["vhost-user-slave"] }
|
||||
vhost-user-backend = "0.9.0"
|
||||
virtio-bindings = "0.2.0"
|
||||
vm-memory = "0.10.0"
|
||||
vm-memory = "0.11.0"
|
||||
vmm-sys-util = "0.11.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user