build: Bump mshv crates from 0.3.3 to 0.3.5

Latest mshv crates contains some binding changes required for supporting
ARM64 guests on MSHV.

Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
This commit is contained in:
Jinank Jain
2025-04-09 03:55:50 +00:00
committed by Rob Bradford
parent 573868c035
commit d7f87425cd
2 changed files with 6 additions and 6 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.3"
mshv-ioctls = "0.3.3"
mshv-bindings = "0.3.5"
mshv-ioctls = "0.3.5"
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 }