build: Bump to latest igvm released version 0.4.0

Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
Rob Bradford 2026-02-18 04:19:57 -08:00 committed by Rob Bradford
parent 17b0749e1c
commit 003ef780e0
2 changed files with 6 additions and 5 deletions

6
Cargo.lock generated
View file

@ -1054,7 +1054,8 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "igvm"
version = "0.4.0"
source = "git+https://github.com/microsoft/igvm?branch=main#9848d1f2a8a44931395a30debeae287b6d01505d"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67578b05ebcdfa1aa0fe13f77a13bdd7d87036128898a327f1bf8e7356cf09cd"
dependencies = [
"bitfield-struct 0.10.1",
"crc32fast",
@ -1071,7 +1072,8 @@ dependencies = [
[[package]]
name = "igvm_defs"
version = "0.4.0"
source = "git+https://github.com/microsoft/igvm?branch=main#9848d1f2a8a44931395a30debeae287b6d01505d"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eedd8c64460676101062f9f2ecdeb52d8f43e622da6a6c5bf5158f4ef08b0906"
dependencies = [
"bitfield-struct 0.10.1",
"open-enum",

View file

@ -64,9 +64,8 @@ vm-memory = "0.16.1"
vmm-sys-util = "0.14.0"
# igvm crates
# TODO: bump to 0.3.5 release
igvm = { git = "https://github.com/microsoft/igvm", branch = "main" }
igvm_defs = { git = "https://github.com/microsoft/igvm", branch = "main" }
igvm = "0.4.0"
igvm_defs = "0.4.0"
# serde crates
serde = "1.0.228"