From 028fdadac3d4c4ae4dccb7ff5a75f03ec1c7689e Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 01:44:51 +0000 Subject: [PATCH] fix(deps): update rust Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Cargo.lock | 25 ++++++++++++++++++++++--- crates/ostree-ext/Cargo.toml | 2 +- crates/tests-integration/Cargo.toml | 2 +- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e39fb5b46..7389d185f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,7 +168,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[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=1685dc7f893f6631863eac57d58e1eaae2a8b811#1685dc7f893f6631863eac57d58e1eaae2a8b811" dependencies = [ "camino", "cap-std-ext 5.1.2", @@ -848,7 +848,7 @@ dependencies = [ "bytes", "composefs", "composefs-boot", - "containers-image-proxy", + "containers-image-proxy 0.9.2", "cstorage", "fn-error-context", "hex", @@ -947,6 +947,25 @@ dependencies = [ "tracing", ] +[[package]] +name = "containers-image-proxy" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a00f7ac9ad66c570e37fcbf7644d678dcfabb50a4d8e85136ceb2fa45335597c" +dependencies = [ + "cap-std-ext 5.1.2", + "futures-util", + "itertools", + "oci-spec 0.9.0", + "rustix", + "semver", + "serde", + "serde_json", + "thiserror 2.0.18", + "tokio", + "tracing", +] + [[package]] name = "convert_case" version = "0.10.0" @@ -2494,7 +2513,7 @@ dependencies = [ "clap", "clap_mangen", "comfy-table", - "containers-image-proxy", + "containers-image-proxy 0.10.0", "flate2", "fn-error-context", "futures-util", diff --git a/crates/ostree-ext/Cargo.toml b/crates/ostree-ext/Cargo.toml index 8bd302934..821cf308d 100644 --- a/crates/ostree-ext/Cargo.toml +++ b/crates/ostree-ext/Cargo.toml @@ -39,7 +39,7 @@ xshell = { workspace = true, optional = true } # Crate-specific dependencies comfy-table = "7.1.1" -containers-image-proxy = "0.9.2" +containers-image-proxy = "0.10.0" flate2 = { features = ["zlib"], default-features = false, version = "1.0.20" } futures-util = "0.3.13" gvariant = "0.5.0" diff --git a/crates/tests-integration/Cargo.toml b/crates/tests-integration/Cargo.toml index 0ae7e4346..cc9f521c2 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 = "1685dc7f893f6631863eac57d58e1eaae2a8b811" } data-encoding = "2.9" indicatif = { workspace = true } libtest-mimic = "0.8.0"