Bump axum from 0.7.9 to 0.8.6 in /sync-server #130

Closed
dependabot[bot] wants to merge 1 commit from dependabot/cargo/sync-server/axum-0.8.6 into main
dependabot[bot] commented 2025-10-02 12:53:35 +01:00 (Migrated from github.com)

Bumps axum from 0.7.9 to 0.8.6.

Release notes

Sourced from axum's releases.

axum v0.8.5

  • fixed: Reject JSON request bodies with trailing characters after the JSON document (#3453)
  • added: Implement OptionalFromRequest for Multipart (#3220)
  • added: Getter methods Location::{status_code, location}
  • added: Support for writing arbitrary binary data into server-sent events (#3425)]
  • added: middleware::ResponseAxumBodyLayer for mapping response body to axum::body::Body (#3469)
  • added: impl FusedStream for WebSocket (#3443)
  • changed: The sse module and Sse type no longer depend on the tokio feature (#3154)
  • changed: If the location given to one of Redirects constructors is not a valid header value, instead of panicking on construction, the IntoResponse impl now returns an HTTP 500, just like Json does when serialization fails (#3377)
  • changed: Update minimum rust version to 1.78 (#3412)

#3154: tokio-rs/axum#3154 #3220: tokio-rs/axum#3220 #3377: tokio-rs/axum#3377 #3412: tokio-rs/axum#3412 #3425: tokio-rs/axum#3425 #3443: tokio-rs/axum#3443 #3453: tokio-rs/axum#3453 #3469: tokio-rs/axum#3469

axum v0.8.4

  • added: Router::reset_fallback (#3320)
  • added: WebSocketUpgrade::selected_protocol (#3248)
  • fixed: Panic location for overlapping method routes (#3319)
  • fixed: Don't leak a tokio task when using serve without graceful shutdown (#3129)

#3319: tokio-rs/axum#3319 #3320: tokio-rs/axum#3320 #3248: tokio-rs/axum#3248 #3129: tokio-rs/axum#3129

axum v0.8.3

  • added: Implement From<Bytes> for Message (#3273)
  • added: Implement OptionalFromRequest for Json (#3142)
  • added: Implement OptionalFromRequest for Extension (#3157)
  • added: Allow setting the read buffer capacity of WebSocketUpgrade (#3178)
  • changed: Improved code size / compile time of dependent crates (#3285, #3294)

#3273: tokio-rs/axum#3273 #3142: tokio-rs/axum#3142 #3157: tokio-rs/axum#3157 #3178: tokio-rs/axum#3178 #3285: tokio-rs/axum#3285 #3294: tokio-rs/axum#3294

axum v0.8.2

Yanked from crates.io due to unforeseen breaking change, see #3190 for details


... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.9 to 0.8.6. <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 v0.8.5</h2> <ul> <li><strong>fixed:</strong> Reject JSON request bodies with trailing characters after the JSON document (<a href="https://redirect.github.com/tokio-rs/axum/issues/3453">#3453</a>)</li> <li><strong>added:</strong> Implement <code>OptionalFromRequest</code> for <code>Multipart</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/3220">#3220</a>)</li> <li><strong>added:</strong> Getter methods <code>Location::{status_code, location}</code></li> <li><strong>added:</strong> Support for writing arbitrary binary data into server-sent events (<a href="https://redirect.github.com/tokio-rs/axum/issues/3425">#3425</a>)]</li> <li><strong>added:</strong> <code>middleware::ResponseAxumBodyLayer</code> for mapping response body to <code>axum::body::Body</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/3469">#3469</a>)</li> <li><strong>added:</strong> <code>impl FusedStream for WebSocket</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/3443">#3443</a>)</li> <li><strong>changed:</strong> The <code>sse</code> module and <code>Sse</code> type no longer depend on the <code>tokio</code> feature (<a href="https://redirect.github.com/tokio-rs/axum/issues/3154">#3154</a>)</li> <li><strong>changed:</strong> If the location given to one of <code>Redirect</code>s constructors is not a valid header value, instead of panicking on construction, the <code>IntoResponse</code> impl now returns an HTTP 500, just like <code>Json</code> does when serialization fails (<a href="https://redirect.github.com/tokio-rs/axum/issues/3377">#3377</a>)</li> <li><strong>changed:</strong> Update minimum rust version to 1.78 (<a href="https://redirect.github.com/tokio-rs/axum/issues/3412">#3412</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/axum/issues/3154">#3154</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3154">tokio-rs/axum#3154</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3220">#3220</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3220">tokio-rs/axum#3220</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3377">#3377</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3377">tokio-rs/axum#3377</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3412">#3412</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3412">tokio-rs/axum#3412</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3425">#3425</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3425">tokio-rs/axum#3425</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3443">#3443</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3443">tokio-rs/axum#3443</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3453">#3453</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3453">tokio-rs/axum#3453</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3469">#3469</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3469">tokio-rs/axum#3469</a></p> <h2>axum v0.8.4</h2> <ul> <li><strong>added:</strong> <code>Router::reset_fallback</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/3320">#3320</a>)</li> <li><strong>added:</strong> <code>WebSocketUpgrade::selected_protocol</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/3248">#3248</a>)</li> <li><strong>fixed:</strong> Panic location for overlapping method routes (<a href="https://redirect.github.com/tokio-rs/axum/issues/3319">#3319</a>)</li> <li><strong>fixed:</strong> Don't leak a tokio task when using <code>serve</code> without graceful shutdown (<a href="https://redirect.github.com/tokio-rs/axum/issues/3129">#3129</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/axum/issues/3319">#3319</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3319">tokio-rs/axum#3319</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3320">#3320</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3320">tokio-rs/axum#3320</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3248">#3248</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3248">tokio-rs/axum#3248</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3129">#3129</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3129">tokio-rs/axum#3129</a></p> <h2>axum v0.8.3</h2> <ul> <li><strong>added:</strong> Implement <code>From&lt;Bytes&gt;</code> for <code>Message</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/3273">#3273</a>)</li> <li><strong>added:</strong> Implement <code>OptionalFromRequest</code> for <code>Json</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/3142">#3142</a>)</li> <li><strong>added:</strong> Implement <code>OptionalFromRequest</code> for <code>Extension</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/3157">#3157</a>)</li> <li><strong>added:</strong> Allow setting the read buffer capacity of <code>WebSocketUpgrade</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/3178">#3178</a>)</li> <li><strong>changed:</strong> Improved code size / compile time of dependent crates (<a href="https://redirect.github.com/tokio-rs/axum/issues/3285">#3285</a>, <a href="https://redirect.github.com/tokio-rs/axum/issues/3294">#3294</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/axum/issues/3273">#3273</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3273">tokio-rs/axum#3273</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3142">#3142</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3142">tokio-rs/axum#3142</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3157">#3157</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3157">tokio-rs/axum#3157</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3178">#3178</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3178">tokio-rs/axum#3178</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3285">#3285</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3285">tokio-rs/axum#3285</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3294">#3294</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3294">tokio-rs/axum#3294</a></p> <h2>axum v0.8.2</h2> <p>Yanked from crates.io due to unforeseen breaking change, see <a href="https://redirect.github.com/tokio-rs/axum/issues/3190">#3190</a> for details</p> <hr /> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/axum/commit/c1bb9c3e90625fb8de4f9c9750f669cb4edac3df"><code>c1bb9c3</code></a> Release axum 0.8.6 and related crates</li> <li><a href="https://github.com/tokio-rs/axum/commit/4a50581968a1c1f9343aa5748373a8252285c7c4"><code>4a50581</code></a> Update changelogs</li> <li><a href="https://github.com/tokio-rs/axum/commit/5c76cfd26a99d38c4e63c84ef4f1981de0a37f79"><code>5c76cfd</code></a> Remove usage of the <code>doc_auto_cfg</code> feature (<a href="https://redirect.github.com/tokio-rs/axum/issues/3505">#3505</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/c720f568da42909580a7876af1b8f50438cb1834"><code>c720f56</code></a> Release axum-core v0.5.4</li> <li><a href="https://github.com/tokio-rs/axum/commit/0c96ead9d15998492cb1a84a7138bd849e8ce273"><code>0c96ead</code></a> Remove unused rustversion dependency of axum-core (<a href="https://redirect.github.com/tokio-rs/axum/issues/3502">#3502</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/a1d22f68a593967a83c1028efb70554b88525cf2"><code>a1d22f6</code></a> Release axum 0.8.5 and related crates</li> <li><a href="https://github.com/tokio-rs/axum/commit/ad2fd5b50b98502bc5966cac37e345fa0698e0b0"><code>ad2fd5b</code></a> Update changelogs</li> <li><a href="https://github.com/tokio-rs/axum/commit/a0692f9f540967166204ab09182ae1d5a0cd2134"><code>a0692f9</code></a> Reject JSON bodies with trailing chars (<a href="https://redirect.github.com/tokio-rs/axum/issues/3453">#3453</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/ae808502236f6333a2e817434002a1ae9a5dd1f7"><code>ae80850</code></a> Update to cargo-deny api version 2 (<a href="https://redirect.github.com/tokio-rs/axum/issues/3475">#3475</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/651cc1e9353c3417f5ac546c60ce27981fe40cf5"><code>651cc1e</code></a> Remove unused link def</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/axum/compare/axum-v0.7.9...axum-v0.8.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axum&package-manager=cargo&previous-version=0.7.9&new-version=0.8.6)](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>
dependabot[bot] commented 2025-10-26 11:03:18 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.