Bump axum-extra from 0.9.6 to 0.12.2 in /sync-server #167

Open
dependabot[bot] wants to merge 1 commit from dependabot/cargo/sync-server/axum-extra-0.12.2 into main
dependabot[bot] commented 2025-11-17 05:24:31 +00:00 (Migrated from github.com)

Bumps axum-extra from 0.9.6 to 0.12.2.

Release notes

Sourced from axum-extra's releases.

axum-extra v0.12.2

  • Make it easier to visually scan for default features (#3550)

#3550: tokio-rs/axum#3550

axum-extra v0.12.0

  • breaking: Remove unused async-stream feature, which was accidentally introduced as an implicit feature through an optional dependency which was no longer being used (#3298)
  • breaking: option_layer now maps the Response body type to axum::body::Body (#3469)
  • breaking: Some new features are added which need to be opted in (#3485).
    • Cached extractor requires cached feature.
    • The handler utilities require handler feature.
    • The middleware utilities require middleware feature.
    • OptionalPath extractor requires optional-path feature.
    • The routing utilities require routing feature.
    • WithRejection extractor requires with-rejection feature.
  • breaking: Upgraded prost dependency to v0.14. (#3517)

#3298: tokio-rs/axum#3298 #3469: tokio-rs/axum#3469 #3485: tokio-rs/axum#3485 #3517: tokio-rs/axum#3517

axum-extra v0.11.0

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


  • breaking: Remove unused async-stream feature, which was accidentally introduced as an implicit feature through an optional dependency which was no longer being used (#3145)
  • fixed: Fix a broken link in the documentation of ErasedJson (#3186)
  • changed: Make the status function of rejections a const function, such as FormRejection, QueryRejection and MultipartRejection (#3168)

#3145: tokio-rs/axum#3145 #3168: tokio-rs/axum#3168 #3186: tokio-rs/axum#3186

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)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.9.6 to 0.12.2. <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.12.2</h2> <ul> <li>Make it easier to visually scan for default features (<a href="https://redirect.github.com/tokio-rs/axum/issues/3550">#3550</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/axum/issues/3550">#3550</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3550">tokio-rs/axum#3550</a></p> <h2>axum-extra v0.12.0</h2> <ul> <li><strong>breaking:</strong> Remove unused <code>async-stream</code> feature, which was accidentally introduced as an implicit feature through an optional dependency which was no longer being used (<a href="https://redirect.github.com/tokio-rs/axum/issues/3298">#3298</a>)</li> <li><strong>breaking:</strong> <code>option_layer</code> now maps the <code>Response</code> body type to <code>axum::body::Body</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/3469">#3469</a>)</li> <li><strong>breaking:</strong> Some new features are added which need to be opted in (<a href="https://redirect.github.com/tokio-rs/axum/issues/3485">#3485</a>). <ul> <li><code>Cached</code> extractor requires <code>cached</code> feature.</li> <li>The handler utilities require <code>handler</code> feature.</li> <li>The middleware utilities require <code>middleware</code> feature.</li> <li><code>OptionalPath</code> extractor requires <code>optional-path</code> feature.</li> <li>The routing utilities require <code>routing</code> feature.</li> <li><code>WithRejection</code> extractor requires <code>with-rejection</code> feature.</li> </ul> </li> <li><strong>breaking:</strong> Upgraded <code>prost</code> dependency to v0.14. (<a href="https://redirect.github.com/tokio-rs/axum/issues/3517">#3517</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/axum/issues/3298">#3298</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3298">tokio-rs/axum#3298</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> <a href="https://redirect.github.com/tokio-rs/axum/issues/3485">#3485</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3485">tokio-rs/axum#3485</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3517">#3517</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3517">tokio-rs/axum#3517</a></p> <h2>axum-extra v0.11.0</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 /> <ul> <li><strong>breaking:</strong> Remove unused <code>async-stream</code> feature, which was accidentally introduced as an implicit feature through an optional dependency which was no longer being used (<a href="https://redirect.github.com/tokio-rs/axum/issues/3145">#3145</a>)</li> <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>changed:</strong> Make the <code>status</code> function of rejections a <code>const</code> function, such as <code>FormRejection</code>, <code>QueryRejection</code> and <code>MultipartRejection</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/3168">#3168</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/axum/issues/3145">#3145</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3145">tokio-rs/axum#3145</a> <a href="https://redirect.github.com/tokio-rs/axum/issues/3168">#3168</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3168">tokio-rs/axum#3168</a> <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></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/axum/commit/4404f27cea206b0dca63637b1c76dff23772a5cc"><code>4404f27</code></a> Release axum v0.8.7 and axum-extra v0.12.2</li> <li><a href="https://github.com/tokio-rs/axum/commit/8f1545adecc86036ed9c8f252edcc099f7016103"><code>8f1545a</code></a> Fix typo in extractors guide (<a href="https://redirect.github.com/tokio-rs/axum/issues/3554">#3554</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/4fc3faa0b4d82db870d8daaf49978da960bcfc42"><code>4fc3faa</code></a> Relax implicit Send / Sync bounds (<a href="https://redirect.github.com/tokio-rs/axum/issues/3555">#3555</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/a05920c906fb5fe3c5b734f80465a3a6f06948f1"><code>a05920c</code></a> Make it easier to visually scan for default features (<a href="https://redirect.github.com/tokio-rs/axum/issues/3550">#3550</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/6d5e6d578a2c5cd517f92af211c36f4eeb213e9d"><code>6d5e6d5</code></a> Use extensions directly in from_request_parts (<a href="https://redirect.github.com/tokio-rs/axum/issues/3542">#3542</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/fe607e6dcf5dab2cdf8e2d5f8d8be26ae0b08ce0"><code>fe607e6</code></a> Fixes wording typo (<a href="https://redirect.github.com/tokio-rs/axum/issues/3540">#3540</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/f9ce3e5b42c462411bcec2969841b1a3dcad68ac"><code>f9ce3e5</code></a> Release axum-extra 0.12.1</li> <li><a href="https://github.com/tokio-rs/axum/commit/12e1cf97407bb102c0200d17b8c6b20be4217f36"><code>12e1cf9</code></a> Add back package.metadata.docs.rs for axum-extra</li> <li><a href="https://github.com/tokio-rs/axum/commit/914a35a012c70d13d4f26cc8564f76525e26afeb"><code>914a35a</code></a> Release axum-extra 0.12.0</li> <li><a href="https://github.com/tokio-rs/axum/commit/e20e90d0b67d0094bed2c55faaa5ae5abf12c094"><code>e20e90d</code></a> Upgrade axum-extra to prost v0.14 (<a href="https://redirect.github.com/tokio-rs/axum/issues/3517">#3517</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/axum/compare/axum-extra-v0.9.6...axum-extra-v0.12.2">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.12.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/cargo/sync-server/axum-extra-0.12.2:dependabot/cargo/sync-server/axum-extra-0.12.2
git checkout dependabot/cargo/sync-server/axum-extra-0.12.2

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff dependabot/cargo/sync-server/axum-extra-0.12.2
git checkout dependabot/cargo/sync-server/axum-extra-0.12.2
git rebase main
git checkout main
git merge --ff-only dependabot/cargo/sync-server/axum-extra-0.12.2
git checkout dependabot/cargo/sync-server/axum-extra-0.12.2
git rebase main
git checkout main
git merge --no-ff dependabot/cargo/sync-server/axum-extra-0.12.2
git checkout main
git merge --squash dependabot/cargo/sync-server/axum-extra-0.12.2
git checkout main
git merge --ff-only dependabot/cargo/sync-server/axum-extra-0.12.2
git checkout main
git merge dependabot/cargo/sync-server/axum-extra-0.12.2
git push origin main
Sign in to join this conversation.
No description provided.