diff --git a/Cargo.lock b/Cargo.lock index 2324d4e72..2da292459 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index a913cb600..f46fd602e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 4ea15fff3..bb325964f 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -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", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 27bfc87ed..5d6ac0a29 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -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" }