From e568b225155ef59cdb958e4a0a300e35d3658f92 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:26:26 +0000 Subject: [PATCH] fix(deps): update bootc-utils digest to 6fcca68 Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/kit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b239ccaa8..7b44bb6eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,7 +191,7 @@ dependencies = [ "base64 0.23.1", "bcvk-qemu", "bootc-internal-mount", - "bootc-internal-utils 1.16.12 (git+https://github.com/bootc-dev/bootc?rev=5c3d1e5f79d6e463639c67d83675ed58b4afa09c)", + "bootc-internal-utils 1.16.12 (git+https://github.com/bootc-dev/bootc?rev=6fcca68b97ba151a9876e54f5df3480b6a67fcd2)", "camino", "cap-std-ext", "cfg-if", @@ -306,7 +306,7 @@ dependencies = [ [[package]] name = "bootc-internal-utils" version = "1.16.12" -source = "git+https://github.com/bootc-dev/bootc?rev=5c3d1e5f79d6e463639c67d83675ed58b4afa09c#5c3d1e5f79d6e463639c67d83675ed58b4afa09c" +source = "git+https://github.com/bootc-dev/bootc?rev=6fcca68b97ba151a9876e54f5df3480b6a67fcd2#6fcca68b97ba151a9876e54f5df3480b6a67fcd2" dependencies = [ "anstream", "anyhow", diff --git a/crates/kit/Cargo.toml b/crates/kit/Cargo.toml index 4660f8a4a..4575e1b55 100644 --- a/crates/kit/Cargo.toml +++ b/crates/kit/Cargo.toml @@ -49,7 +49,7 @@ cpio = "0.4" bcvk-qemu = { path = "../bcvk-qemu" } cap-std-ext = { workspace = true } bootc-mount = { package = "bootc-internal-mount", git = "https://github.com/bootc-dev/bootc", rev = "db1f3ef3266415bc91aa845ee9f806ffb53136d6" } -bootc-utils = { package = "bootc-internal-utils", git = "https://github.com/bootc-dev/bootc", rev = "5c3d1e5f79d6e463639c67d83675ed58b4afa09c" } +bootc-utils = { package = "bootc-internal-utils", git = "https://github.com/bootc-dev/bootc", rev = "6fcca68b97ba151a9876e54f5df3480b6a67fcd2" } rustix = { version = "1", features = ["thread", "net", "fs", "pipe", "system", "process", "mount"] } vsock = "0.5" nix = { version = "0.31", features = ["socket"] }