From 4610a12e65af8c6c4f3026a3ac2f1034c475e7c5 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 00:26:33 +0000 Subject: [PATCH] fix(deps): update bcvk-qemu digest to 9be6847 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 7b3df9124..c733d5b14 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=d0433d9efec73836c447ab511a365421dd90da82#d0433d9efec73836c447ab511a365421dd90da82" +source = "git+https://github.com/bootc-dev/bcvk?rev=9be68478bb6591cfced31c008410e136a9f8c6db#9be68478bb6591cfced31c008410e136a9f8c6db" dependencies = [ "camino", "cap-std-ext", diff --git a/crates/tests-integration/Cargo.toml b/crates/tests-integration/Cargo.toml index 61244de4d..49a2e1a3f 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 = "d0433d9efec73836c447ab511a365421dd90da82" } +bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "9be68478bb6591cfced31c008410e136a9f8c6db" } data-encoding = "2.9" indicatif = { workspace = true } libtest-mimic = "0.8.0"