chore(deps): update rust crate axum to v0.8.5 #173

Merged
renovatebot merged 1 commits from renovate/axum-monorepo into master 2025-09-28 13:01:37 -07:00
Collaborator

This PR contains the following updates:

Package Type Update Change
axum dependencies patch 0.8.4 -> 0.8.5

Release Notes

tokio-rs/axum (axum)

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) | dependencies | patch | `0.8.4` -> `0.8.5` | --- ### Release Notes <details> <summary>tokio-rs/axum (axum)</summary> ### [`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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovatebot added 1 commit 2025-09-28 12:31:56 -07:00
chore(deps): update rust crate axum to v0.8.5
All checks were successful
Continuous integration / Check (push) Successful in 2m4s
Continuous integration / Test Suite (push) Successful in 3m30s
Continuous integration / Trunk (push) Successful in 7m57s
Continuous integration / Rustfmt (push) Successful in 54s
Continuous integration / build (push) Successful in 4m12s
Continuous integration / Disallow unused dependencies (push) Successful in 2m36s
2f9bc17873
renovatebot merged commit ff970acf79 into master 2025-09-28 13:01:37 -07:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wathiede/letterbox#173
No description provided.