Skip to content

chore(deps): bump cargo-nextest from 0.9.115 to 0.9.116#63

Merged
MuntasirSZN merged 1 commit into
mainfrom
dependabot/cargo/cargo-nextest-0.9.116
Dec 30, 2025
Merged

chore(deps): bump cargo-nextest from 0.9.115 to 0.9.116#63
MuntasirSZN merged 1 commit into
mainfrom
dependabot/cargo/cargo-nextest-0.9.116

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 29, 2025

Copy link
Copy Markdown
Contributor

Bumps cargo-nextest from 0.9.115 to 0.9.116.

Release notes

Sourced from cargo-nextest's releases.

cargo-nextest 0.9.116

Added

  • Nextest now sets several new environment variables for each test execution:

    • NEXTEST_TEST_NAME: The name of the test being run.
    • NEXTEST_ATTEMPT: The current attempt number (starting from 1).
    • NEXTEST_TOTAL_ATTEMPTS: The total number of attempts that will be made.
    • NEXTEST_BINARY_ID: The binary ID of the test.
    • NEXTEST_ATTEMPT_ID: A unique identifier for this specific attempt.
    • NEXTEST_STRESS_CURRENT and NEXTEST_STRESS_TOTAL: For stress tests, the current and total iteration counts.

    These variables allow tests to be aware of their execution context, enabling conditional behavior based on retry attempts or stress test iterations.

    Thanks liranco for your first contribution! (#2797)

  • With cargo nextest run --verbose, nextest now displays the command line used to run each test. Thanks dangvu0502 for your first contribution! (#2800)

  • A new glossary page documents key nextest terminology.

Changed

  • The internal __NEXTEST_ATTEMPT environment variable has been removed and replaced by the public NEXTEST_ATTEMPT variable.

#2797: nextest-rs/nextest#2797 #2800: nextest-rs/nextest#2800

Commits
  • 2416f2f [cargo-nextest] version 0.9.116
  • 4784680 [nextest-runner] version 0.98.0
  • cbf0e22 [meta] prepare releases
  • d865091 [nextest-runner] show TRY n START for retries with --verbose (#2847)
  • 3d91dc4 [nextest-runner] add verbose flag to display test command lines (#2800)
  • 003a8de [nextest-runner] use TestInstanceId within TestEventKind variants (#2846)
  • c5ba6f2 minor updates, add glossary (#2845)
  • f0de49e Add environment variables for test executions (#2797)
  • 2b98c36 chore(deps): update rust crate tracing to 0.1.44 (#2843)
  • 6157a16 chore(deps): update taiki-e/install-action digest to 60581cd (#2842)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cargo-nextest](https://github.com/nextest-rs/nextest) from 0.9.115 to 0.9.116.
- [Release notes](https://github.com/nextest-rs/nextest/releases)
- [Changelog](https://github.com/nextest-rs/nextest/blob/main/release.toml)
- [Commits](nextest-rs/nextest@cargo-nextest-0.9.115...cargo-nextest-0.9.116)

---
updated-dependencies:
- dependency-name: cargo-nextest
  dependency-version: 0.9.116
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 29, 2025
@dependabot dependabot Bot requested a review from MuntasirSZN as a code owner December 29, 2025 21:16
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 29, 2025
@codecov

codecov Bot commented Dec 29, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MuntasirSZN MuntasirSZN merged commit 0782d63 into main Dec 30, 2025
13 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/cargo-nextest-0.9.116 branch December 30, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant