-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 95eab72
authored
chore(deps): update rust crate tower-http to v0.6.3 (#331)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [tower-http](https://redirect.github.com/tower-rs/tower-http) |
dependencies | patch | `0.6.2` -> `0.6.3` |
---
### Release Notes
<details>
<summary>tower-rs/tower-http (tower-http)</summary>
###
[`v0.6.3`](https://redirect.github.com/tower-rs/tower-http/releases/tag/tower-http-0.6.3):
tower-http 0.6.3
[Compare
Source](https://redirect.github.com/tower-rs/tower-http/compare/tower-http-0.6.2...tower-http-0.6.3)
#### Added
- decompression: Support HTTP responses containing multiple ZSTD frames
([#​548])
- The `ServiceExt` trait for chaining layers onto an arbitrary http
service just
like `ServiceBuilderExt` allows for `ServiceBuilder` ([#​563])
#### Fixed
- Remove unnecessary trait bounds on `S::Error` for `Service` impls of
`RequestBodyTimeout<S>` and `ResponseBodyTimeout<S>` ([#​533])
- compression: Respect `is_end_stream` ([#​535])
- Fix a rare panic in `fs::ServeDir` ([#​553])
- Fix invalid `content-lenght` of 1 in response to range requests to
empty
files ([#​556])
- In `AsyncRequireAuthorization`, use the original inner service after
it is
ready, instead of using a clone ([#​561])
[#​533]: https://redirect.github.com/tower-rs/tower-http/pull/533
[#​535]: https://redirect.github.com/tower-rs/tower-http/pull/535
[#​548]: https://redirect.github.com/tower-rs/tower-http/pull/548
[#​553]: https://redirect.github.com/tower-rs/tower-http/pull/556
[#​556]: https://redirect.github.com/tower-rs/tower-http/pull/556
[#​561]: https://redirect.github.com/tower-rs/tower-http/pull/561
[#​563]: https://redirect.github.com/tower-rs/tower-http/pull/563
#### New Contributors
- [@​mattklein123](https://redirect.github.com/mattklein123) made
their first contribution in
[https://github.com/tower-rs/tower-http/pull/535](https://redirect.github.com/tower-rs/tower-http/pull/535)
- [@​0x676e67](https://redirect.github.com/0x676e67) made their
first contribution in
[https://github.com/tower-rs/tower-http/pull/548](https://redirect.github.com/tower-rs/tower-http/pull/548)
- [@​Dav1dde](https://redirect.github.com/Dav1dde) made their
first contribution in
[https://github.com/tower-rs/tower-http/pull/556](https://redirect.github.com/tower-rs/tower-http/pull/556)
- [@​tomharmon](https://redirect.github.com/tomharmon) made their
first contribution in
[https://github.com/tower-rs/tower-http/pull/561](https://redirect.github.com/tower-rs/tower-http/pull/561)
**Full Changelog**:
tower-rs/tower-http@tower-http-0.6.2...tower-http-0.6.3
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/apollographql/subgraph-template-rust-async-graphql).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 38a6084 commit 95eab72Copy full SHA for 95eab72
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changed+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments