From 1961759c8a32cefa606be7d662bcafbdc87eb76c Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 00:28:42 +0000 Subject: [PATCH] fix(deps): update bootc-utils digest to 534c76e 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 | 6 +++--- crates/kit/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 801420829..855ad682c 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.8", + "bootc-internal-utils 1.16.9", "camino", "cap-std-ext", "cfg-if", @@ -326,8 +326,8 @@ dependencies = [ [[package]] name = "bootc-internal-utils" -version = "1.16.8" -source = "git+https://github.com/bootc-dev/bootc?rev=bb674f115fd9f23ec2c4ca4f186e6f65f9111c26#bb674f115fd9f23ec2c4ca4f186e6f65f9111c26" +version = "1.16.9" +source = "git+https://github.com/bootc-dev/bootc?rev=534c76ea474a356aa288f6767635e579ea2614d5#534c76ea474a356aa288f6767635e579ea2614d5" dependencies = [ "anstream", "anyhow", diff --git a/crates/kit/Cargo.toml b/crates/kit/Cargo.toml index a0169d17f..a9b3549c1 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 = "54768712ee0308c51ccd27e8d7772d9c9f9aad39" } -bootc-utils = { package = "bootc-internal-utils", git = "https://github.com/bootc-dev/bootc", rev = "bb674f115fd9f23ec2c4ca4f186e6f65f9111c26" } +bootc-utils = { package = "bootc-internal-utils", git = "https://github.com/bootc-dev/bootc", rev = "534c76ea474a356aa288f6767635e579ea2614d5" } rustix = { version = "1", features = ["thread", "net", "fs", "pipe", "system", "process", "mount"] } vsock = "0.5" nix = { version = "0.31", features = ["socket"] }