mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Bump some rust-vmm crates
Bump rust-vmm crates that don't require bumping vm-memory (which will require broader porting). Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -52,16 +52,16 @@ resolver = "3"
|
||||
|
||||
[workspace.dependencies]
|
||||
# rust-vmm crates
|
||||
acpi_tables = "0.2.0"
|
||||
iommufd-ioctls = "0.1.0"
|
||||
kvm-bindings = "0.14.0"
|
||||
kvm-ioctls = "0.24.0"
|
||||
acpi_tables = "0.2.1"
|
||||
iommufd-ioctls = "0.2.0"
|
||||
kvm-bindings = "0.14.1"
|
||||
kvm-ioctls = "0.25.0"
|
||||
linux-loader = "0.13.2"
|
||||
mshv-bindings = "0.6.9"
|
||||
mshv-ioctls = "0.6.9"
|
||||
seccompiler = "0.5.0"
|
||||
vfio-bindings = { version = "0.6.2", default-features = false }
|
||||
vfio-ioctls = { version = "0.6.0", default-features = false }
|
||||
vfio-ioctls = { version = "0.7.0", default-features = false }
|
||||
vfio_user = { version = "0.1.3", default-features = false }
|
||||
vhost = { version = "0.16.0", default-features = false }
|
||||
vhost-user-backend = { version = "0.22.0", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user