Skip to content

Commit ac37a85

Browse files
fix(deps): update rust crate axum-extra to 0.9.3 (#553)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [axum-extra](https://togithub.com/tokio-rs/axum) | dependencies | patch | `0.9` -> `0.9.3` | --- ### Release Notes <details> <summary>tokio-rs/axum (axum-extra)</summary> ### [`v0.9.3`](https://togithub.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.3): axum-extra - v0.9.3 [Compare Source](https://togithub.com/tokio-rs/axum/compare/axum-extra-v0.9.2...axum-extra-v0.9.3) - **added:** New `tracing` feature which enables logging rejections from built-in extractor with the `axum::rejection=trace` target ([#&#8203;2584]) [#&#8203;2584]: https://togithub.com/tokio-rs/axum/pull/2584 ### [`v0.9.2`](https://togithub.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.2): axum-extra - v0.9.2 [Compare Source](https://togithub.com/tokio-rs/axum/compare/axum-extra-v0.9.1...axum-extra-v0.9.2) - **added:** Implement `TypedPath` for `WithRejection<TypedPath, _>` - **fixed:** Documentation link to `serde::Deserialize` in `JsonDeserializer` extractor ([#&#8203;2498]) - **added:** Add `is_missing` function for `TypedHeaderRejection` and `TypedHeaderRejectionReason` ([#&#8203;2503]) [#&#8203;2498]: https://togithub.com/tokio-rs/axum/pull/2498 [#&#8203;2503]: https://togithub.com/tokio-rs/axum/pull/2503 ### [`v0.9.1`](https://togithub.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.1): axum-extra - v0.9.1 [Compare Source](https://togithub.com/tokio-rs/axum/compare/axum-extra-v0.9.0...axum-extra-v0.9.1) - **change:** Update version of multer used internally for multipart ([#&#8203;2433]) - **added:** `JsonDeserializer` extractor ([#&#8203;2431]) [#&#8203;2433]: https://togithub.com/tokio-rs/axum/pull/2433 [#&#8203;2431]: https://togithub.com/tokio-rs/axum/pull/2431 </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 becomes conflicted, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/smartive/zitadel-rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c41d61f commit ac37a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ rocket = ["credentials", "oidc", "dep:rocket"]
5858
actix-web = { version = "4.5.1", optional = true }
5959
async-trait = { version = "0.1.80", optional = true }
6060
axum = { version = "0.7.5", optional = true, features = ["macros"] }
61-
axum-extra = { version = "0.9", optional = true, features = ["typed-header"] }
61+
axum-extra = { version = "0.9.3", optional = true, features = ["typed-header"] }
6262
base64-compat = { version = "1", optional = true }
6363
custom_error = "1.9.2"
6464
document-features = { version = "0.2", optional = true }

0 commit comments

Comments
 (0)