From 9b6c9804d08abf47421ea3b0884c9463d0e37437 Mon Sep 17 00:00:00 2001 From: Steven Malis <137308034+smalis-msft@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:39:34 -0500 Subject: [PATCH] Update bitfield-struct version Updated bitfield-struct dependency version from 0.10 to 0.12. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0687d83..d835130 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ igvm_defs = { path = "igvm_defs", version = "0.4.0" } igvm = { path = "igvm", version = "0.4.0" } anyhow = "1.0" -bitfield-struct = "0.10" +bitfield-struct = "0.12" crc32fast = { version = "1.3.2", default-features = false } hex = { version = "0.4", default-features = false } open-enum = "0.5.2"