Commit 3b99fee
authored
chore(deps): update rust crate axum to v0.8.6 (#370)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [axum](https://redirect.github.com/tokio-rs/axum) | dependencies |
patch | `0.8.4` -> `0.8.6` |
---
### Release Notes
<details>
<summary>tokio-rs/axum (axum)</summary>
###
[`v0.8.6`](https://redirect.github.com/tokio-rs/axum/compare/axum-v0.8.5...axum-v0.8.6)
[Compare
Source](https://redirect.github.com/tokio-rs/axum/compare/axum-v0.8.5...axum-v0.8.6)
###
[`v0.8.5`](https://redirect.github.com/tokio-rs/axum/releases/tag/axum-v0.8.5):
axum v0.8.5
[Compare
Source](https://redirect.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 ([#​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 `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 ([#​3377])
- **changed:** Update minimum rust version to 1.78 ([#​3412])
[#​3154]: https://redirect.github.com/tokio-rs/axum/pull/3154
[#​3220]: https://redirect.github.com/tokio-rs/axum/pull/3220
[#​3377]: https://redirect.github.com/tokio-rs/axum/pull/3377
[#​3412]: https://redirect.github.com/tokio-rs/axum/pull/3412
[#​3425]: https://redirect.github.com/tokio-rs/axum/pull/3425
[#​3443]: https://redirect.github.com/tokio-rs/axum/pull/3443
[#​3453]: https://redirect.github.com/tokio-rs/axum/pull/3453
[#​3469]: https://redirect.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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/apollographql/subgraph-template-rust-async-graphql).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 1ad9c6a commit 3b99fee
1 file changed
+9
-11
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments