Skip to content

chore(deps): update dependency cargo-nextest to v0.9.102#23

Merged
eirnym merged 1 commit intomainfrom
renovate/cargo-nextest-0.9.x
Aug 10, 2025
Merged

chore(deps): update dependency cargo-nextest to v0.9.102#23
eirnym merged 1 commit intomainfrom
renovate/cargo-nextest-0.9.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2025

This PR contains the following updates:

Package Update Change
cargo-nextest patch 0.9.95 -> 0.9.102

Release Notes

nextest-rs/nextest (cargo-nextest)

v0.9.102: cargo-nextest 0.9.102

Compare Source

Added
  • Windows releases are now digitally signed. Thanks to the SignPath Foundation for signing nextest's Windows builds.
Known issues
  • Nextest's test suite can nondeterministically hang on machines with a large number of cores. This is a bug in Cargo 1.88, and is fixed in Cargo 1.89. See #​2463 for more information.

v0.9.101: cargo-nextest 0.9.101

Compare Source

Fixed
  • Restored compatibility with Cargo's unstable bindeps feature in some circumstances.
Changed
  • Tokio downgraded to 1.45.0 to try and get to the bottom of hangs in some configurations. If you encounter nextest 0.9.100 or 0.9.101 getting stuck, please comment in #​2463. Thank you!
  • MSRV updated to Rust 1.86.

v0.9.100: cargo-nextest 0.9.100

Compare Source

Added
  • A new global-timeout option allows setting a global timeout for the entire run. This is an alternative to the Unix timeout command that also works on Windows.

    For more information, see Setting a global timeout.

    Thanks to robabla for your first contribution!

  • Nextest now reports progress to the terminal emulator for display in places like the task bar, similar to Cargo 1.87 and above. Terminal progress integration uses OSC 9;4, and is enabled by default in Windows Terminal, ConEmu, and WezTerm.

    To configure this, use Cargo's term.progress.term-integration option.

v0.9.99: cargo-nextest 0.9.99

Compare Source

Added
  • Script commands now support relative-to = "workspace-root". This has minimal impact on setup scripts since they always run relative to the workspace root, but allows wrapper scripts to be invoked more easily.
Changed
  • On remapping workspace or target directories, they're now converted to absolute ones. This should not have user-visible effects.

v0.9.98: cargo-nextest 0.9.98

Compare Source

Added
Changed
  • Setup scripts are now specified within the [scripts.setup] table, for example [scripts.setup.db-generate]. The previous [script.db-generate] configuration will continue to work for a short while.

v0.9.97: cargo-nextest 0.9.97

Compare Source

Fixed
  • Worked around a Rust type inference bug as part of a dependency update (#​2370).
Changed
  • The MSRV for compiling nextest is now Rust 1.85. (The MSRV for running tests remains unchanged.)

v0.9.96: cargo-nextest 0.9.96

Compare Source

Miscellaneous
  • Pre-built binaries are now built with Rust 1.87, which is the first version to support posix_spawn-based process spawning on illumos.

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 Aug 10, 2025

TestsPassed ✅SkippedFailed
Deku String620 ran620 passed0 skipped0 failed

@github-actions
Copy link

github-actions bot commented Aug 10, 2025

☂️ Python Coverage

current status: ✅

Overall Coverage

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

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: c58319f by action🐍

@renovate renovate bot force-pushed the renovate/cargo-nextest-0.9.x branch from fefc164 to c58319f Compare August 10, 2025 11:27
@eirnym eirnym merged commit c420c77 into main Aug 10, 2025
7 checks passed
@eirnym eirnym deleted the renovate/cargo-nextest-0.9.x branch August 10, 2025 11:34
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