build: Bulk update vm-memory and related dependencies

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford
2024-09-25 12:21:05 +01:00
parent a9b30a4c4e
commit d90fa96bb7
18 changed files with 143 additions and 96 deletions

View File

@@ -30,17 +30,17 @@ serde_with = { version = "3.9.0", default-features = false, features = [
] }
serial_buffer = { path = "../serial_buffer" }
thiserror = "1.0.62"
vhost = { version = "0.11.0", features = [
vhost = { version = "0.12.0", features = [
"vhost-kern",
"vhost-user-backend",
"vhost-user-frontend",
"vhost-vdpa",
] }
virtio-bindings = { version = "0.2.2", features = ["virtio-v5_0_0"] }
virtio-queue = "0.12.0"
virtio-queue = "0.13.0"
vm-allocator = { path = "../vm-allocator" }
vm-device = { path = "../vm-device" }
vm-memory = { version = "0.14.1", features = [
vm-memory = { version = "0.15.0", features = [
"backend-atomic",
"backend-bitmap",
"backend-mmap",