From f8ba896e5a58e5afbed5eccb8d2ef41d3c8aa3a5 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 00:53:44 +0000 Subject: [PATCH] fix(deps): update bcvk-qemu digest to 4fa4e11 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 63df42933..a5898755e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,7 +170,7 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "bcvk-qemu" version = "0.1.0" -source = "git+https://github.com/bootc-dev/bcvk?rev=f4dd05a74ccb54084093c9167317a14356ca53e4#f4dd05a74ccb54084093c9167317a14356ca53e4" +source = "git+https://github.com/bootc-dev/bcvk?rev=4fa4e11c8d096ff8226d9cba8cd86b15fa78191f#4fa4e11c8d096ff8226d9cba8cd86b15fa78191f" dependencies = [ "camino", "cap-std-ext 5.1.1", diff --git a/crates/tests-integration/Cargo.toml b/crates/tests-integration/Cargo.toml index 0ae7e4346..a301cc29d 100644 --- a/crates/tests-integration/Cargo.toml +++ b/crates/tests-integration/Cargo.toml @@ -30,7 +30,7 @@ bootc-kernel-cmdline = { path = "../kernel_cmdline", version = "0.0.0" } # 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 = "f4dd05a74ccb54084093c9167317a14356ca53e4" } +bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "4fa4e11c8d096ff8226d9cba8cd86b15fa78191f" } data-encoding = "2.9" indicatif = { workspace = true } libtest-mimic = "0.8.0"