Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Rust crate tower-http to 0.6 (#32973)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tower-http](https://redirect.github.com/tower-rs/tower-http) | workspace.dependencies | minor | `0.5` -> `0.6` | --- ### Release Notes <details> <summary>tower-rs/tower-http (tower-http)</summary> ### [`v0.6.2`](https://redirect.github.com/tower-rs/tower-http/releases/tag/tower-http-0.6.2) [Compare Source](https://redirect.github.com/tower-rs/tower-http/compare/tower-http-0.6.1...tower-http-0.6.2) #### Changed: - `CompressionBody<B>` now propagates `B`'s size hint in its `http_body::Body` implementation, if compression is disabled ([#​531]) - this allows a `content-length` to be included in an HTTP message with this body for those cases [#​531]: https://redirect.github.com/tower-rs/tower-http/pull/531 #### New Contributors - [@​musicinmybrain](https://redirect.github.com/musicinmybrain) made their first contribution in [https://github.com/tower-rs/tower-http/pull/524](https://redirect.github.com/tower-rs/tower-http/pull/524) - [@​SabrinaJewson](https://redirect.github.com/SabrinaJewson) made their first contribution in [https://github.com/tower-rs/tower-http/pull/531](https://redirect.github.com/tower-rs/tower-http/pull/531) **Full Changelog**: tower-rs/tower-http@tower-http-0.6.1...tower-http-0.6.2 ### [`v0.6.1`](https://redirect.github.com/tower-rs/tower-http/releases/tag/tower-http-0.6.1): v0.6.1 [Compare Source](https://redirect.github.com/tower-rs/tower-http/compare/tower-http-0.6.0...tower-http-0.6.1) #### Fixed - **decompression:** reuse scratch buffer to significantly reduce allocations and improve performance ([#​521]) [#​521]: https://redirect.github.com/tower-rs/tower-http/pull/521 #### New Contributors - [@​magurotuna](https://redirect.github.com/magurotuna) made their first contribution in [https://github.com/tower-rs/tower-http/pull/521](https://redirect.github.com/tower-rs/tower-http/pull/521) ### [`v0.6.0`](https://redirect.github.com/tower-rs/tower-http/releases/tag/tower-http-0.6.0): v0.6.0 [Compare Source](https://redirect.github.com/tower-rs/tower-http/compare/tower-http-0.5.2...tower-http-0.6.0) #### Changed: - `body` module is disabled except for `catch-panic`, `decompression-*`, `fs`, or `limit` features (BREAKING) ([#​477]) - Update to `tower` 0.5 ([#​503]) #### Fixed - **fs:** Precompression of static files now supports files without a file extension ([#​507]) [#​477]: https://redirect.github.com/tower-rs/tower-http/pull/477 [#​503]: https://redirect.github.com/tower-rs/tower-http/pull/503 [#​507]: https://redirect.github.com/tower-rs/tower-http/pull/507 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). GitOrigin-RevId: 452ff7fdf1fa0d14b39c1f7f7251ec31f8ff0b03
- Loading branch information