Bump axum-extra from 0.9.6 to 0.10.3 in /sync-server #132

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

Bumps axum-extra from 0.9.6 to 0.10.3.

Release notes

Sourced from axum-extra's releases.

axum-extra v0.10.2

  • added: Implement OptionalFromRequest for Host (#3177)

#3177: tokio-rs/axum#3177

axum-extra v0.10.1

  • fixed: Fix a broken link in the documentation of ErasedJson (#3186)
  • added: Add vpath! for compile time path verification on static paths. (#3288)

#3186: tokio-rs/axum#3186 #3288: tokio-rs/axum#3288

axum-extra v0.10.0

since rc.1

  • breaking: Remove OptionalFromRequestParts impl for Query (#3088)
  • changed: Query/Form: Use serde_path_to_error to report fields that failed to parse (#3081)

#3088: tokio-rs/axum#3088

full changelog

  • breaking: Update to prost 0.13. Used for the Protobuf extractor (#2829)
  • changed: Update minimum rust version to 1.75 (#2943)
  • changed: Deprecated OptionalPath<T> (#2475)
  • changed: Query/Form: Use serde_path_to_error to report fields that failed to parse (#3081)
  • changed: The multipart feature is no longer on by default (#3058)
  • fixed: Host extractor includes port number when parsing authority (#2242)
  • added: Add RouterExt::typed_connect (#2961)
  • added: Add json! for easy construction of JSON responses (#2962)
  • added: Add InternalServerError response for logging an internal error and returning HTTP 500 in a convenient way. (#3010)
  • added: Add FileStream for easy construction of file stream responses (#3047)
  • added: Add Scheme extractor (#2507)

#3081: tokio-rs/axum#3081 #2242: tokio-rs/axum#2242 #2475: tokio-rs/axum#2475 #3058: tokio-rs/axum#3058 #2961: tokio-rs/axum#2961 #2962: tokio-rs/axum#2962 #3010: tokio-rs/axum#3010 #3047: tokio-rs/axum#3047 #2507: tokio-rs/axum#2507 #2829: tokio-rs/axum#2829 #2943: tokio-rs/axum#2943

... (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-extra](https://github.com/tokio-rs/axum) from 0.9.6 to 0.10.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/axum/releases">axum-extra's releases</a>.</em></p> <blockquote> <h2>axum-extra v0.10.2</h2> <ul> <li><strong>added:</strong> Implement <code>OptionalFromRequest</code> for <code>Host</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/3177">#3177</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/axum/issues/3177">#3177</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3177">tokio-rs/axum#3177</a></p> <h2>axum-extra v0.10.1</h2> <ul> <li><strong>fixed:</strong> Fix a broken link in the documentation of <code>ErasedJson</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/3186">#3186</a>)</li> <li><strong>added:</strong> Add <code>vpath!</code> for compile time path verification on static paths. (<a href="https://redirect.github.com/tokio-rs/axum/issues/3288">#3288</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/axum/issues/3186">#3186</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3186">tokio-rs/axum#3186</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3288">#3288</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3288">tokio-rs/axum#3288</a></p> <h2>axum-extra v0.10.0</h2> <h2>since rc.1</h2> <!-- raw HTML omitted --> <ul> <li><strong>breaking:</strong> Remove <code>OptionalFromRequestParts</code> impl for <code>Query</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/3088">#3088</a>)</li> <li><strong>changed:</strong> Query/Form: Use <code>serde_path_to_error</code> to report fields that failed to parse (<a href="https://redirect.github.com/tokio-rs/axum/issues/3081">#3081</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/axum/issues/3088">#3088</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3088">tokio-rs/axum#3088</a></p> <!-- raw HTML omitted --> <h2>full changelog</h2> <ul> <li><strong>breaking:</strong> Update to prost 0.13. Used for the <code>Protobuf</code> extractor (<a href="https://redirect.github.com/tokio-rs/axum/issues/2829">#2829</a>)</li> <li><strong>changed:</strong> Update minimum rust version to 1.75 (<a href="https://redirect.github.com/tokio-rs/axum/issues/2943">#2943</a>)</li> <li><strong>changed:</strong> Deprecated <code>OptionalPath&lt;T&gt;</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/2475">#2475</a>)</li> <li><strong>changed:</strong> Query/Form: Use <code>serde_path_to_error</code> to report fields that failed to parse (<a href="https://redirect.github.com/tokio-rs/axum/issues/3081">#3081</a>)</li> <li><strong>changed:</strong> The <code>multipart</code> feature is no longer on by default (<a href="https://redirect.github.com/tokio-rs/axum/issues/3058">#3058</a>)</li> <li><strong>fixed:</strong> <code>Host</code> extractor includes port number when parsing authority (<a href="https://redirect.github.com/tokio-rs/axum/issues/2242">#2242</a>)</li> <li><strong>added:</strong> Add <code>RouterExt::typed_connect</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/2961">#2961</a>)</li> <li><strong>added:</strong> Add <code>json!</code> for easy construction of JSON responses (<a href="https://redirect.github.com/tokio-rs/axum/issues/2962">#2962</a>)</li> <li><strong>added:</strong> Add <code>InternalServerError</code> response for logging an internal error and returning HTTP 500 in a convenient way. (<a href="https://redirect.github.com/tokio-rs/axum/issues/3010">#3010</a>)</li> <li><strong>added:</strong> Add <code>FileStream</code> for easy construction of file stream responses (<a href="https://redirect.github.com/tokio-rs/axum/issues/3047">#3047</a>)</li> <li><strong>added:</strong> Add <code>Scheme</code> extractor (<a href="https://redirect.github.com/tokio-rs/axum/issues/2507">#2507</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/axum/issues/3081">#3081</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3081">tokio-rs/axum#3081</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/2242">#2242</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/2242">tokio-rs/axum#2242</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/2475">#2475</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/2475">tokio-rs/axum#2475</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3058">#3058</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3058">tokio-rs/axum#3058</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/2961">#2961</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/2961">tokio-rs/axum#2961</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/2962">#2962</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/2962">tokio-rs/axum#2962</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3010">#3010</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3010">tokio-rs/axum#3010</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3047">#3047</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3047">tokio-rs/axum#3047</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/2507">#2507</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/2507">tokio-rs/axum#2507</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/2829">#2829</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/2829">tokio-rs/axum#2829</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/2943">#2943</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/2943">tokio-rs/axum#2943</a></p> <!-- 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-extra-v0.9.6...axum-extra-v0.10.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axum-extra&package-manager=cargo&previous-version=0.9.6&new-version=0.10.3)](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:19 +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.