mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #28162 - servo:dependabot/cargo/hyper-0.12.36, r=jdm
Bump hyper from 0.12.35 to 0.12.36 Bumps [hyper](https://github.com/hyperium/hyper) from 0.12.35 to 0.12.36. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hyperium/hyper/blob/v0.12.36/CHANGELOG.md">hyper's changelog</a>.</em></p> <blockquote> <h3>v0.12.36 (2021-02-17)</h3> <h4>Bug Fixes</h4> <ul> <li><strong>client:</strong> allow client GET requests with explicit body headers (<a href="23fc8b0806
">23fc8b08</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/1925">#1925</a>)</li> <li><strong>dependencies:</strong> use correct minimum versions (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/1974">#1974</a>) (<a href="90c1e8f44c
">90c1e8f4</a>)</li> <li><strong>http1:</strong> fix server misinterpretting multiple Transfer-Encoding headers (<a href="f605125067
">f6051250</a>)</li> <li><strong>server:</strong> allow <code>Server::local_addr</code> to be called with custom executor (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2009">#2009</a>) (<a href="da16ed62a3
">da16ed62</a>)</li> </ul> <h4>Features</h4> <ul> <li><strong>client:</strong> <ul> <li>add resolve timeout to HttpConnector (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/1994">#1994</a>) (<a href="d4ee6996bf
">d4ee6996</a>)</li> <li>Add connect timeout to HttpConnector (<a href="3d676fb775
">3d676fb7</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4c82565f5a
"><code>4c82565</code></a> v0.12.36</li> <li><a href="6d9003d85b
"><code>6d9003d</code></a> chore(lib): fix new unused variable lint</li> <li><a href="f605125067
"><code>f605125</code></a> fix(http1): fix server misinterpretting multiple Transfer-Encoding headers</li> <li><a href="a115c30f1c
"><code>a115c30</code></a> chore(lib): allow deprecations in 0.12.x builds</li> <li><a href="d4ee6996bf
"><code>d4ee699</code></a> feat(client): add resolve timeout to HttpConnector (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/1994">#1994</a>)</li> <li><a href="da16ed62a3
"><code>da16ed6</code></a> fix(server): allow <code>Server::local_addr</code> to be called with custom executor (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2">#2</a>...</li> <li><a href="3d676fb775
"><code>3d676fb</code></a> feat(client): Add connect timeout to HttpConnector</li> <li><a href="90c1e8f44c
"><code>90c1e8f</code></a> fix(dependencies): use correct minimum versions (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/1974">#1974</a>)</li> <li><a href="4d188d17b3
"><code>4d188d1</code></a> chore(ci): update MSRV to 1.31 (parking_lot uses 2018 edition)</li> <li>See full diff in <a href="https://github.com/hyperium/hyper/compare/v0.12.35...v0.12.36">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=hyper&package-manager=cargo&previous-version=0.12.35&new-version=0.12.36) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
This commit is contained in:
commit
d079d3c841
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2740,9 +2740,9 @@ checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hyper"
|
name = "hyper"
|
||||||
version = "0.12.35"
|
version = "0.12.36"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
|
checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes 0.4.12",
|
"bytes 0.4.12",
|
||||||
"futures 0.1.30",
|
"futures 0.1.30",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue