diff --git a/Cargo.lock b/Cargo.lock index 96a2f53a1..1c5ac3f55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,7 +199,7 @@ checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9" [[package]] name = "bcvk-qemu" version = "0.1.0" -source = "git+https://github.com/bootc-dev/bcvk?rev=0954cb338a65a460d297cba93b42f7917e921df1#0954cb338a65a460d297cba93b42f7917e921df1" +source = "git+https://github.com/bootc-dev/bcvk?rev=9005a6111f62533cb7b8b6a3cdffe6e1e98ce673#9005a6111f62533cb7b8b6a3cdffe6e1e98ce673" dependencies = [ "camino", "cap-std-ext", diff --git a/crates/tests-integration/Cargo.toml b/crates/tests-integration/Cargo.toml index 4676db2d7..80c1c538a 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 = "0954cb338a65a460d297cba93b42f7917e921df1" } +bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "9005a6111f62533cb7b8b6a3cdffe6e1e98ce673" } data-encoding = "2.9" indicatif = { workspace = true } libtest-mimic = "0.8.0"