chore(deps): update rust-non-major #2229

Open
renovate wants to merge 1 commit from renovate/rust-non-major into main
Collaborator

This PR contains the following updates:

Package Type Update Change
aws-lc-rs dependencies patch 1.18.01.18.1
cargo_toml (source) workspace.dependencies patch 1.0.01.0.1
either workspace.dependencies minor 1.17.01.18.0
hyper (source) workspace.dependencies patch 1.11.01.11.1
smallvec workspace.dependencies minor 1.15.21.16.1
syn workspace.dependencies patch 3.0.33.0.5
toml workspace.dependencies patch 1.1.4+spec-1.1.01.1.6

Release Notes

aws/aws-lc-rs (aws-lc-rs)

v1.18.1: aws-lc-rs v1.18.1

Compare Source

What's Changed

  • Add ECDSA P-256 SHA-1 ASN.1 signature verification by @​assafvayner in #​1214
    • Adds ECDSA_P256_SHA1_ASN1 for verifying ASN.1 DER-encoded ECDSA P-256 signatures over SHA-1, so applications can verify legacy signatures such as CloudFront signed URLs using ECDSA P-256 with the default SHA-1 hash.
    • SHA-1 remains available for legacy verification only. This release does not add a corresponding signing algorithm.
  • Tighten AEAD, cipher IV, HKDF, ECDH, and RSA API contracts by @​justsmth in #​1215
    • In-place AEAD sealing now verifies that Extend produced exactly enough space for the plaintext and authentication tag before passing the buffer to AWS-LC. Non-conforming custom buffers now return Err(Unspecified).
    • Streaming cipher constructors now reject missing or mismatched IV contexts, matching the validation already performed by the one-shot APIs.
    • Salt::from(Okm) now uses the output algorithm selected by the Okm, rather than the algorithm from the source PRK.
    • ECDH shared-secret storage is now zeroized on fallible derive paths.
    • RSA verify_digest_sig now requires the supplied digest to match the digest configured by RsaParameters, for both parsed and unparsed public keys.
    • Valid inputs are unaffected. Calls using inconsistent algorithms, IV contexts, or custom AEAD buffers now fail closed with Err(Unspecified).
Upstream AWS-LC
  • aws-lc-sys v0.45.0 aligns with AWS-LC v5.7.0 (previously v5.5.0). See also the release notes for v5.6.0.
    • v5.7.0 corrects EVP_DecryptUpdate for padded block ciphers so it modifies only the output range reported through out_len. aws-lc-rs now includes canary-based regression coverage around the documented minimum output-buffer sizes.
  • aws-lc-fips-sys v0.14.2 moves to AWS-LC FIPS v4.2.0.
    • Includes the equivalent EVP_DecryptUpdate correction for FIPS builds.
    • Restores FIPS builds with Clang 20 and newer.
    • Removes the FIPS compiler wrapper's dependency on /usr/bin/env, fixing builds in Nix and similar sandboxed environments.
Build Improvements
  • Export cargo:root metadata when linking against a system-installed AWS-LC by @​weihanglo in #​1208
    • The system-library path now exposes the installation prefix through DEP_AWS_LC_*_ROOT, consistently with the CC and CMake builders, so downstream build scripts can rely on the metadata regardless of how AWS-LC was built.
  • Fix -Wa,--debug-prefix-map handling with Clang and LTO by @​justsmth in #​1212
    • Fixes Clang builds when CFLAGS contains -flto or -flto=thin. The assembler-specific flag is now used only with GCC; Clang's integrated assembler uses -ffile-prefix-map directly.
  • Filter raw target-triple CFLAGS spellings when compiling jitterentropy by @​justsmth in #​1207
    • Prevents inherited optimization flags from overriding jitterentropy's required -O0, including when environment variables are set by a parent process using raw or legacy-normalized target triples.
Issues Being Closed
  • aws-lc-fips-sys v0.14.0 fails to build with Clang newer than 19 -- #​1202
  • FIPS compiler wrapper fails in Nix build environments -- #​1204
  • Raw target-triple CFLAGS should be filtered for jitterentropy -- #​1205
  • aws-lc-sys fails to build with Clang when CFLAGS includes -flto -- #​1211

Other Merged PRs

New Contributors

Full Changelog: https://github.com/aws/aws-lc-rs/compare/v1.18.0...v1.18.1

New Contributors

