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

   Updates the requirements on [tower](https://github.com/tower-rs/tower) to 
permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/tower-rs/tower/releases";>tower's releases</a>.</em></p>
   <blockquote>
   <h2>tower 0.5.0</h2>
   <h3>Fixed</h3>
   <ul>
   <li><strong>util</strong>: <code>BoxService</code> is now <code>Sync</code> 
(<a href="https://redirect.github.com/tower-rs/tower/issues/702";>#702</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li><strong>util</strong>: Removed deprecated 
<code>ServiceExt::ready_and</code> method and <code>ReadyAnd</code>
   future (<a 
href="https://redirect.github.com/tower-rs/tower/issues/652";>#652</a>)</li>
   <li><strong>retry</strong>: <strong>Breaking Change</strong> 
<code>retry::Policy::retry</code> now accepts <code>&amp;mut Req</code> and 
<code>&amp;mut Res</code> instead of the previous mutable versions. This
   increases the flexibility of the retry policy. To update, update your method 
signature to include <code>mut</code> for both parameters. (<a 
href="https://redirect.github.com/tower-rs/tower/issues/584";>#584</a>)</li>
   <li><strong>retry</strong>: <strong>Breaking Change</strong> Change Policy 
to accept &amp;mut self (<a 
href="https://redirect.github.com/tower-rs/tower/issues/681";>#681</a>)</li>
   <li><strong>retry</strong>: Add generic backoff utilities (<a 
href="https://redirect.github.com/tower-rs/tower/issues/685";>#685</a>)</li>
   <li><strong>retry</strong>: Add Budget trait. This allows end-users to 
implement their own budget and bucket implementations. (<a 
href="https://redirect.github.com/tower-rs/tower/issues/703";>#703</a>)</li>
   <li><strong>reconnect</strong>: <strong>Breaking Change</strong> Remove 
unused generic parameter from <code>Reconnect::new</code> (<a 
href="https://redirect.github.com/tower-rs/tower/issues/755";>#755</a>)</li>
   <li><strong>ready-cache</strong>: Allow iteration over ready services (<a 
href="https://redirect.github.com/tower-rs/tower/issues/700";>#700</a>)</li>
   <li><strong>discover</strong>: Implement <code>Clone</code> for Change (<a 
href="https://redirect.github.com/tower-rs/tower/issues/701";>#701</a>)</li>
   <li><strong>util</strong>: Add a BoxCloneServiceLayer (<a 
href="https://redirect.github.com/tower-rs/tower/issues/708";>#708</a>)</li>
   <li><strong>rng</strong>: use a simpler random 2-sampler (<a 
href="https://redirect.github.com/tower-rs/tower/issues/716";>#716</a>)</li>
   <li><strong>filter</strong>: Derive <code>Clone</code> for 
<code>AsyncFilterLayer</code> (<a 
href="https://redirect.github.com/tower-rs/tower/issues/731";>#731</a>)</li>
   <li><strong>general</strong>: Update IndexMap (<a 
href="https://redirect.github.com/tower-rs/tower/issues/741";>#741</a>)</li>
   <li><strong>MSRV</strong>: Increase MSRV to 1.63.0 (<a 
href="https://redirect.github.com/tower-rs/tower/issues/741";>#741</a>)</li>
   </ul>
   <p><a href="https://redirect.github.com/tower-rs/tower/issues/702";>#702</a>: 
<a 
href="https://redirect.github.com/tower-rs/tower/pull/702";>tower-rs/tower#702</a>
   <a href="https://redirect.github.com/tower-rs/tower/issues/652";>#652</a>: <a 
href="https://redirect.github.com/tower-rs/tower/pull/652";>tower-rs/tower#652</a>
   <a href="https://redirect.github.com/tower-rs/tower/issues/584";>#584</a>: <a 
href="https://redirect.github.com/tower-rs/tower/pull/584";>tower-rs/tower#584</a>
   <a href="https://redirect.github.com/tower-rs/tower/issues/681";>#681</a>: <a 
href="https://redirect.github.com/tower-rs/tower/pull/681";>tower-rs/tower#681</a>
   <a href="https://redirect.github.com/tower-rs/tower/issues/685";>#685</a>: <a 
href="https://redirect.github.com/tower-rs/tower/pull/685";>tower-rs/tower#685</a>
   <a href="https://redirect.github.com/tower-rs/tower/issues/703";>#703</a>: <a 
href="https://redirect.github.com/tower-rs/tower/pull/703";>tower-rs/tower#703</a>
   <a href="https://redirect.github.com/tower-rs/tower/issues/755";>#755</a>: <a 
href="https://redirect.github.com/tower-rs/tower/pull/755";>tower-rs/tower#755</a>
   <a href="https://redirect.github.com/tower-rs/tower/issues/700";>#700</a>: <a 
href="https://redirect.github.com/tower-rs/tower/pull/700";>tower-rs/tower#700</a>
   <a href="https://redirect.github.com/tower-rs/tower/issues/701";>#701</a>: <a 
href="https://redirect.github.com/tower-rs/tower/pull/701";>tower-rs/tower#701</a>
   <a href="https://redirect.github.com/tower-rs/tower/issues/708";>#708</a>: <a 
href="https://redirect.github.com/tower-rs/tower/pull/708";>tower-rs/tower#708</a>
   <a href="https://redirect.github.com/tower-rs/tower/issues/716";>#716</a>: <a 
href="https://redirect.github.com/tower-rs/tower/pull/716";>tower-rs/tower#716</a>
   <a href="https://redirect.github.com/tower-rs/tower/issues/731";>#731</a>: <a 
href="https://redirect.github.com/tower-rs/tower/pull/731";>tower-rs/tower#731</a>
   <a href="https://redirect.github.com/tower-rs/tower/issues/741";>#741</a>: <a 
href="https://redirect.github.com/tower-rs/tower/pull/741";>tower-rs/tower#741</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tower-rs/tower/commit/fec9e559e276ba9609f939d3b0d2e4fa0504de6f";><code>fec9e55</code></a>
 tower-layer: drop versions from dev dependencies (<a 
href="https://redirect.github.com/tower-rs/tower/issues/782";>#782</a>)</li>
   <li><a 
href="https://github.com/tower-rs/tower/commit/646804d77eebf072dac180cb5e1256b9ee7e0229";><code>646804d</code></a>
 chore: prepare to release tower-0.5.0, tower-layer-0.3.3, 
tower-service-0.3.3...</li>
   <li><a 
href="https://github.com/tower-rs/tower/commit/7202cfeecd13ad6bbecd537d9799244313600db5";><code>7202cfe</code></a>
 chore: fix a few typos (<a 
href="https://redirect.github.com/tower-rs/tower/issues/780";>#780</a>)</li>
   <li><a 
href="https://github.com/tower-rs/tower/commit/85080a56177e2b73835fd80cf371c6333110eae7";><code>85080a5</code></a>
 use workspace dependencies for tower (<a 
href="https://redirect.github.com/tower-rs/tower/issues/778";>#778</a>)</li>
   <li><a 
href="https://github.com/tower-rs/tower/commit/88a7d3e01e109d8f20729c1b1f371e0752d53b0e";><code>88a7d3e</code></a>
 fix warnings found when running check/doc commands (<a 
href="https://redirect.github.com/tower-rs/tower/issues/779";>#779</a>)</li>
   <li><a 
href="https://github.com/tower-rs/tower/commit/a6e98a7d6930b1907564d4ebcc3b0390b983c307";><code>a6e98a7</code></a>
 chore: update GitHub Actions CI (<a 
href="https://redirect.github.com/tower-rs/tower/issues/740";>#740</a>)</li>
   <li><a 
href="https://github.com/tower-rs/tower/commit/74e925d2c8d079751db6fc14745972482f299d2f";><code>74e925d</code></a>
 chore: fix spelling errors (<a 
href="https://redirect.github.com/tower-rs/tower/issues/775";>#775</a>)</li>
   <li><a 
href="https://github.com/tower-rs/tower/commit/89ac74f320f262e63d48b4eb603cc1053c005c48";><code>89ac74f</code></a>
 feat: Make new functions const when possible (<a 
href="https://redirect.github.com/tower-rs/tower/issues/760";>#760</a>)</li>
   <li><a 
href="https://github.com/tower-rs/tower/commit/032d17f68931261eb84c76280fb3068773d5e8d7";><code>032d17f</code></a>
 ensure that re-exported symbols show feature label in root (<a 
href="https://redirect.github.com/tower-rs/tower/issues/754";>#754</a>)</li>
   <li><a 
href="https://github.com/tower-rs/tower/commit/05a0a25dcc9f3de50c13c5259985cd2fb38355e5";><code>05a0a25</code></a>
 Upgrade to indexmap v2 (MSRV 1.63) (<a 
href="https://redirect.github.com/tower-rs/tower/issues/741";>#741</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tower-rs/tower/compare/tower-0.4.13...tower-0.5.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 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]

Reply via email to