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:
parent
b268e88ba3
commit
a5cd1b4fbe
4 changed files with 9 additions and 9 deletions
4
fuzz/Cargo.lock
generated
4
fuzz/Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue