build: Bump mshv-ioctls and mshv-bindings to v0.5.2

Also update the version in the fuzz crate.

Signed-off-by: Nuno Das Neves <nunodasneves@linux.microsoft.com>
This commit is contained in:
Nuno Das Neves 2025-07-11 14:00:22 -07:00 committed by Muminul Islam Russell
parent b268e88ba3
commit a5cd1b4fbe
4 changed files with 9 additions and 9 deletions

8
Cargo.lock generated
View file

@ -1225,9 +1225,9 @@ checksum = "9bec4598fddb13cc7b528819e697852653252b760f1228b7642679bf2ff2cd07"
[[package]]
name = "mshv-bindings"
version = "0.5.1"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "909de5fd4a5a3347a6c62872f6816e6279efd8615a753f10a3bc4daaef8a72ef"
checksum = "07f94f542c738f19317363222a7f415588c04cda964882479af41948ac3c3647"
dependencies = [
"libc",
"num_enum",
@ -1239,9 +1239,9 @@ dependencies = [
[[package]]
name = "mshv-ioctls"
version = "0.5.1"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c7d94972588d562bd349b916de6a43f2ee268e6e9c91cfb5b30549ed4ea2751"
checksum = "8a6df0848f14eb69505a28673f94acdd830cf248fb57022b21f24e242b702e66"
dependencies = [
"libc",
"mshv-bindings",

View file

@ -107,8 +107,8 @@ acpi_tables = { git = "https://github.com/rust-vmm/acpi_tables", branch = "main"
kvm-bindings = "0.12.0"
kvm-ioctls = "0.22.0"
linux-loader = "0.13.0"
mshv-bindings = "0.5.1"
mshv-ioctls = "0.5.1"
mshv-bindings = "0.5.2"
mshv-ioctls = "0.5.2"
seccompiler = "0.5.0"
vfio-bindings = { version = "0.5.0", default-features = false }
vfio-ioctls = { version = "0.5.0", default-features = false }

4
fuzz/Cargo.lock generated
View file

@ -644,9 +644,9 @@ dependencies = [
[[package]]
name = "mshv-bindings"
version = "0.5.1"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "909de5fd4a5a3347a6c62872f6816e6279efd8615a753f10a3bc4daaef8a72ef"
checksum = "07f94f542c738f19317363222a7f415588c04cda964882479af41948ac3c3647"
dependencies = [
"libc",
"num_enum",

View file

@ -24,7 +24,7 @@ libc = "0.2.155"
libfuzzer-sys = "0.4.7"
linux-loader = { version = "0.13.0", features = ["bzimage", "elf", "pe"] }
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }
mshv-bindings = "0.5.0"
mshv-bindings = "0.5.2"
net_util = { path = "../net_util" }
seccompiler = "0.5.0"
virtio-devices = { path = "../virtio-devices" }