Skip to content

chore(deps): update rust crate axum to v0.8.9#9

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/axum-monorepo
Open

chore(deps): update rust crate axum to v0.8.9#9
renovate[bot] wants to merge 1 commit intomainfrom
renovate/axum-monorepo

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 29, 2025

This PR contains the following updates:

Package Type Update Change
axum dependencies patch 0.8.10.8.9

Release Notes

tokio-rs/axum (axum)

v0.8.9

Compare Source

  • added: WebSocketUpgrade::{requested_protocols, set_selected_protocol} for more flexible subprotocol selection (#​3597)
  • changed: Update minimum rust version to 1.80 (#​3620)
  • fixed: Set connect endpoint on correct field in MethodRouter (#​3656)
  • fixed: Return specific error message when multipart body limit is exceeded (#​3611)

v0.8.8: axum v0.8.8

Compare Source

  • Clarify documentation for Router::route_layer (#​3567)

v0.8.7: axum v0.8.7

Compare Source

  • Relax implicit Send / Sync bounds on RouterAsService, RouterIntoService (#​3555)
  • Make it easier to visually scan for default features (#​3550)
  • Fix some documentation typos

v0.8.6

Compare Source

v0.8.5: axum v0.8.5

Compare Source

  • 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)

v0.8.4: axum v0.8.4

Compare Source

  • 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)

v0.8.3: axum v0.8.3

Compare Source

  • 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)

v0.8.2: axum v0.8.2

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


  • added: Implement OptionalFromRequest for Json (#​3142)
  • added: Implement OptionalFromRequest for Extension (#​3157)
  • changed: Make the status function of rejections a const function, such
    as JsonRejection, QueryRejection and PathRejection (#​3168)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate axum to v0.8.3 fix(deps): update rust crate axum to v0.8.4 May 2, 2025
@renovate renovate bot force-pushed the renovate/axum-monorepo branch from 7172ec8 to 22f20a1 Compare May 2, 2025 03:46
@renovate renovate bot force-pushed the renovate/axum-monorepo branch from 22f20a1 to c27279c Compare August 11, 2025 23:58
@renovate renovate bot changed the title fix(deps): update rust crate axum to v0.8.4 chore(deps): update rust crate axum to v0.8.4 Sep 26, 2025
@renovate renovate bot changed the title chore(deps): update rust crate axum to v0.8.4 chore(deps): update rust crate axum to v0.8.5 Sep 29, 2025
@renovate renovate bot changed the title chore(deps): update rust crate axum to v0.8.5 chore(deps): update rust crate axum to v0.8.6 Oct 1, 2025
@renovate renovate bot changed the title chore(deps): update rust crate axum to v0.8.6 chore(deps): update rust crate axum to v0.8.7 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/axum-monorepo branch from c27279c to 11cbbe9 Compare November 16, 2025 15:30
@renovate renovate bot force-pushed the renovate/axum-monorepo branch from 11cbbe9 to ee8a504 Compare December 11, 2025 23:32
@renovate renovate bot force-pushed the renovate/axum-monorepo branch from ee8a504 to df40929 Compare December 21, 2025 03:12
@renovate renovate bot changed the title chore(deps): update rust crate axum to v0.8.7 chore(deps): update rust crate axum to v0.8.8 Dec 21, 2025
@renovate renovate bot force-pushed the renovate/axum-monorepo branch from df40929 to 4e79d14 Compare January 1, 2026 00:17
@renovate renovate bot force-pushed the renovate/axum-monorepo branch from 4e79d14 to 691047f Compare February 3, 2026 07:27
@renovate renovate bot force-pushed the renovate/axum-monorepo branch from 691047f to 9c9a82b Compare February 13, 2026 11:51
@renovate renovate bot force-pushed the renovate/axum-monorepo branch from 9c9a82b to b2a0394 Compare March 14, 2026 18:19
@renovate renovate bot changed the title chore(deps): update rust crate axum to v0.8.8 chore(deps): update rust crate axum to v0.8.9 Apr 15, 2026
@renovate renovate bot force-pushed the renovate/axum-monorepo branch from b2a0394 to 7dde2f2 Compare April 15, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants