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

   Updates the requirements on [rstest](https://github.com/la10736/rstest) to 
permit the latest version.
   <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.18.0</h2>
   <ul>
   <li>New <code>#[file]</code> attribute</li>
   <li>Default timeoute via <code>RSTEST_TIMEOUT</code> environment 
variable</li>
   </ul>
   <p>Fixes and dependency update</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.18.0] 2023/7/4</h2>
   <h3>Add</h3>
   <ul>
   <li>Add support for <code>RSTEST_TIMEOUT</code> environment variable to 
define a max timeout
   for each function (see <a 
href="https://redirect.github.com/la10736/rstest/issues/190";>#190</a> for 
details).
   Thanks to <a href="https://github.com/aviramha";><code>@​aviramha</code></a> 
for idea and PR</li>
   <li><code>#[files(&quot;glob path&quot;)]</code> attribute to generate tests 
based on files that
   satisfy the given glob path (see <a 
href="https://redirect.github.com/la10736/rstest/issues/163";>#163</a> for 
details).</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Switch to <code>syn</code> 2.0 and edition 2021 : minimal Rust version 
now is 1.56.0
   both for <code>rstest</code> and <code>rstest_reuse</code> (see <a 
href="https://redirect.github.com/la10736/rstest/issues/187";>#187</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed wired behavior on extraction <code>#[awt]</code> function attrs 
(See
   <a 
href="https://redirect.github.com/la10736/rstest/issues/189";>#189</a>)</li>
   </ul>
   <h2>[0.17.0] 2023/3/19</h2>
   <h3>Add</h3>
   <ul>
   <li>Add <code>#[awt]</code> and <code>#[future(awt)]</code> to 
<code>.await</code> future input</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed wrong message when timeout tests panic before timeout expire (See 
<a href="https://redirect.github.com/la10736/rstest/issues/171";>#171</a>)</li>
   </ul>
   <h2>[0.16.0] 2022/11/27</h2>
   <h3>Changed</h3>
   <ul>
   <li>Show <code>TEST START</code> banner only when trace some argument: See 
<a href="https://redirect.github.com/la10736/rstest/issues/158";>#158</a> for 
details.</li>
   <li>Add values to test name: See <a 
href="https://redirect.github.com/la10736/rstest/issues/160";>#160</a> for 
details.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Updated test fixtures to 1.64.0 compiler's error messages.</li>
   </ul>
   <h2>[0.15.0] 2022/06/27</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Timeout not compile if one of its test arguments il not a copy
   type [see <a 
href="https://redirect.github.com/la10736/rstest/issues/154";>#154</a>]</li>
   </ul>
   <h2>[0.14.0] 2022/06/19</h2>
   <h3>Changed</h3>
   <ul>
   <li>Feature gated async timeout via <code>async-timeout</code> feature [see 
<a href="https://redirect.github.com/la10736/rstest/issues/148";>#148</a>]</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/la10736/rstest/commit/f40eb05b024adf8986fa2c78fb23f29e11ba0db1";><code>f40eb05</code></a>
 Prepare changelog 0.18.0</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/8c12f554e3ffaa27cfb48ddd41f74fb314cc10b5";><code>8c12f55</code></a>
 Apply clippy hints</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/0a2bed0890df524034ff9e5774a4fa2c2644dc79";><code>0a2bed0</code></a>
 Update version README</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/b997a3cbce827822dd69d2b93055f8584fcfd88b";><code>b997a3c</code></a>
 README: wich -&gt; which (<a 
href="https://redirect.github.com/la10736/rstest/issues/202";>#202</a>)</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/23f05234bc9a84077be6f0609effc0b8daa86eb3";><code>23f0523</code></a>
 Format</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/0399a31cd5ea6391f378e7ae31d0e5b083e75adb";><code>0399a31</code></a>
 Values_from_files: Implements <a 
href="https://redirect.github.com/la10736/rstest/issues/163";>#163</a> (<a 
href="https://redirect.github.com/la10736/rstest/issues/199";>#199</a>)</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/7b5e422364b7e6b867d80129ae3727b58621825a";><code>7b5e422</code></a>
 Add licenses (<a 
href="https://redirect.github.com/la10736/rstest/issues/196";>#196</a>)</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/e670f99863b1624c4858066faf32b20a20090301";><code>e670f99</code></a>
 Fix tests with last release</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/4378e0e39576d4ca1197f1acb9ead1117ba4d581";><code>4378e0e</code></a>
 fix README.md (<a 
href="https://redirect.github.com/la10736/rstest/issues/194";>#194</a>)</li>
   <li><a 
href="https://github.com/la10736/rstest/commit/885b54e06cbecf6af0d4763c9b11015500233ec9";><code>885b54e</code></a>
 Fix <a 
href="https://redirect.github.com/la10736/rstest/issues/189";>#189</a></li>
   <li>Additional commits viewable in <a 
href="https://github.com/la10736/rstest/compare/0.17.0...v0.18.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 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]

Reply via email to