build: update mshv crates to the latest release

Latest mshv crates contains some IOCTL changes that
enhances VM creation and configures the features in correct
way. Also adds some features that improves register access.

Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
Muminul Islam
2025-04-24 08:59:12 -07:00
committed by Muminul Islam Russell
parent b5aeb1f63c
commit 9b13d63f28
3 changed files with 9 additions and 9 deletions

View File

@@ -107,8 +107,8 @@ acpi_tables = { git = "https://github.com/rust-vmm/acpi_tables", branch = "main"
kvm-bindings = "0.10.0"
kvm-ioctls = "0.19.1"
linux-loader = "0.13.0"
mshv-bindings = "0.3.5"
mshv-ioctls = "0.3.5"
mshv-bindings = "0.4.0"
mshv-ioctls = "0.4.0"
seccompiler = "0.5.0"
vfio-bindings = { git = "https://github.com/rust-vmm/vfio", branch = "main" }
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false }