Skip to content

build(deps): bump rstest from 0.26.1 to 0.27.0 - #2192

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/cargo/develop/rstest-0.27.0
Open

build(deps): bump rstest from 0.26.1 to 0.27.0#2192
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/cargo/develop/rstest-0.27.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor

Bumps rstest from 0.26.1 to 0.27.0.

Release notes

Sourced from rstest's releases.

v0.27.0

[0.27.0] 2026/9/6

Changed

  • Bump msrv to 1.85.0 both for rstest and rstest_reuse
  • Disabled default features of futures-util

Added

  • Doc comments before #[values(...)] entries can be used to override the generated matrix test names (both for the legacy arg => [..] syntax and the new attribute form). See #321 thanks to @​orhun.

Fixed

  • Use fully-qualified core import. See #336.
  • Fix mut arguments failing to compile with #[trace]. See #345 thanks to @​super-cooper.
  • Fix compilation under bazel by upgrading proc-macro-crate to 3.4.0.
Changelog

Sourced from rstest's changelog.

[0.27.0] 2026/9/6

Changed

  • Bump msrv to 1.85.0 both for rstest and rstest_reuse
  • Disabled default features of futures-util

Added

  • Doc comments before #[values(...)] entries can be used to override the generated matrix test names (both for the legacy arg => [..] syntax and the new attribute form). See #321 thanks to @​orhun.

Fixed

  • Use fully-qualified core import. See #336.
  • Fix mut arguments failing to compile with #[trace]. See #345 thanks to @​super-cooper.
  • Fix compilation under bazel by upgrading proc-macro-crate to 3.4.0.
Commits
  • 59cd3d1 Release 0.27.0
  • 0821ebc test: Add E2E test for mut arguments with #[trace]
  • 509ffef fix: mut arguments with #[trace]
  • 043437d fix: Resolve clippy warnings and truncate long test project names
  • 9aa8d1a fix: Suppress nightly cargo lints in test scaffolding
  • 3d3c76c fix: Bump rstest_test MSRV to 1.85 and mark as unpublished
  • d9ae990 chore: Add changelog entry
  • 05d4b1a fix: Use fully-qualified core import
  • 6da56a1 Bump msrv to 1.85 also for rstest_reuse (#342)
  • 1e9963b Add CLAUDE.md for Claude Code guidance (#340)
  • 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 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 [rstest](https://github.com/la10736/rstest) from 0.26.1 to 0.27.0.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.26.1...v0.27.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Build | Project System Compiling and Packaging Dependencies Related to Dependencies labels Sep 9, 2026
@codecov

codecov Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.92%. Comparing base (568ff96) to head (0191aa9).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2192   +/-   ##
========================================
  Coverage    84.91%   84.92%           
========================================
  Files          351      351           
  Lines        30211    30211           
  Branches     30211    30211           
========================================
+ Hits         25655    25656    +1     
  Misses        4184     4184           
+ Partials       372      371    -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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

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

Labels

Build | Project System Compiling and Packaging Dependencies Related to Dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants