From 3638ab5a26bb627d1eb56ccfd8047ede1ea1973f Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:24:50 +0000 Subject: [PATCH] fix(deps): update bcvk-qemu digest to 07fbc78 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 08af229b8..a8fa75da2 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=13d860c2a916d0f4cdcc5a817af0042b9cafee86#13d860c2a916d0f4cdcc5a817af0042b9cafee86" +source = "git+https://github.com/bootc-dev/bcvk?rev=07fbc78dda6a1f01e49bcd8213866eb780a5a68f#07fbc78dda6a1f01e49bcd8213866eb780a5a68f" dependencies = [ "camino", "cap-std-ext", diff --git a/crates/tests-integration/Cargo.toml b/crates/tests-integration/Cargo.toml index 2d2bb39fb..945a85f8a 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 = "13d860c2a916d0f4cdcc5a817af0042b9cafee86" } +bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "07fbc78dda6a1f01e49bcd8213866eb780a5a68f" } data-encoding = "2.9" indicatif = { workspace = true } libtest-mimic = "0.8.0"