Full Changelog: https://github.com/aws/aws-lc-rs/compare/v1.18.0...v1.18.1

lib.rs/cargo_toml (cargo_toml)

v1.0.1

Compare Source

rayon-rs/either (either)

v1.18.0

Compare Source

hyperium/hyper (hyper)

v1.11.1

Compare Source

Bug Fixes
servo/rust-smallvec (smallvec)

v1.16.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/servo/rust-smallvec/compare/v1.16.0...v1.16.1

v1.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/servo/rust-smallvec/compare/v1.15.2...v1.16.0

dtolnay/syn (syn)

v3.0.5

Compare Source

v3.0.4

Compare Source

  • Allow safe fn in impl Parse for ForeignItemFn (#​2078)
toml-rs/toml (toml)

v1.1.6

Compare Source

v1.1.5

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws-lc-rs](https://github.com/aws/aws-lc-rs) | dependencies | patch | `1.18.0` → `1.18.1` | | [cargo_toml](https://lib.rs/cargo_toml) ([source](https://gitlab.com/lib.rs/cargo_toml)) | workspace.dependencies | patch | `1.0.0` → `1.0.1` | | [either](https://github.com/rayon-rs/either) | workspace.dependencies | minor | `1.17.0` → `1.18.0` | | [hyper](https://hyper.rs) ([source](https://github.com/hyperium/hyper)) | workspace.dependencies | patch | `1.11.0` → `1.11.1` | | [smallvec](https://github.com/servo/rust-smallvec) | workspace.dependencies | minor | `1.15.2` → `1.16.1` | | [syn](https://github.com/dtolnay/syn) | workspace.dependencies | patch | `3.0.3` → `3.0.5` | | [toml](https://github.com/toml-rs/toml) | workspace.dependencies | patch | `1.1.4+spec-1.1.0` → `1.1.6` | --- ### Release Notes <details> <summary>aws/aws-lc-rs (aws-lc-rs)</summary> ### [`v1.18.1`](https://github.com/aws/aws-lc-rs/releases/tag/v1.18.1): aws-lc-rs v1.18.1 [Compare Source](https://github.com/aws/aws-lc-rs/compare/v1.18.0...v1.18.1) #### What's Changed - Add ECDSA P-256 SHA-1 ASN.1 signature verification by [@&#8203;assafvayner](https://github.com/assafvayner) in [#&#8203;1214](https://github.com/aws/aws-lc-rs/pull/1214) - Adds `ECDSA_P256_SHA1_ASN1` for verifying ASN.1 DER-encoded ECDSA P-256 signatures over SHA-1, so applications can verify legacy signatures such as [CloudFront signed URLs](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-custom-policy.html) using ECDSA P-256 with the default SHA-1 hash. - SHA-1 remains available for legacy verification only. This release does not add a corresponding signing algorithm. - Tighten AEAD, cipher IV, HKDF, ECDH, and RSA API contracts by [@&#8203;justsmth](https://github.com/justsmth) in [#&#8203;1215](https://github.com/aws/aws-lc-rs/pull/1215) - In-place AEAD sealing now verifies that `Extend` produced exactly enough space for the plaintext and authentication tag before passing the buffer to AWS-LC. Non-conforming custom buffers now return `Err(Unspecified)`. - Streaming cipher constructors now reject missing or mismatched IV contexts, matching the validation already performed by the one-shot APIs. - `Salt::from(Okm)` now uses the output algorithm selected by the `Okm`, rather than the algorithm from the source PRK. - ECDH shared-secret storage is now zeroized on fallible derive paths. - RSA `verify_digest_sig` now requires the supplied digest to match the digest configured by `RsaParameters`, for both parsed and unparsed public keys. - Valid inputs are unaffected. Calls using inconsistent algorithms, IV contexts, or custom AEAD buffers now fail closed with `Err(Unspecified)`. ##### Upstream AWS-LC - `aws-lc-sys` v0.45.0 aligns with [AWS-LC v5.7.0](https://github.com/aws/aws-lc/releases/tag/v5.7.0) (previously v5.5.0). See also the release notes for [v5.6.0](https://github.com/aws/aws-lc/releases/tag/v5.6.0). - v5.7.0 corrects `EVP_DecryptUpdate` for padded block ciphers so it modifies only the output range reported through `out_len`. aws-lc-rs now includes canary-based regression coverage around the documented minimum output-buffer sizes. - `aws-lc-fips-sys` v0.14.2 moves to [AWS-LC FIPS v4.2.0](https://github.com/aws/aws-lc/pull/3467). - Includes the equivalent `EVP_DecryptUpdate` correction for FIPS builds. - Restores FIPS builds with Clang 20 and newer. - Removes the FIPS compiler wrapper's dependency on `/usr/bin/env`, fixing builds in Nix and similar sandboxed environments. ##### Build Improvements - Export `cargo:root` metadata when linking against a system-installed AWS-LC by [@&#8203;weihanglo](https://github.com/weihanglo) in [#&#8203;1208](https://github.com/aws/aws-lc-rs/pull/1208) - The system-library path now exposes the installation prefix through `DEP_AWS_LC_*_ROOT`, consistently with the CC and CMake builders, so downstream build scripts can rely on the metadata regardless of how AWS-LC was built. - Fix `-Wa,--debug-prefix-map` handling with Clang and LTO by [@&#8203;justsmth](https://github.com/justsmth) in [#&#8203;1212](https://github.com/aws/aws-lc-rs/pull/1212) - Fixes Clang builds when `CFLAGS` contains `-flto` or `-flto=thin`. The assembler-specific flag is now used only with GCC; Clang's integrated assembler uses `-ffile-prefix-map` directly. - Filter raw target-triple `CFLAGS` spellings when compiling jitterentropy by [@&#8203;justsmth](https://github.com/justsmth) in [#&#8203;1207](https://github.com/aws/aws-lc-rs/pull/1207) - Prevents inherited optimization flags from overriding jitterentropy's required `-O0`, including when environment variables are set by a parent process using raw or legacy-normalized target triples. ##### Issues Being Closed - `aws-lc-fips-sys` v0.14.0 fails to build with Clang newer than 19 -- [#&#8203;1202](https://github.com/aws/aws-lc-rs/issues/1202) - FIPS compiler wrapper fails in Nix build environments -- [#&#8203;1204](https://github.com/aws/aws-lc-rs/issues/1204) - Raw target-triple `CFLAGS` should be filtered for jitterentropy -- [#&#8203;1205](https://github.com/aws/aws-lc-rs/issues/1205) - aws-lc-sys fails to build with Clang when `CFLAGS` includes `-flto` -- [#&#8203;1211](https://github.com/aws/aws-lc-rs/issues/1211) #### Other Merged PRs - Prepare aws-lc-fips-sys v0.14.1 by [@&#8203;justsmth](https://github.com/justsmth) in [#&#8203;1203](https://github.com/aws/aws-lc-rs/pull/1203) - fix(publish): verify packaged crate with cargo build instead of cargo test by [@&#8203;justsmth](https://github.com/justsmth) in [#&#8203;1201](https://github.com/aws/aws-lc-rs/pull/1201) - fix: address clippy::assert\_is\_empty lints in ECB cipher modes by [@&#8203;justsmth](https://github.com/justsmth) in [#&#8203;1210](https://github.com/aws/aws-lc-rs/pull/1210) - ci: replace removed llvm-devel-lite package in FreeBSD jobs by [@&#8203;justsmth](https://github.com/justsmth) in [#&#8203;1213](https://github.com/aws/aws-lc-rs/pull/1213) - Prepare aws-lc-sys v0.45.0 by [@&#8203;justsmth](https://github.com/justsmth) in [#&#8203;1220](https://github.com/aws/aws-lc-rs/pull/1220) - Prepare aws-lc-fips-sys v0.14.2 by [@&#8203;justsmth](https://github.com/justsmth) in [#&#8203;1221](https://github.com/aws/aws-lc-rs/pull/1221) - Prepare v1.18.1 by [@&#8203;justsmth](https://github.com/justsmth) in [#&#8203;1224](https://github.com/aws/aws-lc-rs/pull/1224) #### New Contributors - [@&#8203;weihanglo](https://github.com/weihanglo) made their first contribution in [#&#8203;1208](https://github.com/aws/aws-lc-rs/pull/1208) - [@&#8203;assafvayner](https://github.com/assafvayner) made their first contribution in [#&#8203;1214](https://github.com/aws/aws-lc-rs/pull/1214) **Full Changelog**: <https://github.com/aws/aws-lc-rs/compare/v1.18.0...v1.18.1> #### New Contributors - [@&#8203;weihanglo](https://github.com/weihanglo) made their first contribution in [#&#8203;1208](https://github.com/aws/aws-lc-rs/pull/1208) - [@&#8203;assafvayner](https://github.com/assafvayner) made their first contribution in [#&#8203;1214](https://github.com/aws/aws-lc-rs/pull/1214) **Full Changelog**: <https://github.com/aws/aws-lc-rs/compare/v1.18.0...v1.18.1> </details> <details> <summary>lib.rs/cargo_toml (cargo_toml)</summary> ### [`v1.0.1`](https://gitlab.com/lib.rs/cargo_toml/compare/v1.0.0...v1.0.1) [Compare Source](https://gitlab.com/lib.rs/cargo_toml/compare/v1.0.0...v1.0.1) </details> <details> <summary>rayon-rs/either (either)</summary> ### [`v1.18.0`](https://github.com/rayon-rs/either/compare/1.17.0...1.18.0) [Compare Source](https://github.com/rayon-rs/either/compare/1.17.0...1.18.0) </details> <details> <summary>hyperium/hyper (hyper)</summary> ### [`v1.11.1`](https://github.com/hyperium/hyper/blob/HEAD/CHANGELOG.md#v1111-2026-08-27) [Compare Source](https://github.com/hyperium/hyper/compare/v1.11.0...v1.11.1) ##### Bug Fixes - **http1:** - detect TE: trailers caselessly and with other values ([#&#8203;4152](https://github.com/hyperium/hyper/issues/4152)) ([72fcf545](https://github.com/hyperium/hyper/commit/72fcf545c9b4a261f31d89bafd3019a2d4e9e1d7)) - recognize `\n\r\n` as a head terminator in the partial-read fast path ([#&#8203;4147](https://github.com/hyperium/hyper/issues/4147)) ([3534d75c](https://github.com/hyperium/hyper/commit/3534d75c898da17b023e6bff9b4cf71afed123ad), closes [#&#8203;4145](https://github.com/hyperium/hyper/issues/4145)) - flush bytes buffered by the write re-check before yielding ([#&#8203;4143](https://github.com/hyperium/hyper/issues/4143)) ([f660f5bf](https://github.com/hyperium/hyper/commit/f660f5bf6eed3fe793f899507ff5bb9e266d4b0d)) - evict pooled conn on request-side Connection: close ([#&#8203;4110](https://github.com/hyperium/hyper/issues/4110)) ([da19be08](https://github.com/hyperium/hyper/commit/da19be08f34d3da01c4c0f9cfe2837e7d377f73d)) </details> <details> <summary>servo/rust-smallvec (smallvec)</summary> ### [`v1.16.1`](https://github.com/servo/rust-smallvec/releases/tag/v1.16.1) [Compare Source](https://github.com/servo/rust-smallvec/compare/v1.16.0...v1.16.1) #### What's Changed - Speed up push by expanding triple\_mut by [@&#8203;bolshoytoster](https://github.com/bolshoytoster) in [#&#8203;557](https://github.com/servo/rust-smallvec/pull/557) - chore: bump version to 1.16.1 by [@&#8203;ryux1](https://github.com/ryux1) in [#&#8203;585](https://github.com/servo/rust-smallvec/pull/585) - fix: doc warning by [@&#8203;alejandro-vaz](https://github.com/alejandro-vaz) in [#&#8203;582](https://github.com/servo/rust-smallvec/pull/582) - fix: cargo warnings by [@&#8203;alejandro-vaz](https://github.com/alejandro-vaz) in [#&#8203;581](https://github.com/servo/rust-smallvec/pull/581) #### New Contributors - [@&#8203;ryux1](https://github.com/ryux1) made their first contribution in [#&#8203;585](https://github.com/servo/rust-smallvec/pull/585) **Full Changelog**: <https://github.com/servo/rust-smallvec/compare/v1.16.0...v1.16.1> ### [`v1.16.0`](https://github.com/servo/rust-smallvec/releases/tag/v1.16.0) [Compare Source](https://github.com/servo/rust-smallvec/compare/v1.15.2...v1.16.0) #### What's Changed - Include debug\_metadata/\*.natvis in the published crate to fix debugger\_visualizer/docs.rs build by [@&#8203;teddytennant](https://github.com/teddytennant) in [#&#8203;417](https://github.com/servo/rust-smallvec/pull/417) - feat: removed debugger visualizer + tests by [@&#8203;alejandro-vaz](https://github.com/alejandro-vaz) in [#&#8203;420](https://github.com/servo/rust-smallvec/pull/420) - feat: added style check to CI && rustfmt.toml by [@&#8203;alejandro-vaz](https://github.com/alejandro-vaz) in [#&#8203;436](https://github.com/servo/rust-smallvec/pull/436) #### New Contributors - [@&#8203;teddytennant](https://github.com/teddytennant) made their first contribution in [#&#8203;417](https://github.com/servo/rust-smallvec/pull/417) **Full Changelog**: <https://github.com/servo/rust-smallvec/compare/v1.15.2...v1.16.0> </details> <details> <summary>dtolnay/syn (syn)</summary> ### [`v3.0.5`](https://github.com/dtolnay/syn/releases/tag/3.0.5) [Compare Source](https://github.com/dtolnay/syn/compare/3.0.4...3.0.5) - Report correct span for lex errors from `LitStr::parse_with` ([#&#8203;2080](https://github.com/dtolnay/syn/issues/2080), thanks [@&#8203;sunshowers](https://github.com/sunshowers)) ### [`v3.0.4`](https://github.com/dtolnay/syn/releases/tag/3.0.4) [Compare Source](https://github.com/dtolnay/syn/compare/3.0.3...3.0.4) - Allow `safe fn` in `impl Parse for ForeignItemFn` ([#&#8203;2078](https://github.com/dtolnay/syn/issues/2078)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v1.1.6`](https://github.com/toml-rs/toml/compare/toml-v1.1.5...toml-v1.1.6) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v1.1.5...toml-v1.1.6) ### [`v1.1.5`](https://github.com/toml-rs/toml/compare/toml-v1.1.4...toml-v1.1.5) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v1.1.4...toml-v1.1.5) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42NS41IiwidXBkYXRlZEluVmVyIjoiNDQuNjUuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jaWVzIiwiRGVwZW5kZW5jaWVzL1Jlbm92YXRlIl19-->
chore(deps): update rust-non-major
Some checks failed
renovate/artifacts Artifact file update failure
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 4s
Checks / Prek / Check changed files (pull_request) Successful in 10s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 11s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m7s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m11s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m24s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 9m43s
d470a640fb
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact 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 Cargo.toml --package smallvec@1.15.2 --precise 1.16.1
    Updating crates.io index
error: failed to select a version for the requirement `smallvec = ">=1.0.0, <1.16.0"`
candidate versions found which didn't match: 1.16.1
location searched: crates.io index
required by package `serde-saphyr v0.0.29`
    ... which satisfies dependency `serde-saphyr = "^0.0.29"` (locked to 0.0.29) of package `conduwuit_admin v26.8.1 (/tmp/renovate/repos/forgejo/continuwuation/continuwuity/src/admin)`

### ⚠️ Artifact update problem Renovate failed to update an artifact 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 Cargo.toml --package smallvec@1.15.2 --precise 1.16.1 Updating crates.io index error: failed to select a version for the requirement `smallvec = ">=1.0.0, <1.16.0"` candidate versions found which didn't match: 1.16.1 location searched: crates.io index required by package `serde-saphyr v0.0.29` ... which satisfies dependency `serde-saphyr = "^0.0.29"` (locked to 0.0.29) of package `conduwuit_admin v26.8.1 (/tmp/renovate/repos/forgejo/continuwuation/continuwuity/src/admin)` ```
renovate force-pushed renovate/rust-non-major from d470a640fb
Some checks failed
renovate/artifacts Artifact file update failure
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 4s
Checks / Prek / Check changed files (pull_request) Successful in 10s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 11s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m7s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m11s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m24s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 9m43s
to f9a0c44b02
Some checks failed
renovate/artifacts Artifact file update failure
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 10s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m12s
Checks / Prek / Check changed files (pull_request) Successful in 7s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m37s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m43s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 10m28s
2026-09-12 16:10:07 +00:00
Compare
Some checks failed
renovate/artifacts Artifact file update failure
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 10s
Required
Details
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m12s
Checks / Prek / Check changed files (pull_request) Successful in 7s
Required
Details
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m37s
Required
Details
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m43s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 10m28s
Required
Details
This pull request is blocked because it's outdated.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/rust-non-major:renovate/rust-non-major
git switch renovate/rust-non-major
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity!2229
No description provided.