Skip to content

chore(deps): update rust dependencies#130

Open
red-hat-konflux[bot] wants to merge 1 commit into
developfrom
konflux/mintmaker/develop/rust-deps
Open

chore(deps): update rust dependencies#130
red-hat-konflux[bot] wants to merge 1 commit into
developfrom
konflux/mintmaker/develop/rust-deps

Conversation

@red-hat-konflux
Copy link
Copy Markdown

@red-hat-konflux red-hat-konflux Bot commented Oct 30, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.97 -> 1.0.102
assert_cmd dev-dependencies minor 2.0.16 -> 2.2.0
async-trait dependencies patch 0.1.87 -> 0.1.89
aws-config dependencies minor 1.5.6 -> 1.8.15
aws-lc-rs dependencies minor 1.12.5 -> 1.16.2
aws-sdk-kms dependencies minor 1.43.0 -> 1.104.0
aws-sdk-ssm dependencies minor 1.47.0 -> 1.108.0
aws-smithy-experimental dependencies minor 0.1 -> 0.2
aws-smithy-http dev-dependencies minor 0.60 -> 0.63
aws-smithy-runtime dev-dependencies minor 1.7.8 -> 1.10.3
aws-smithy-types dev-dependencies minor 1.2.13 -> 1.4.7
axum dependencies minor 0.6 -> 0.8
bytes dependencies minor 1.10.0 -> 1.11.1
bytes dev-dependencies minor 1.10.0 -> 1.11.1
chrono dependencies patch 0.4.40 -> 0.4.44
clap dependencies minor 4.5.31 -> 4.6.0
dyn-clone dependencies patch 1.0.19 -> 1.0.20
filetime dependencies patch 0.2.26 -> 0.2.27
futures (source) dev-dependencies patch 0.3.31 -> 0.3.32
futures (source) dependencies patch 0.3.31 -> 0.3.32
futures-core (source) dev-dependencies patch 0.3.31 -> 0.3.32
futures-core (source) dependencies patch 0.3.31 -> 0.3.32
futures-util (source) dependencies patch 0.3.31 -> 0.3.32
globset (source) dependencies patch 0.4.16 -> 0.4.18
http dev-dependencies minor 1.2.0 -> 1.4.0
httptest dev-dependencies patch 0.16.3 -> 0.16.4
indexmap dependencies minor 2.7.1 -> 2.13.0
itertools dependencies minor 0.13.0 -> 0.14.0
log dependencies patch 0.4.26 -> 0.4.29
openssl dependencies patch 0.10.71 -> 0.10.76
pem (source) dependencies patch 3.0.5 -> 3.0.6
percent-encoding dependencies patch 2.3.1 -> 2.3.2
pki-types dependencies minor 1.12.0 -> 1.14.0
prost-types dependencies minor 0.13.5 -> 0.14.0
rand (source) dependencies minor 0.8 -> 0.10
rayon dependencies minor 1.10.0 -> 1.11.0
regex dependencies minor 1.11.1 -> 1.12.3
reqwest dependencies minor 0.12 -> 0.13
rstest dependencies minor 0.22.0 -> 0.26.0
rustls dependencies patch 0.23.23 -> 0.23.37
rustls-webpki dependencies minor 0.102.1 -> 0.103.0
serde (source) dependencies patch 1.0.219 -> 1.0.228
serde (source) dev-dependencies patch 1.0.219 -> 1.0.228
serde_derive (source) dev-dependencies patch 1.0.219 -> 1.0.228
serde_json dependencies patch 1.0.140 -> 1.0.149
serde_json dev-dependencies patch 1.0.140 -> 1.0.149
serial_test dependencies minor 3.2.0 -> 3.4.0
sigstore_protobuf_specs dependencies minor 0.4 -> 0.5
snafu dependencies minor 0.8 -> 0.9
tempfile (source) dependencies minor 3.17.1 -> 3.27.0
tokio (source) dependencies minor 1.43.0 -> 1.50.0
tokio (source) dev-dependencies minor 1.43.0 -> 1.50.0
tokio-test (source) dev-dependencies patch 0.4.4 -> 0.4.5
tokio-util (source) dependencies patch 0.7.13 -> 0.7.18
tower dependencies minor 0.4 -> 0.5
tower-http dependencies minor 0.4 -> 0.6
tracing (source) dependencies patch 0.1.41 -> 0.1.44
typed-path dependencies minor 0.9 -> 0.12
unicode-normalization dependencies patch 0.1.24 -> 0.1.25
untrusted dependencies minor 0.7.1 -> 0.9.0
url dependencies patch 2.5.4 -> 2.5.8

