chore(deps): update rust - #514
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #514 +/- ##
=======================================
Coverage 97.89% 97.89%
=======================================
Files 33 33
Lines 6802 6802
=======================================
Hits 6659 6659
Misses 143 143
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/rust
branch
from
July 30, 2026 17:50
b4fd49a to
644eda9
Compare
renovate
Bot
force-pushed
the
renovate/rust
branch
from
August 1, 2026 16:58
644eda9 to
0155637
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.21.0→1.21.10.22→0.230.23.10.9.137→0.9.1400.9.1430.10.0→0.10.1Release Notes
cargo-bins/cargo-binstall (aqua:cargo-bins/cargo-binstall)
v1.21.1Compare Source
Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for
cargo installin most cases. Install it today withcargo install cargo-binstall, from the binaries below, or if you already have it, upgrade withcargo binstall cargo-binstall.In this release:
marshallpierce/rust-base64 (base64)
v0.23.0Compare Source
simd-unsafefeature:Simdpicks the bestinstruction set at runtime (AVX2 on
x86_64, NEON onaarch64) and falls back to the scalarGeneralPurposeengine, whileAvx2andNeontarget one instruction set with no runtimedetection and work in
no_std. The engines support the standard and URL-safe alphabets.nextest-rs/nextest (cargo:cargo-nextest)
v0.9.140: cargo-nextest 0.9.140Compare Source
Added
A new
cargo nextest help <topic>subcommand renders reference documentation directly in the terminal. The available topics are:filterset(aliasfiltersets): the filterset DSL referencerepo-config: the repository configuration referenceuser-config: the user configuration referencecargo nextest helplists the available topics. (#3419, #3424, #3432, #3433)Changed
aarch64-unknown-linux-gnuandriscv64-unknown-linux-gnubuilds has been lowered to glibc 2.27.riscv64-unknown-linux-gnunow uses rustls + aws-lc-rs rather than OpenSSL.v0.9.138: cargo-nextest 0.9.138Compare Source
Added
Nextest now sets the following environment variables during the list phase, not just the run phase:
NEXTEST_VERSIONNEXTEST_REQUIRED_VERSIONNEXTEST_RECOMMENDED_VERSIONNEXTEST_RUN_IDNEXTEST_BINARY_IDNEXTEST_WORKSPACE_ROOTThis lets target runners and custom test harnesses use this information while listing tests. (#3410)
Changed
--cargo-metadatais passed without--binaries-metadata, and the Cargo metadata contains exactly one default member (for example, metadata generated with--manifest-path path/to/package/Cargo.toml), nextest now anchors the build scope to that member'sCargo.tomlrather than widening it to the entire workspace. (#3409)--workspace-remapnow requires both--cargo-metadataand--binaries-metadata. The combination of--workspace-remapand--cargo-metadatacannot work without--binaries-metadata, so nextest now reports this as an error up front. (#3409)kellpossible/cargo-i18n (i18n-embed-fl)
v0.10.1Fixes
proc-macro-error2toproc-macro-error3. Fixes #172. Thanks to @pedromvgomes!Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.