Skip to content

chore(deps): bump rstest from 0.26.1 to 0.27.0 - #25323

Merged
comphead merged 1 commit into
mainfrom
dependabot/cargo/main/rstest-0.27.0
Sep 15, 2026
Merged

comphead merged 1 commit into
mainfrom
dependabot/cargo/main/rstest-0.27.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 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>
@comphead
comphead added this pull request to the merge queue Sep 15, 2026
Merged via the queue into main with commit 5a47d21 Sep 15, 2026
42 checks passed
@comphead
comphead deleted the dependabot/cargo/main/rstest-0.27.0 branch September 15, 2026 21:35
gauravtiwari pushed a commit to boringcache/datafusion that referenced this pull request Sep 15, 2026
Bumps [rstest](https://github.com/la10736/rstest) from 0.26.1 to 0.27.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/la10736/rstest/releases">rstest's
releases</a>.</em></p>
<blockquote>
<h2>v0.27.0</h2>
<h2>[0.27.0] 2026/9/6</h2>
<h3>Changed</h3>
<ul>
<li>Bump msrv to 1.85.0 both for <code>rstest</code> and
<code>rstest_reuse</code></li>
<li>Disabled default features of <code>futures-util</code></li>
</ul>
<h3>Added</h3>
<ul>
<li>Doc comments before <code>#[values(...)]</code> entries can be used
to override the generated matrix
test names (both for the legacy <code>arg =&gt; [..]</code> syntax and
the new attribute form).
See <a
href="https://redirect.github.com/la10736/rstest/pull/321">#321</a>
thanks to <a
href="https://github.com/orhun"><code>@​orhun</code></a>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Use fully-qualified <code>core</code> import. See <a
href="https://redirect.github.com/la10736/rstest/pull/336">#336</a>.</li>
<li>Fix <code>mut</code> arguments failing to compile with
<code>#[trace]</code>. See <a
href="https://redirect.github.com/la10736/rstest/pull/345">#345</a>
thanks to <a
href="https://github.com/super-cooper"><code>@​super-cooper</code></a>.</li>
<li>Fix compilation under bazel by upgrading proc-macro-crate to
3.4.0.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/la10736/rstest/blob/master/CHANGELOG.md">rstest's
changelog</a>.</em></p>
<blockquote>
<h2>[0.27.0] 2026/9/6</h2>
<h3>Changed</h3>
<ul>
<li>Bump msrv to 1.85.0 both for <code>rstest</code> and
<code>rstest_reuse</code></li>
<li>Disabled default features of <code>futures-util</code></li>
</ul>
<h3>Added</h3>
<ul>
<li>Doc comments before <code>#[values(...)]</code> entries can be used
to override the generated matrix
test names (both for the legacy <code>arg =&gt; [..]</code> syntax and
the new attribute form).
See <a
href="https://redirect.github.com/la10736/rstest/pull/321">#321</a>
thanks to <a
href="https://github.com/orhun"><code>@​orhun</code></a>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Use fully-qualified <code>core</code> import. See <a
href="https://redirect.github.com/la10736/rstest/pull/336">#336</a>.</li>
<li>Fix <code>mut</code> arguments failing to compile with
<code>#[trace]</code>. See <a
href="https://redirect.github.com/la10736/rstest/pull/345">#345</a>
thanks to <a
href="https://github.com/super-cooper"><code>@​super-cooper</code></a>.</li>
<li>Fix compilation under bazel by upgrading proc-macro-crate to
3.4.0.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/la10736/rstest/commit/59cd3d1919fc471922297606b8819af4e5bfd472"><code>59cd3d1</code></a>
Release 0.27.0</li>
<li><a
href="https://github.com/la10736/rstest/commit/0821ebc65d0c8434f0d9b7773a23043549313426"><code>0821ebc</code></a>
test: Add E2E test for mut arguments with #[trace]</li>
<li><a
href="https://github.com/la10736/rstest/commit/509ffef32538324bd75d0addf49ee7e0296bff81"><code>509ffef</code></a>
fix: <code>mut</code> arguments with <code>#[trace]</code></li>
<li><a
href="https://github.com/la10736/rstest/commit/043437d63956f1c9e3f6284c4463169cb484cd3b"><code>043437d</code></a>
fix: Resolve clippy warnings and truncate long test project names</li>
<li><a
href="https://github.com/la10736/rstest/commit/9aa8d1a3c51627ec87d0620abda9707488a6f8fe"><code>9aa8d1a</code></a>
fix: Suppress nightly cargo lints in test scaffolding</li>
<li><a
href="https://github.com/la10736/rstest/commit/3d3c76c4fb7215aae92008e390b7fb618ecd5522"><code>3d3c76c</code></a>
fix: Bump rstest_test MSRV to 1.85 and mark as unpublished</li>
<li><a
href="https://github.com/la10736/rstest/commit/d9ae990e323b6910d39364d94876a86b003b4729"><code>d9ae990</code></a>
chore: Add changelog entry</li>
<li><a
href="https://github.com/la10736/rstest/commit/05d4b1a817c1ee4684e1cff728d805f3a647fc0b"><code>05d4b1a</code></a>
fix: Use fully-qualified core import</li>
<li><a
href="https://github.com/la10736/rstest/commit/6da56a112e65b96685e06be41f8d98a84a6e7452"><code>6da56a1</code></a>
Bump msrv to 1.85 also for rstest_reuse (<a
href="https://redirect.github.com/la10736/rstest/issues/342">#342</a>)</li>
<li><a
href="https://github.com/la10736/rstest/commit/1e9963bbc1a0feff27afdd1c6cec25d00c96d607"><code>1e9963b</code></a>
Add CLAUDE.md for Claude Code guidance (<a
href="https://redirect.github.com/la10736/rstest/issues/340">#340</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/la10736/rstest/compare/v0.26.1...v0.27.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rstest&package-manager=cargo&previous-version=0.26.1&new-version=0.27.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant