dependabot[bot] opened a new pull request, #245:
URL: https://github.com/apache/avro-rs/pull/245

   Bumps [rstest](https://github.com/la10736/rstest) from 0.25.0 to 0.26.1.
   <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>0.26.1</h2>
   <p>Fix Docs</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/la10736/rstest/compare/v0.26.0...v0.26.1";>https://github.com/la10736/rstest/compare/v0.26.0...v0.26.1</a></p>
   <h2>0.26.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>docs: fix filemode examples by <a 
href="https://github.com/lucascool12";><code>@​lucascool12</code></a> in <a 
href="https://redirect.github.com/la10736/rstest/pull/301";>la10736/rstest#301</a></li>
   <li>Issue <a 
href="https://redirect.github.com/la10736/rstest/issues/306";>#306</a>. Ignore 
folders by <a href="https://github.com/Obito-git";><code>@​Obito-git</code></a> 
in <a 
href="https://redirect.github.com/la10736/rstest/pull/307";>la10736/rstest#307</a></li>
   <li>Hide generated items in documentation by <a 
href="https://github.com/wiktor-k";><code>@​wiktor-k</code></a> in <a 
href="https://redirect.github.com/la10736/rstest/pull/309";>la10736/rstest#309</a></li>
   <li>313_fix by <a 
href="https://github.com/la10736";><code>@​la10736</code></a> in <a 
href="https://redirect.github.com/la10736/rstest/pull/314";>la10736/rstest#314</a></li>
   <li>fix: do not depend by default on <code>async-std</code> by <a 
href="https://github.com/coriolinus";><code>@​coriolinus</code></a> in <a 
href="https://redirect.github.com/la10736/rstest/pull/311";>la10736/rstest#311</a></li>
   <li>Add permission for empty_structs_with_brackets in fixture by <a 
href="https://github.com/bugRanger";><code>@​bugRanger</code></a> in <a 
href="https://redirect.github.com/la10736/rstest/pull/317";>la10736/rstest#317</a></li>
   <li>Touch up indentation used for examples in the README by <a 
href="https://github.com/fgimian";><code>@​fgimian</code></a> in <a 
href="https://redirect.github.com/la10736/rstest/pull/318";>la10736/rstest#318</a></li>
   <li>Make #[files(...)] work on Windows by <a 
href="https://github.com/twz123";><code>@​twz123</code></a> in <a 
href="https://redirect.github.com/la10736/rstest/pull/322";>la10736/rstest#322</a></li>
   <li>Finalize <a 
href="https://redirect.github.com/la10736/rstest/issues/311";>#311</a> by <a 
href="https://github.com/la10736";><code>@​la10736</code></a> in <a 
href="https://redirect.github.com/la10736/rstest/pull/323";>la10736/rstest#323</a></li>
   <li>Make clippy happy by <a 
href="https://github.com/la10736";><code>@​la10736</code></a> in <a 
href="https://redirect.github.com/la10736/rstest/pull/324";>la10736/rstest#324</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Obito-git";><code>@​Obito-git</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/la10736/rstest/pull/307";>la10736/rstest#307</a></li>
   <li><a href="https://github.com/wiktor-k";><code>@​wiktor-k</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/la10736/rstest/pull/309";>la10736/rstest#309</a></li>
   <li><a href="https://github.com/coriolinus";><code>@​coriolinus</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/la10736/rstest/pull/311";>la10736/rstest#311</a></li>
   <li><a href="https://github.com/bugRanger";><code>@​bugRanger</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/la10736/rstest/pull/317";>la10736/rstest#317</a></li>
   <li><a href="https://github.com/fgimian";><code>@​fgimian</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/la10736/rstest/pull/318";>la10736/rstest#318</a></li>
   <li><a href="https://github.com/twz123";><code>@​twz123</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/la10736/rstest/pull/322";>la10736/rstest#322</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/la10736/rstest/compare/v0.25.0...v0.26.0";>https://github.com/la10736/rstest/compare/v0.25.0...v0.26.0</a></p>
   </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.26.1] 2025/7/27</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Docs</li>
   </ul>
   <h2>[0.26.0] 2025/7/26</h2>
   <h3>Changed</h3>
   <ul>
   <li>The <code>#[files(...)]</code> attribute now ignores matched directory 
paths by default.
   See <a href="https://redirect.github.com/la10736/rstest/pull/306";>#306</a> 
thanks to <a 
href="https://github.com/Obito-git";><code>@​Obito-git</code></a>.</li>
   </ul>
   <h3>Add</h3>
   <ul>
   <li>Introduced the <code>#[dirs]</code> attribute, which can be used with 
<code>#[files(...)]</code> to explicitly include directory paths.
   See <a href="https://redirect.github.com/la10736/rstest/pull/306";>#306</a> 
thanks to <a 
href="https://github.com/Obito-git";><code>@​Obito-git</code></a>.</li>
   <li>The CI now runs builds and tests on Windows, as well.</li>
   <li><code>#[test_attr]</code> to define test attribute explicit and also 
enable the use of
   <code>#[macro_rules_attribute::apply(&lt;macro&gt;)]</code>: naw also 
<code>smol</code> works. See
   <a href="https://redirect.github.com/la10736/rstest/pull/303";>#303</a>
   <a href="https://redirect.github.com/la10736/rstest/pull/311";>#311</a>
   <a href="https://redirect.github.com/la10736/rstest/pull/315";>#315</a>
   thanks to <a 
href="https://github.com/coriolinus";><code>@​coriolinus</code></a>.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Removed unsued trait and impl spotted out on 
<code>1.89.0-nightly</code></li>
   <li>Add missed tests about ignore attribute's args in <code>rstest</code> 
expansion.
   See <a 
href="https://redirect.github.com/la10736/rstest/pull/313";>#313</a></li>
   <li>The <code>#[files(...)]</code> attribute now works reliably on 
Windows.</li>
   <li>Now global attributes can go everywhere in the list also where case is 
used</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/la10736/rstest/commit/7a326c87e882d2da1f3f97c40e6b04757f085679";><code>7a326c8</code></a>
 Should rollback version used to test</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/a16a8025817ba001853687879ce95729b5f4a487";><code>a16a802</code></a>
 Should rollback version used to test</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/98e886756fa687cd807380c347debda1f2b5422b";><code>98e8867</code></a>
 Merge remote-tracking branch 'origin/master'</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/f4447880ce1ab1468430fbbd41313e2079008b5b";><code>f444788</code></a>
 Bump version 0.26.1</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/5eab9ac46128e23c366929c5e9180e19b3380140";><code>5eab9ac</code></a>
 Bump version 0.26.1</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/971f6ad05232b1fc3ca5a7b0e2830d476d683307";><code>971f6ad</code></a>
 Bump version 0.26.1</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/edfdd89b3ecd8f5d2172308b3e10bcf831db4772";><code>edfdd89</code></a>
 Fixed docs and readme</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/ab24b5bc03e93e6dd7c334db1c21e6a8249f4ccd";><code>ab24b5b</code></a>
 Bump version 0.26.0-dev</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/e18375bfd4c639ab88f0a7a8b0f47149c347b5c3";><code>e18375b</code></a>
 Bump Version 0.26.0</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/dcea54f01a8a8b498f4c7d47e6dfc29fa3f282cf";><code>dcea54f</code></a>
 Make clippy happy</li>
   <li>Additional commits viewable in <a 
href="https://github.com/la10736/rstest/compare/v0.25.0...v0.26.1";>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.25.0&new-version=0.26.1)](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 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)
   
   
   </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: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to