Skip to content

Update dependency cargo-nextest to v0.9.125#133

Merged
eirnym merged 1 commit intomainfrom
renovate/cargo-nextest-0.9.x
Feb 4, 2026
Merged

Update dependency cargo-nextest to v0.9.125#133
eirnym merged 1 commit intomainfrom
renovate/cargo-nextest-0.9.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2026

This PR contains the following updates:

Package Update Change
cargo-nextest patch 0.9.1240.9.125

Release Notes

nextest-rs/nextest (cargo-nextest)

v0.9.125: cargo-nextest 0.9.125

Compare Source

Added
  • New cargo nextest store export command to export recorded runs as portable recordings. Portable recordings are zip archives that can be shared and uploaded as CI artifacts. (#​3010)

  • cargo nextest replay, cargo nextest run -R, and cargo nextest store info now accept paths to portable recordings (.zip files) in addition to run IDs. This enables replaying and rerunning test results from exported archives, including those downloaded from CI. (#​3012)

  • Nextest now publishes binaries for aarch64-unknown-linux-musl, providing a statically-linked ARM64 Linux binary with no runtime library dependencies. Thanks altendky for your first contribution! (#​3025)

Changed
  • USDT tracing probes are now an optional default feature, usdt. This fixes cross-compilation for some targets. Thanks konstin for your first contribution! (#​3027)
Fixed
  • In replay mode, when output was not captured during recording (e.g. with --no-capture), nextest now shows a "(output not captured)" message rather than blank output. (#​3028)
Other
  • Published a design document describing how nextest does records, replays and reruns. The audience for this document is nextest contributors and curious readers. We hope you enjoy it!
Security
  • Update bytes crate to v1.11.1 for a security fix. (#​3032)

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.

🔕 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.

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

TestsPassed ✅SkippedFailed
Deku String1669 ran1669 passed0 skipped0 failed
Deku String1698 ran1698 passed0 skipped0 failed

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
571 571 100% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: d749e5a by action🐍

@eirnym eirnym merged commit 291d686 into main Feb 4, 2026
6 checks passed
@eirnym eirnym deleted the renovate/cargo-nextest-0.9.x branch February 4, 2026 12:39
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.

1 participant