build: bump mshv crates to 0.6.6

Consume the latest mshv crates.

Refer to https://github.com/rust-vmm/mshv/pull/294 for the changelog.

Signed-off-by: Anirudh Rayabharam <anrayabh@microsoft.com>
This commit is contained in:
Anirudh Rayabharam
2026-01-18 06:55:46 +00:00
committed by Rob Bradford
parent d5e35d9e5c
commit e4f9610b5b
3 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ libc = "0.2.180"
libfuzzer-sys = "0.4.10"
linux-loader = { version = "0.13.1", features = ["bzimage", "elf", "pe"] }
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }
mshv-bindings = "0.6.5"
mshv-bindings = "0.6.6"
net_util = { path = "../net_util" }
seccompiler = "0.5.0"
virtio-devices = { path = "../virtio-devices" }