From 060e7b86a4a5f3df4c25bdf511eb734d3c8217cf Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 14:54:57 +0000 Subject: [PATCH] Update bcvk-qemu digest to 74d5039 Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- crates/tests-integration/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abf77facee..790ee23a02 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 62aaa6bd4e..3eb3da91a2 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"