From ac37a85de2009c798820879ffe01aa9ad31c086f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 05:45:32 +0000 Subject: [PATCH] fix(deps): update rust crate axum-extra to 0.9.3 (#553) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
tokio-rs/axum (axum-extra) ### [`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 ([#​2584]) [#​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` - **fixed:** Documentation link to `serde::Deserialize` in `JsonDeserializer` extractor ([#​2498]) - **added:** Add `is_missing` function for `TypedHeaderRejection` and `TypedHeaderRejectionReason` ([#​2503]) [#​2498]: https://togithub.com/tokio-rs/axum/pull/2498 [#​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 ([#​2433]) - **added:** `JsonDeserializer` extractor ([#​2431]) [#​2433]: https://togithub.com/tokio-rs/axum/pull/2433 [#​2431]: https://togithub.com/tokio-rs/axum/pull/2431
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4369e65..ede2ed6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ rocket = ["credentials", "oidc", "dep:rocket"] actix-web = { version = "4.5.1", optional = true } async-trait = { version = "0.1.80", optional = true } axum = { version = "0.7.5", optional = true, features = ["macros"] } -axum-extra = { version = "0.9", optional = true, features = ["typed-header"] } +axum-extra = { version = "0.9.3", optional = true, features = ["typed-header"] } base64-compat = { version = "1", optional = true } custom_error = "1.9.2" document-features = { version = "0.2", optional = true }