-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 525d96b
authored
chore(deps): update rust crate tower-http to v0.6.4 (#332)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [tower-http](https://redirect.github.com/tower-rs/tower-http) |
dependencies | patch | `0.6.3` -> `0.6.4` |
---
### Release Notes
<details>
<summary>tower-rs/tower-http (tower-http)</summary>
###
[`v0.6.4`](https://redirect.github.com/tower-rs/tower-http/releases/tag/tower-http-0.6.4):
tower-http 0.6.4
[Compare
Source](https://redirect.github.com/tower-rs/tower-http/compare/tower-http-0.6.3...tower-http-0.6.4)
#### 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
</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 95eab72 commit 525d96bCopy full SHA for 525d96b
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