mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Bump vm-memory and its consumers
Update to the latest vm-memory and all the crates that also depend upon it. Fix some deprecation warnings. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
@@ -13,10 +13,10 @@ epoll = "4.3.3"
|
||||
libc = "0.2.147"
|
||||
log = "0.4.17"
|
||||
option_parser = { path = "../option_parser" }
|
||||
vhost = { version = "0.7.0", features = ["vhost-user-slave"] }
|
||||
vhost-user-backend = "0.9.0"
|
||||
vhost = { version = "0.8.1", features = ["vhost-user-slave"] }
|
||||
vhost-user-backend = "0.10.1"
|
||||
virtio-bindings = "0.2.0"
|
||||
virtio-queue = "0.8.0"
|
||||
vm-memory = "0.11.0"
|
||||
virtio-queue = "0.9.0"
|
||||
vm-memory = "0.12.2"
|
||||
vmm-sys-util = "0.11.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user