Skip to content

Commit

Permalink
fix(deps): update rust crate axum-extra to 0.9.3 (#553)
Browse files Browse the repository at this point in the history
[![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>
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent c41d61f commit ac37a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit ac37a85

Please sign in to comment.