brave / star-randsrv

Go wrapper service for the STAR randomness server.
Mozilla Public License 2.0
7 stars 5 forks source link

Update Rust crate tower-http to 0.5.2 #295

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tower-http dependencies patch 0.5.1 -> 0.5.2

Release Notes

tower-rs/tower-http (tower-http) ### [`v0.5.2`](https://togithub.com/tower-rs/tower-http/releases/tag/tower-http-0.5.2): v0.5.2 [Compare Source](https://togithub.com/tower-rs/tower-http/compare/tower-http-0.5.1...tower-http-0.5.2) #### Added: - **compression:** Will now send a `vary: accept-encoding` header on compressed responses ([#​399]) - **compression:** Support `x-gzip` as equivalent to `gzip` in `accept-encoding` request header ([#​467]) #### Fixed - **compression:** Skip compression for range requests ([#​446]) - **compression:** Skip compression for SSE responses by default ([#​465]) - **cors:** *Actually* keep Vary headers set by the inner service when setting response headers ([#​473]) - Version 0.5.1 intended to ship this, but the implementation was buggy and didn't actually do anything [#​399]: https://togithub.com/tower-rs/tower-http/pull/399 [#​446]: https://togithub.com/tower-rs/tower-http/pull/446 [#​465]: https://togithub.com/tower-rs/tower-http/pull/465 [#​467]: https://togithub.com/tower-rs/tower-http/pull/467 [#​473]: https://togithub.com/tower-rs/tower-http/pull/473

Configuration

📅 Schedule: Branch creation - " 0-4 * 3" (UTC), 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.



This PR has been generated by Mend Renovate. View repository job log here.