Skip to content

Commit

Permalink
fix(deps): update rust crate axum to 0.7.5 (#552)
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](https://togithub.com/tokio-rs/axum) | dependencies | patch |
`0.7` -> `0.7.5` |

---

### Release Notes

<details>
<summary>tokio-rs/axum (axum)</summary>

###
[`v0.7.5`](https://togithub.com/tokio-rs/axum/releases/tag/axum-v0.7.5):
axum - v0.7.5

[Compare
Source](https://togithub.com/tokio-rs/axum/compare/axum-v0.7.4...axum-v0.7.5)

- **fixed:** Fixed layers being cloned when calling `axum::serve`
directly with
    a `Router` or `MethodRouter` ([#&#8203;2586])
- **fixed:** `h2` is no longer pulled as a dependency unless the `http2`
feature
    is enabled ([#&#8203;2605])

[#&#8203;2586]: https://togithub.com/tokio-rs/axum/pull/2586

[#&#8203;2605]: https://togithub.com/tokio-rs/axum/pull/2605

###
[`v0.7.4`](https://togithub.com/tokio-rs/axum/releases/tag/axum-v0.7.4):
axum - v0.7.4

[Compare
Source](https://togithub.com/tokio-rs/axum/compare/axum-v0.7.3...axum-v0.7.4)

- **fixed:** Fix performance regression present since axum 0.7.0
([#&#8203;2483])
- **fixed:** Improve `debug_handler` on tuple response types
([#&#8203;2201])
- **added:** Add `must_use` attribute to `Serve` and
`WithGracefulShutdown` ([#&#8203;2484])
-   **added:** Re-export `axum_core::body::BodyDataStream` from axum

[#&#8203;2201]: https://togithub.com/tokio-rs/axum/pull/2201

[#&#8203;2483]: https://togithub.com/tokio-rs/axum/pull/2483

[#&#8203;2201]: https://togithub.com/tokio-rs/axum/pull/2201

[#&#8203;2484]: https://togithub.com/tokio-rs/axum/pull/2484

###
[`v0.7.3`](https://togithub.com/tokio-rs/axum/releases/tag/axum-v0.7.3):
axum - v0.7.3

[Compare
Source](https://togithub.com/tokio-rs/axum/compare/axum-v0.7.2...axum-v0.7.3)

-   **added:** `Body` implements `From<()>` now ([#&#8203;2411])
- **change:** Update version of multer used internally for multipart
([#&#8203;2433])
-   **change:** Update tokio-tungstenite to 0.21 ([#&#8203;2435])
-   **added:** Enable `tracing` feature by default ([#&#8203;2460])
-   **added:** Support graceful shutdown on `serve` ([#&#8203;2398])
-   **added:** `RouterIntoService` implements `Clone` ([#&#8203;2456])

[#&#8203;2411]: https://togithub.com/tokio-rs/axum/pull/2411

[#&#8203;2433]: https://togithub.com/tokio-rs/axum/pull/2433

[#&#8203;2435]: https://togithub.com/tokio-rs/axum/pull/2435

[#&#8203;2460]: https://togithub.com/tokio-rs/axum/pull/2460

[#&#8203;2398]: https://togithub.com/tokio-rs/axum/pull/2398

[#&#8203;2456]: https://togithub.com/tokio-rs/axum/pull/2456

###
[`v0.7.2`](https://togithub.com/tokio-rs/axum/releases/tag/axum-v0.7.2):
axum - v0.7.2

[Compare
Source](https://togithub.com/tokio-rs/axum/compare/axum-v0.7.1...axum-v0.7.2)

-   **added:** Add `axum::body::to_bytes` ([#&#8203;2373])
- **fixed:** Gracefully handle accept errors in `serve` ([#&#8203;2400])

[#&#8203;2373]: https://togithub.com/tokio-rs/axum/pull/2373

[#&#8203;2400]: https://togithub.com/tokio-rs/axum/pull/2400

###
[`v0.7.1`](https://togithub.com/tokio-rs/axum/releases/tag/axum-v0.7.1):
axum - v0.7.1

[Compare
Source](https://togithub.com/tokio-rs/axum/compare/axum-v0.7.0...axum-v0.7.1)

-   **fix**: Fix readme.

</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] authored May 2, 2024
1 parent 5ad8613 commit c41d61f
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 @@ -57,7 +57,7 @@ rocket = ["credentials", "oidc", "dep:rocket"]
[dependencies]
actix-web = { version = "4.5.1", optional = true }
async-trait = { version = "0.1.80", optional = true }
axum = { version = "0.7", optional = true, features = ["macros"] }
axum = { version = "0.7.5", optional = true, features = ["macros"] }
axum-extra = { version = "0.9", optional = true, features = ["typed-header"] }
base64-compat = { version = "1", optional = true }
custom_error = "1.9.2"
Expand Down

0 comments on commit c41d61f

Please sign in to comment.