dependabot[bot] opened a new pull request, #3692: URL: https://github.com/apache/incubator-opendal/pull/3692
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.20 to 0.7.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/axum/releases">axum's releases</a>.</em></p> <blockquote> <h2>axum-extra - v0.7.1</h2> <ul> <li>Updated to latest <code>axum-macros</code></li> </ul> <h2>axum - v0.7.1</h2> <ul> <li><strong>fix</strong>: Fix readme.</li> </ul> <h2>axum-extra - v0.7.0</h2> <ul> <li><strong>breaking:</strong> Remove the <code>spa</code> feature which should have been removed in 0.6.0 (<a href="https://redirect.github.com/tokio-rs/axum/issues/1802">#1802</a>)</li> <li><strong>added:</strong> Add <code>Multipart</code>. This is similar to <code>axum::extract::Multipart</code> except that it enforces field exclusivity at runtime instead of compile time, as this improves usability (<a href="https://redirect.github.com/tokio-rs/axum/issues/1692">#1692</a>)</li> <li><strong>added:</strong> Implement <code>Clone</code> for <code>CookieJar</code>, <code>PrivateCookieJar</code> and <code>SignedCookieJar</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/1808">#1808</a>)</li> <li><strong>fixed:</strong> Add <code>#[must_use]</code> attributes to types that do nothing unless used (<a href="https://redirect.github.com/tokio-rs/axum/issues/1809">#1809</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/axum/issues/1692">#1692</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/1692">tokio-rs/axum#1692</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/1802">#1802</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/1802">tokio-rs/axum#1802</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/1808">#1808</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/1808">tokio-rs/axum#1808</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/1809">#1809</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/1809">tokio-rs/axum#1809</a></p> <h2>axum - v0.7.0</h2> <ul> <li><strong>breaking:</strong> Update public dependencies. axum now requires <ul> <li><a href="https://crates.io/crates/hyper">hyper</a> 1.0</li> <li><a href="https://crates.io/crates/http">http</a> 1.0</li> <li><a href="https://crates.io/crates/http-body">http-body</a> 1.0</li> </ul> </li> <li><strong>breaking:</strong> axum now requires <a href="https://crates.io/crates/tower-http">tower-http</a> 0.5</li> <li><strong>breaking:</strong> Remove deprecated <code>WebSocketUpgrade::max_send_queue</code></li> <li><strong>breaking:</strong> The following types/traits are no longer generic over the request body (i.e. the <code>B</code> type param has been removed) (<a href="https://redirect.github.com/tokio-rs/axum/issues/1751">#1751</a> and <a href="https://redirect.github.com/tokio-rs/axum/issues/1789">#1789</a>): <ul> <li><code>FromRequestParts</code></li> <li><code>FromRequest</code></li> <li><code>HandlerService</code></li> <li><code>HandlerWithoutStateExt</code></li> <li><code>Handler</code></li> <li><code>LayeredFuture</code></li> <li><code>Layered</code></li> <li><code>MethodRouter</code></li> <li><code>Next</code></li> <li><code>RequestExt</code></li> <li><code>RouteFuture</code></li> <li><code>Route</code></li> <li><code>Router</code></li> </ul> </li> <li><strong>breaking:</strong> axum no longer re-exports <code>hyper::Body</code> as that type is removed in hyper 1.0. Instead axum has its own body type at <code>axum::body::Body</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/1751">#1751</a>)</li> <li><strong>breaking:</strong> <code>extract::BodyStream</code> has been removed as <code>body::Body</code> implements <code>Stream</code> and <code>FromRequest</code> directly (<a href="https://redirect.github.com/tokio-rs/axum/issues/1751">#1751</a>)</li> <li><strong>breaking:</strong> Change <code>sse::Event::json_data</code> to use <code>axum_core::Error</code> as its error type (<a href="https://redirect.github.com/tokio-rs/axum/issues/1762">#1762</a>)</li> <li><strong>breaking:</strong> Rename <code>DefaultOnFailedUpdgrade</code> to <code>DefaultOnFailedUpgrade</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/1664">#1664</a>)</li> <li><strong>breaking:</strong> Rename <code>OnFailedUpdgrade</code> to <code>OnFailedUpgrade</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/1664">#1664</a>)</li> <li><strong>breaking:</strong> <code>TypedHeader</code> has been move to <code>axum-extra</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/1850">#1850</a>)</li> <li><strong>breaking:</strong> Removed re-exports of <code>Empty</code> and <code>Full</code>. Use</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/axum/commit/773bb5db6949b315818bdaa5828c5d5d0ee24823"><code>773bb5d</code></a> axum 0.7.1</li> <li><a href="https://github.com/tokio-rs/axum/commit/e63cc49f5545f0323122898c12981a7815da995b"><code>e63cc49</code></a> Update unix-domain-socket, listen-multiple-addrs, and testing examples (<a href="https://redirect.github.com/tokio-rs/axum/issues/2358">#2358</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/db344fab3f5969bf18f9ca88fd5dca02f71a17fc"><code>db344fa</code></a> The main branch no longer contains breaking changes :tada:</li> <li><a href="https://github.com/tokio-rs/axum/commit/b7d14d3602c401c7f0ece6b51e995d82ddccb1e1"><code>b7d14d3</code></a> Release axum 0.7 (<a href="https://redirect.github.com/tokio-rs/axum/issues/2354">#2354</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/15781fe22b7b100075bf2be176976598a1402ed1"><code>15781fe</code></a> Prepare <code>serve</code> for potentially supporting graceful shutdown (<a href="https://redirect.github.com/tokio-rs/axum/issues/2357">#2357</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/da82e887cda98677e14e1d810b29d2d48ee1182f"><code>da82e88</code></a> Update graceful shutdown example (<a href="https://redirect.github.com/tokio-rs/axum/issues/2355">#2355</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/1a78e093ed5336992003680348ec05dacb61b997"><code>1a78e09</code></a> Apply changelog changes from 0.6 branch to main (<a href="https://redirect.github.com/tokio-rs/axum/issues/2353">#2353</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/906f803a209185054e5b1dd6cb94137ad3442ec5"><code>906f803</code></a> Update changelog (<a href="https://redirect.github.com/tokio-rs/axum/issues/2349">#2349</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/fc3cb44b9161ce6bfae654f0a31d7224643b6cfb"><code>fc3cb44</code></a> Upgrade headers to 0.4.0 (<a href="https://redirect.github.com/tokio-rs/axum/issues/2351">#2351</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/a9ac5241dc5138b366d05fa67c0cdf1a29ba66ea"><code>a9ac524</code></a> Only enable hyper dependency when needed (<a href="https://redirect.github.com/tokio-rs/axum/issues/2350">#2350</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/axum/compare/axum-v0.6.20...axum-v0.7.1">compare view</a></li> </ul> </details> <br /> [](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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
