build: Update dependencies in v28.x stable branch

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-12-13 13:25:00 +00:00
parent 66460765a3
commit 3f8d06b47e
31 changed files with 318 additions and 355 deletions

View File

@@ -13,8 +13,8 @@ mshv = ["vfio-ioctls/mshv"]
anyhow = "1.0.66"
hypervisor = { path = "../hypervisor" }
thiserror = "1.0.37"
serde = { version = "1.0.147", features = ["rc", "derive"] }
serde = { version = "1.0.150", features = ["rc", "derive"] }
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false }
vm-memory = { version = "0.9.0", features = ["backend-mmap"] }
vmm-sys-util = "0.10.0"
vm-memory = { version = "0.10.0", features = ["backend-mmap"] }
vmm-sys-util = "0.11.0"