Skip to content

Commit 7445422

Browse files
committed
Auto merge of #4960 - rust-lang:renovate/hyper-0.x, r=JohnTitor
Update Rust crate hyper to v0.14.20 [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hyper](https://hyper.rs) ([source](https://togithub.com/hyperium/hyper)) | dependencies | patch | `=0.14.19` -> `=0.14.20` | --- ### Release Notes <details> <summary>hyperium/hyper</summary> ### [`v0.14.20`](https://togithub.com/hyperium/hyper/releases/tag/v0.14.20) [Compare Source](https://togithub.com/hyperium/hyper/compare/v0.14.19...v0.14.20) ##### Bug Fixes - **http1:** fix `http1_header_read_timeout` to use same future ([#&#8203;2891](https://togithub.com/hyperium/hyper/issues/2891)) ([c5a14e7c](https://togithub.com/hyperium/hyper/commit/c5a14e7c087424001223aaeb2dad532ba4ee6063)) ##### Features - **ext:** support non-canonical HTTP/1 reason phrases ([#&#8203;2792](https://togithub.com/hyperium/hyper/issues/2792)) ([b2052a43](https://togithub.com/hyperium/hyper/commit/b2052a433fd151d7d745ee9c5b27a2031db1dc32)) ##### New Contributors - [`@&#8203;kianmeng](https://togithub.com/kianmeng)` made their first contribution in [https://github.com/hyperium/hyper/pull/2876](https://togithub.com/hyperium/hyper/pull/2876) - [`@&#8203;Ticsmtc](https://togithub.com/Ticsmtc)` made their first contribution in [https://github.com/hyperium/hyper/pull/2889](https://togithub.com/hyperium/hyper/pull/2889) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 60bfe1a + 0ea50dd commit 7445422

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ futures-util = "=0.3.21"
5353
hashbrown = { version = "=0.12.1", default-features = false }
5454
hex = "=0.4.3"
5555
http = "=0.2.8"
56-
hyper = { version = "=0.14.19", features = ["client", "http1"] }
56+
hyper = { version = "=0.14.20", features = ["client", "http1"] }
5757
indexmap = { version = "=1.9.1", features = ["serde-1"] }
5858
indicatif = "=0.16.2"
5959
ipnetwork = "=0.20.0"

0 commit comments

Comments
 (0)