Release Notes

dtolnay/anyhow (anyhow)

v1.0.102

Compare Source

v1.0.101

Compare Source

v1.0.100

Compare Source

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#​426)

v1.0.99

Compare Source

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#​420)

v1.0.98

Compare Source

assert-rs/assert_cmd (assert_cmd)

v2.2.0

Compare Source

Compatibility
  • Change cargo_bin bad paths to panics

v2.1.3

Compare Source

Fixes
  • Un-deprecate cargo_bin

v2.1.2

Compare Source

Fixes
  • Add #[must_use] to help catch missing assertions

v2.1.1

Compare Source

v2.1.0

Compare Source

Compatibility
  • Deprecated crate_name!() in favor of pkg_name!()
  • Deprecated Command::cargo_bin, CommandCargoExt::cargo_bin, cargo_bin in favor of cargo_bin!, cargo_bin_cmd!
Features
  • Provide cargo_bin_cmd!()
  • Use pkg_name!() as a default parameter to cargo_bin!()

v2.0.17

Compare Source

Features
  • Add cargo::cargo_bin! which will work with Cargo's build-dir
dtolnay/async-trait (async-trait)

v0.1.89

Compare Source

v0.1.88

Compare Source

  • Fix lifetime bounding on generic parameters that have cfg (#​289)
aws/aws-lc-rs (aws-lc-rs)

v1.16.2: aws-lc-rs v1.16.2

Compare Source

What's Changed
  • Implement HMAC sign_to_buffer by @​fabrice102 in #​1058
  • Fix PublicEncryptingKey::from_der to reject undersized RSA keys by @​justsmth in #​1065
    • from_der() now correctly enforces the 2048-bit minimum key size, consistent with PrivateDecryptingKey::from_pkcs8. Users loading <2048-bit public keys for encryption will now receive KeyRejected.
  • Update licensing of aws-lc-sys to reflect third-party component licenses by @​justsmth in #​1062
  • Improved dev-tests-only documentation and docs.rs rendering by @​justsmth in #​1054
Build Improvements
Issues Being Closed
  • sys: license of s2n-bignum and fiat-crypto not reflected & license texts partially missing -- #​1044
  • Deterministic key agreement for testing -- #​1020
Other Merged PRs
New Contributors

Full Changelog: aws/aws-lc-rs@v1.16.1...v1.16.2

v1.16.1: aws-lc-rs v1.16.1

Compare Source

What's Changed
Build Improvements
Other merged PRs
New Contributors

Full Changelog: aws/aws-lc-rs@v1.16.0...v1.16.1

v1.16.0: aws-lc-rs v1.16.0

Compare Source

What's Changed
Build Improvements
Issues Being Closed
  • Clang compilation fails on Windows -- #​1031
  • Unable to build w/ rustc_codegen_cranelift compiler backend (on Windows) -- #​537
  • OpenWrt cross-compilation fails -- #​1009
  • Respect TARGET_CC over CC for cross-compilation -- #​1025
  • Provide unsealed SecureRandom for testing -- #​1020
  • ML-KEM DecapsulationKey serialization -- #​799
  • Large performance regression 1.14.0 -> 1.14.1 -- #​899
  • Request: Update the User Guide to mention more *nix systems -- #​643
Other Merged PRs
New Contributors

Full Changelog: aws/aws-lc-rs@v1.15.4...v1.16.0

v1.15.4: aws-lc-rs v1.15.4

Compare Source

What's Changed
Build Improvements
Issues Being Closed
  • Android Build Failure with cc-builder -- #​1006
  • aws-lc-sys build faild on ghcr.io/cross-rs/x86_64-pc-windows-msvc-cross:local -- #​1004
  • Windows 7 support? Missing ProcessPrng -- aws/aws-lc#1997
Other Merged PRs
New Contributors

Full Changelog: aws/aws-lc-rs@v1.15.3...v1.15.4

v1.15.3: aws-lc-rs v1.15.3

Compare Source

What's Changed
Build Improvements
Issues Being Closed
  • Disabling pre-built nasm binaries through feature flags (aws-lc-rs/disable-prebuilt-nasm) -- #​996
  • StreamingDecryptingKey and StreamingEncryptingKey need useless extra block in output -- #​990
  • build failure when targeting mips64el-unknown-linux-gnuabi64 or i686-win7-windows-msvc -- #​982
  • build failure when targeting x86_64-pc-windows-msvc -- #​981
  • aws-lc-sys on ppc64le: undefined reference to aws_lc_0_35_0_aes_hw_encrypt -- #​980
  • Can't send StreamingDecryptingKey between threads -- #​975
  • Remove cmake dependency for Windows -- #​828
  • Building aws-lc-sys under MSVC is brittle -- #​780
  • MSBUILD error MSB1009 install.vcxproj does not exist (but INSTALL.vcxproj does) -- #​772
  • Other libraries that rely on AWS LC SYS do not compile properly in a Windows environment -- #​771
  • Support aws-lc-sys on x86_64-unknown-freebsd without cmake -- #​766
  • Unable to build w/ rustc_codegen_cranelift compiler backend - #​537
  • No mips-unknown-linux-musl support -- #​522
Other Merged PRs
New Contributors

Full Changelog: aws/aws-lc-rs@v1.15.2...v1.15.3

v1.15.2: aws-lc-rs v1.15.2

Compare Source

What's Changed
Build Improvements
Issues Being Closed
  • AWS_LC_SYS_CFLAGS is ignored when using default ccBuilder -- #​965
  • 1.15.1 docs.rs build failed due to doc_auto_cfg stabilization -- #​963
Other Merged PRs
New Contributors

Full Changelog: aws/aws-lc-rs@v1.15.1...v1.15.2

v1.15.1: aws-lc-rs v1.15.1

Compare Source

What's Changed
Build Improvements
Issues Being Closed
  • Build failure when targeting powerpc-unknown-linux-gnu -- #​950
  • Build script fails when using bazel -- #​858
Other Merged PRs

Full Changelog: aws/aws-lc-rs@v1.15.0...v1.15.1

v1.15.0: aws-lc-rs v1.15.0

Compare Source

What's Changed
  • Universal Binding in aws-lc-sys 🎉 by @​justsmth in #​896
    • Users of aws-lc-rs (non-FIPS) will no longer need to generate platform-specific bindings! This was previously a pain point for many as it added build latency and increased the tooling requirements on the build environment.
  • Support for AES-CBC mode w/ no padding by @​Elvrarin in #​895
  • New API supporting CMAC operations by @​Elvrarin in #​903
  • Previously pub static values in our API are now pub const by @​justsmth in #​905
Build Improvements
Issues Being Resolved
  • aws-lc-sys-0.32.3: build breaks on NetBSD -- #​932
  • Build failure when targeting aarch64-pc-windows-gnullvm -- #​919
  • digest::Algorithm definitions are defined as static instead of const -- #​904
  • Is it possible to support arm v7 32-bit compilation? -- #​890
  • Pregenerated bindings for riscv64gc-unknown-linux-musl -- #​874
  • ESP32 target error -- #​831
  • Add bindgen by default if the OS needs to rebuild it -- #​769
  • Consolidate FFI bindings -- #​371
Other Merged PRs

v1.14.1: aws-lc-rs v1.14.1

Compare Source

What's Changed
  • Align aws-lc-sys v0.32.0 w/ AWS-LC v1.61.2 by @​justsmth in #​884
    • New aarch64 SHA3 now enabled w/ build fix by @​justsmth in #​878
    • CPU Jitter entropy is now used for non-FIPS builds. This can add a few milliseconds of latency when a process forks, but otherwise should have minimal effect on latency.
  • Impl of common traits for ParsedPublicKey by @​justsmth in #​879
  • impl AsDer<PublicKeyX509Der<'static>> for ParsedPublicKey by @​justsmth in #​885
Issues Being Resolved
  • "Cross" cross compiler fails in GitHub action building aws-lc-sys for aarch64-unknown-linux-gnu (ARMv8) -- #​889
  • iOS Simulator build fails: 'arm64-apple-ios-sim' target invalid -- #​761
  • Add way to pre-parse signature keys (i.e. turn signature::UnparsedPublicKey to PublicKey) -- #​849
Other Merged PRs

Full Changelog: aws/aws-lc-rs@v1.14.0...v1.14.1

v1.14.0: aws-lc-rs v1.14.0

Compare Source

What's Changed
Build Improvements
Issues Being Resolved
  • Feature Request: RandomizedNonceKey for AES-GCM-SIV -- #​842
  • Add way to pre-parse signature keys (i.e. turn signature::UnparsedPublicKey to PublicKey) -- #​849
  • Build failed for x86_64-pc-windows-gnu target regardless of AWS_LC_SYS_PREBUILT_NASM=1 -- #​850
Other Merged PRs
New Contributors

Full Changelog: aws/aws-lc-rs@v1.13.3...v1.14.0

v1.13.3: aws-lc-rs v1.13.3

Compare Source

What's Changed
Other Merged PRs
  • Skip aws-lc-rs "publish dryrun" job when -sys crates not published by @​justsmth in #​840

Full Changelog: aws/aws-lc-rs@v1.13.2...v1.13.3

v1.13.2: aws-lc-rs v1.13.2

Compare Source

What's Changed
Build improvements
Issues Being Resolved
  • Failed to Build aws-lc-sys 0.29.0 on Windows with target x86_64-pc-windows-gnu -- #​835
  • Failed to Build aws-lc-sys 0.29.0 on Windows -- #​833
  • MSYS2 - "No rule to make target" for libaws_lc_0_29_0_crypto.a -- #​814
Other Merged PRs
New Contributors

Full Changelog: aws/aws-lc-rs@v1.13.1...v1.13.2

v1.13.1: aws-lc-rs v1.13.1

Compare Source

What's Changed
Build Improvements
Issues Being Resolved
  • Invalid numeric argument '/Wextra' with MSVC, how to build with Clang? -- #​571
  • Duplicate symbols in libaws_lc_0_28_2_crypto.a -- #​795
Other Merged PRs
New Contributors

Full Changelog: aws/aws-lc-rs@v1.13.0...v1.13.1

v1.13.0: aws-lc-rs v1.13.0

Compare Source

What's Changed
Build improvements
Issues Being Resolved
  • implement encoding::AsDer<PublicKeyX509Der<'a>> for rsa::PublicKey -- #​741
  • -sys: include aws-lc/crypto/err/err_data_generate.go in published crates -- #​752
  • Failing to cross build for x86_64-pc-windows-gnu -- #​753
  • Failure to build with CMake 4 -- #​755
Other Merged PRs

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux
Copy link
Copy Markdown
Author

red-hat-konflux Bot commented Oct 30, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path integ/failure-server/Cargo.toml --package anyhow@1.0.97 --precise 1.0.102
    Updating crates.io index
warning: failed to write cache, path: /home/renovate/.cargo/registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde, error: Permission denied (os error 13)
error: failed to select a version for `reqwest`.
    ... required by package `tuftool v0.12.0 (/tmp/renovate/repos/github/securesign/tough/tuftool)`
versions that meet the requirements `^0.13` are: 0.13.2, 0.13.1, 0.13.0

package `tuftool` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


all possible versions conflict with previously selected packages.

  previously selected package `reqwest v0.13.0`
    ... which satisfies dependency `reqwest = "^0.13"` of package `tuftool v0.12.0 (/tmp/renovate/repos/github/securesign/tough/tuftool)`

failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path tough-kms/Cargo.toml --package aws-config@1.5.6 --precise 1.8.15
    Updating crates.io index
warning: failed to write cache, path: /home/renovate/.cargo/registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde, error: Permission denied (os error 13)
error: failed to select a version for `reqwest`.
    ... required by package `tuftool v0.12.0 (/tmp/renovate/repos/github/securesign/tough/tuftool)`
versions that meet the requirements `^0.13` are: 0.13.2, 0.13.1, 0.13.0

package `tuftool` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


all possible versions conflict with previously selected packages.

  previously selected package `reqwest v0.13.0`
    ... which satisfies dependency `reqwest = "^0.13"` of package `tuftool v0.12.0 (/tmp/renovate/repos/github/securesign/tough/tuftool)`

failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path tough-ssm/Cargo.toml --package aws-config@1.5.6 --precise 1.8.15
    Updating crates.io index
warning: failed to write cache, path: /home/renovate/.cargo/registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde, error: Permission denied (os error 13)
error: failed to select a version for `reqwest`.
    ... required by package `tuftool v0.12.0 (/tmp/renovate/repos/github/securesign/tough/tuftool)`
versions that meet the requirements `^0.13` are: 0.13.2, 0.13.1, 0.13.0

package `tuftool` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


all possible versions conflict with previously selected packages.

  previously selected package `reqwest v0.13.0`
    ... which satisfies dependency `reqwest = "^0.13"` of package `tuftool v0.12.0 (/tmp/renovate/repos/github/securesign/tough/tuftool)`

failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path tough/Cargo.toml --package async-trait@0.1.87 --precise 0.1.89
    Updating crates.io index
warning: failed to write cache, path: /home/renovate/.cargo/registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde, error: Permission denied (os error 13)
error: failed to select a version for `reqwest`.
    ... required by package `tuftool v0.12.0 (/tmp/renovate/repos/github/securesign/tough/tuftool)`
versions that meet the requirements `^0.13` are: 0.13.2, 0.13.1, 0.13.0

package `tuftool` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


all possible versions conflict with previously selected packages.

  previously selected package `reqwest v0.13.0`
    ... which satisfies dependency `reqwest = "^0.13"` of package `tuftool v0.12.0 (/tmp/renovate/repos/github/securesign/tough/tuftool)`

failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path tuftool/Cargo.toml --package assert_cmd@2.0.16 --precise 2.2.0
    Updating crates.io index
warning: failed to write cache, path: /home/renovate/.cargo/registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde, error: Permission denied (os error 13)
error: failed to select a version for `reqwest`.
    ... required by package `tuftool v0.12.0 (/tmp/renovate/repos/github/securesign/tough/tuftool)`
versions that meet the requirements `^0.13` are: 0.13.2, 0.13.1, 0.13.0

package `tuftool` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


all possible versions conflict with previously selected packages.

  previously selected package `reqwest v0.13.0`
    ... which satisfies dependency `reqwest = "^0.13"` of package `tuftool v0.12.0 (/tmp/renovate/repos/github/securesign/tough/tuftool)`

failed to select a version for `reqwest` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path olpc-cjson/Cargo.toml --package serde@1.0.219 --precise 1.0.228
    Updating crates.io index
warning: failed to write cache, path: /home/renovate/.cargo/registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde, error: Permission denied (os error 13)
error: failed to select a version for `reqwest`.
    ... required by package `tuftool v0.12.0 (/tmp/renovate/repos/github/securesign/tough/tuftool)`
versions that meet the requirements `^0.13` are: 0.13.2, 0.13.1, 0.13.0

package `tuftool` depends on `reqwest` with feature `rustls-tls-native-roots` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


all possible versions conflict with previously selected packages.

  previously selected package `reqwest v0.13.0`
    ... which satisfies dependency `reqwest = "^0.13"` of package `tuftool v0.12.0 (/tmp/renovate/repos/github/securesign/tough/tuftool)`

failed to select a version for `reqwest` which could resolve this conflict

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/develop/rust-deps branch 3 times, most recently from a3468db to b58b5f8 Compare November 4, 2025 12:34
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/develop/rust-deps branch from b58b5f8 to 145d9b7 Compare November 20, 2025 17:44
@red-hat-konflux red-hat-konflux Bot changed the title Update Rust Dependencies chore(deps): update rust dependencies Nov 21, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/develop/rust-deps branch from 145d9b7 to 26e7891 Compare November 27, 2025 17:31
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update rust dependencies Update Rust Dependencies Nov 28, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/develop/rust-deps branch from 26e7891 to 10919a9 Compare December 9, 2025 09:27
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/develop/rust-deps branch from 10919a9 to 75f71ae Compare December 30, 2025 21:39
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/develop/rust-deps branch from 75f71ae to c2ad854 Compare January 12, 2026 13:25
@red-hat-konflux red-hat-konflux Bot changed the title Update Rust Dependencies chore(deps): update rust dependencies Jan 12, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/develop/rust-deps branch 3 times, most recently from 1ab8d4c to 2e62a91 Compare January 30, 2026 13:27
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/develop/rust-deps branch 6 times, most recently from b29f524 to 1c0774d Compare February 9, 2026 13:29
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/develop/rust-deps branch 2 times, most recently from ddd6b85 to 6d19d74 Compare March 9, 2026 11:27
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/develop/rust-deps branch 3 times, most recently from 7520d82 to 8b63ae3 Compare April 8, 2026 16:35
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/develop/rust-deps branch from 8b63ae3 to 52d3006 Compare April 14, 2026 20:17
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/develop/rust-deps branch from 52d3006 to 54a9d01 Compare May 16, 2026 02:24
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/develop/rust-deps branch from 54a9d01 to e9fb417 Compare May 20, 2026 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants