Commit c465130
authored
fix(deps): update rust crate axum-extra to 0.12.0 (#611)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [axum-extra](https://redirect.github.com/tokio-rs/axum) | dependencies
| minor | `0.10.0` → `0.12.0` |
---
### Release Notes
<details>
<summary>tokio-rs/axum (axum-extra)</summary>
###
[`v0.12.5`](https://redirect.github.com/tokio-rs/axum/compare/axum-extra-v0.12.4...axum-extra-v0.12.5)
[Compare
Source](https://redirect.github.com/tokio-rs/axum/compare/axum-extra-v0.12.4...axum-extra-v0.12.5)
###
[`v0.12.4`](https://redirect.github.com/tokio-rs/axum/compare/axum-extra-v0.12.3...axum-extra-v0.12.4)
[Compare
Source](https://redirect.github.com/tokio-rs/axum/compare/axum-extra-v0.12.3...axum-extra-v0.12.4)
###
[`v0.12.3`](https://redirect.github.com/tokio-rs/axum/releases/tag/axum-extra-v0.12.3):
axum-extra v0.12.3
[Compare
Source](https://redirect.github.com/tokio-rs/axum/compare/axum-extra-v0.12.2...axum-extra-v0.12.3)
- **changed:** Make the `typed-routing` feature enable the `routing`
feature ([#​3514])
- **changed:** Add trailing newline to `ErasedJson::pretty` response
bodies ([#​3526])
- **fixed:** Fix integer underflow in `FileStream::try_range_response`
for empty files ([#​3566])
[#​3514]: https://redirect.github.com/tokio-rs/axum/pull/3514
[#​3526]: https://redirect.github.com/tokio-rs/axum/pull/3526
[#​3566]: https://redirect.github.com/tokio-rs/axum/pull/3566
###
[`v0.12.2`](https://redirect.github.com/tokio-rs/axum/releases/tag/axum-extra-v0.12.2):
axum-extra v0.12.2
- Make it easier to visually scan for default features ([#​3550])
[#​3550]: https://redirect.github.com/tokio-rs/axum/pull/3550
###
[`v0.12.0`](https://redirect.github.com/tokio-rs/axum/releases/tag/axum-extra-v0.12.0):
axum-extra v0.12.0
[Compare
Source](https://redirect.github.com/tokio-rs/axum/compare/axum-extra-v0.11.0...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]: https://redirect.github.com/tokio-rs/axum/pull/3298
[#​3469]: https://redirect.github.com/tokio-rs/axum/pull/3469
[#​3485]: https://redirect.github.com/tokio-rs/axum/pull/3485
[#​3517]: https://redirect.github.com/tokio-rs/axum/pull/3517
###
[`v0.11.0`](https://redirect.github.com/tokio-rs/axum/releases/tag/axum-extra-v0.11.0):
axum-extra v0.11.0
[Compare
Source](https://redirect.github.com/tokio-rs/axum/compare/axum-extra-v0.10.3...axum-extra-v0.11.0)
Yanked from crates.io due to unforeseen breaking change, see
[#​3190](https://redirect.github.com/tokio-rs/axum/issues/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]: https://redirect.github.com/tokio-rs/axum/pull/3145
[#​3168]: https://redirect.github.com/tokio-rs/axum/pull/3168
[#​3186]: https://redirect.github.com/tokio-rs/axum/pull/3186
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, 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/smartive/zitadel-rust).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQyLjY5LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 9d38b14 commit c465130
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments