Skip to content

Update dependency cargo-nextest to v0.9.133#161

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/cargo-nextest-0.9.x
Open

Update dependency cargo-nextest to v0.9.133#161
renovate[bot] wants to merge 1 commit intomainfrom
renovate/cargo-nextest-0.9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 15, 2026

This PR contains the following updates:

Package Update Change
cargo-nextest patch 0.9.1320.9.133

Release Notes

nextest-rs/nextest (cargo-nextest)

v0.9.133: cargo-nextest 0.9.133

Compare Source

Added
  • Nextest now supports a group() filterset predicate for CLI filter expressions, allowing tests to be listed or run by their assigned test group. (#​3273)

    For example, to run all tests in a specific group:

    cargo nextest run -E 'group(my-group)'

    To list all tests that aren't in the default global group:

    cargo nextest list -E 'not group(@​global)'
  • As part of cargo test binary emulation, --nocapture can now be passed in after --.

Fixed
  • When --status-level fail is set, slow test notifications were previously displayed in a corrupt format (the duration and test name were shown, but the status was omitted). Slow notifications are now correctly hidden. (#​3236)
  • On Windows, pressing t for test status info no longer shows the output twice; nextest now only reacts to key-press events, ignoring key-release events. (#​3225)
Security
  • Update rand to 0.10.1 for RUSTSEC-2026-0097 / GHSA-cq8v-f236-94qc. Note that based on the advisory description, this unsoundness does not appear to affect nextest, since none of the covered rand versions have the log feature turned on.
  • Update rustls-webpki to 0.103.10.

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants