chore(deps): update rust crate axum to v0.8.6 #1

Merged
kjuulh merged 1 commits from renovate/axum-monorepo into main 2025-11-13 03:23:05 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
axum workspace.dependencies patch 0.8.4 -> 0.8.6

Release Notes

tokio-rs/axum (axum)

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [axum](https://github.com/tokio-rs/axum) | workspace.dependencies | patch | `0.8.4` -> `0.8.6` | --- ### Release Notes <details> <summary>tokio-rs/axum (axum)</summary> ### [`v0.8.6`](https://github.com/tokio-rs/axum/compare/axum-v0.8.5...axum-v0.8.6) [Compare Source](https://github.com/tokio-rs/axum/compare/axum-v0.8.5...axum-v0.8.6) ### [`v0.8.5`](https://github.com/tokio-rs/axum/releases/tag/axum-v0.8.5): axum v0.8.5 [Compare Source](https://github.com/tokio-rs/axum/compare/axum-v0.8.4...axum-v0.8.5) - **fixed:** Reject JSON request bodies with trailing characters after the JSON document ([#&#8203;3453]) - **added:** Implement `OptionalFromRequest` for `Multipart` ([#&#8203;3220]) - **added:** Getter methods `Location::{status_code, location}` - **added:** Support for writing arbitrary binary data into server-sent events ([#&#8203;3425])] - **added:** `middleware::ResponseAxumBodyLayer` for mapping response body to `axum::body::Body` ([#&#8203;3469]) - **added:** `impl FusedStream for WebSocket` ([#&#8203;3443]) - **changed:** The `sse` module and `Sse` type no longer depend on the `tokio` feature ([#&#8203;3154]) - **changed:** If the location given to one of `Redirect`s 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 ([#&#8203;3377]) - **changed:** Update minimum rust version to 1.78 ([#&#8203;3412]) [#&#8203;3154]: https://github.com/tokio-rs/axum/pull/3154 [#&#8203;3220]: https://github.com/tokio-rs/axum/pull/3220 [#&#8203;3377]: https://github.com/tokio-rs/axum/pull/3377 [#&#8203;3412]: https://github.com/tokio-rs/axum/pull/3412 [#&#8203;3425]: https://github.com/tokio-rs/axum/pull/3425 [#&#8203;3443]: https://github.com/tokio-rs/axum/pull/3443 [#&#8203;3453]: https://github.com/tokio-rs/axum/pull/3453 [#&#8203;3469]: https://github.com/tokio-rs/axum/pull/3469 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-11-13 03:23:04 +01:00
chore(deps): update rust crate axum to v0.8.6
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
9e19011d0c
kjuulh scheduled this pull request to auto merge when all checks succeed 2025-11-13 03:23:04 +01:00
kjuulh merged commit 9e19011d0c into main 2025-11-13 03:23:05 +01:00
kjuulh deleted branch renovate/axum-monorepo 2025-11-13 03:23:05 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/noil-client#1
No description provided.