From 7d339cb36d0d699f061efc2f127c24ad74471c3f Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 22:22:59 +0000 Subject: [PATCH] fix(deps): update bootc-utils digest to add7a90 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 | 25 ++----------------------- crates/kit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74218e878..0fafd4b7c 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.10", + "bootc-internal-utils", "camino", "cap-std-ext", "cfg-if", @@ -292,7 +292,7 @@ version = "1.16.11" source = "git+https://github.com/bootc-dev/bootc?rev=add7a909584c832c563bdc3a45c61e42f736ecf2#add7a909584c832c563bdc3a45c61e42f736ecf2" dependencies = [ "anyhow", - "bootc-internal-utils 1.16.11", + "bootc-internal-utils", "camino", "cap-std-ext", "fn-error-context", @@ -303,27 +303,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "bootc-internal-utils" -version = "1.16.10" -source = "git+https://github.com/bootc-dev/bootc?rev=e92d5afda29367ff6d691c1e462664ab2dd0c709#e92d5afda29367ff6d691c1e462664ab2dd0c709" -dependencies = [ - "anstream", - "anyhow", - "cap-std-ext", - "chrono", - "owo-colors", - "rustix", - "serde", - "serde_json", - "shlex", - "tempfile", - "tokio", - "tracing", - "tracing-journald", - "tracing-subscriber", -] - [[package]] name = "bootc-internal-utils" version = "1.16.11" diff --git a/crates/kit/Cargo.toml b/crates/kit/Cargo.toml index f7401c99d..0ac4f8cdb 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 = "add7a909584c832c563bdc3a45c61e42f736ecf2" } -bootc-utils = { package = "bootc-internal-utils", git = "https://github.com/bootc-dev/bootc", rev = "e92d5afda29367ff6d691c1e462664ab2dd0c709" } +bootc-utils = { package = "bootc-internal-utils", git = "https://github.com/bootc-dev/bootc", rev = "add7a909584c832c563bdc3a45c61e42f736ecf2" } rustix = { version = "1", features = ["thread", "net", "fs", "pipe", "system", "process", "mount"] } vsock = "0.5" nix = { version = "0.31", features = ["socket"] }