dependabot[bot] opened a new pull request, #2440:
URL: https://github.com/apache/datafusion-ballista/pull/2440

   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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to