diff --git a/Cargo.lock b/Cargo.lock index abf77face..790ee23a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,7 +199,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bcvk-qemu" version = "0.1.0" -source = "git+https://github.com/bootc-dev/bcvk?rev=1126d6e334023c734b851adeffb6bab58020f11e#1126d6e334023c734b851adeffb6bab58020f11e" +source = "git+https://github.com/bootc-dev/bcvk?rev=74d5039c50b70326874a3bced72204a0f97e49b9#74d5039c50b70326874a3bced72204a0f97e49b9" dependencies = [ "camino", "cap-std-ext", diff --git a/crates/tests-integration/Cargo.toml b/crates/tests-integration/Cargo.toml index 62aaa6bd4..3eb3da91a 100644 --- a/crates/tests-integration/Cargo.toml +++ b/crates/tests-integration/Cargo.toml @@ -30,7 +30,7 @@ linux-kernel-cmdline = { workspace = true } # This is a git dependency — not published to crates.io. # When updating, also check the bcvk-qemu Cargo.toml for its own # dependency versions (cap-std-ext, etc.) to avoid conflicts. -bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "1126d6e334023c734b851adeffb6bab58020f11e" } +bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "74d5039c50b70326874a3bced72204a0f97e49b9" } data-encoding = "2.9" indicatif = { workspace = true } libtest-mimic = "0.8.0"