Skip to content

Commit ddbc8a0

Browse files
chore(deps): update rust crate hyper to v1.6.0 (#300)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hyper](https://hyper.rs) ([source](https://redirect.github.com/hyperium/hyper)) | dependencies | minor | `1.5.2` -> `1.6.0` | --- ### Release Notes <details> <summary>hyperium/hyper (hyper)</summary> ### [`v1.6.0`](https://redirect.github.com/hyperium/hyper/blob/HEAD/CHANGELOG.md#v160-2025-01-28) [Compare Source](https://redirect.github.com/hyperium/hyper/compare/v1.5.2...v1.6.0) ##### Bug Fixes - **server:** - start http1 header read timeout when conn is idle ([#&#8203;3828](https://redirect.github.com/hyperium/hyper/issues/3828)) ([10b09ffc](https://redirect.github.com/hyperium/hyper/commit/10b09ffc04a97bbc96444172b7c5e02665827c67), closes [#&#8203;3780](https://redirect.github.com/hyperium/hyper/issues/3780), [#&#8203;3781](https://redirect.github.com/hyperium/hyper/issues/3781)) - change `max_local_error_reset_streams` function to `&mut self` ([#&#8203;3820](https://redirect.github.com/hyperium/hyper/issues/3820)) ([e981a91e](https://redirect.github.com/hyperium/hyper/commit/e981a91e68aa92b0dee771362de771daa31c713e)) ##### Features - **ext:** add `ext::on_informational()` callback extension ([#&#8203;3818](https://redirect.github.com/hyperium/hyper/issues/3818)) ([8ce1fcfa](https://redirect.github.com/hyperium/hyper/commit/8ce1fcfae97611ace027b9e26717ae957b323f24), closes [#&#8203;2565](https://redirect.github.com/hyperium/hyper/issues/2565)) - **server:** add `http1::Builder::ignore_invalid_headers(bool)` option ([#&#8203;3824](https://redirect.github.com/hyperium/hyper/issues/3824)) ([3817a79b](https://redirect.github.com/hyperium/hyper/commit/3817a79b213f840302d7e27fac8508de9caada0f)) ##### Breaking Changes - `http2::Builder::max_local_error_reset_streams()` now takes `&mut self` and returns `&mut Self`. In practice, this shouldn't break almost anyone. It was the wrong receiver and return types. ([e981a91e](https://redirect.github.com/hyperium/hyper/commit/e981a91e68aa92b0dee771362de771daa31c713e)) ##### v1.5.2 (2024-12-16) ##### Bug Fixes - **http1:** - fix intermitent panic parsing partial headers ([#&#8203;3812](https://redirect.github.com/hyperium/hyper/issues/3812)) ([a131111f](https://redirect.github.com/hyperium/hyper/commit/a131111f9c3189bab36fed9f46872c88dc0d601e), closes [#&#8203;3811](https://redirect.github.com/hyperium/hyper/issues/3811)) - skip debug assertion of content length for HEAD responses ([#&#8203;3795](https://redirect.github.com/hyperium/hyper/issues/3795)) ([eaf2267c](https://redirect.github.com/hyperium/hyper/commit/eaf2267cdc148604469fb09da22646f31710107a), closes [#&#8203;3794](https://redirect.github.com/hyperium/hyper/issues/3794)) ##### Features - **ffi:** add cargo-c support ([#&#8203;3787](https://redirect.github.com/hyperium/hyper/issues/3787)) ([7f4a6826](https://redirect.github.com/hyperium/hyper/commit/7f4a68265cb897d15b04fc772639234554ba79e8), closes [#&#8203;3786](https://redirect.github.com/hyperium/hyper/issues/3786)) ##### v1.5.1 (2024-11-19) ##### Bug Fixes - **http2:** - pass proper value to h2 max_local_error_reset_streams ([4a20147a](https://redirect.github.com/hyperium/hyper/commit/4a20147a1b73003860a8391c4b89ccd8a78a832e)) - improve graceful shutdown during handshake ([#&#8203;3729](https://redirect.github.com/hyperium/hyper/issues/3729)) ([13b05943](https://redirect.github.com/hyperium/hyper/commit/13b0594348916b901ad7e1c838b9d90298db6af4)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc37441 commit ddbc8a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines 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

Comments
 (0)