1200: build(deps): bump hyper from 0.14.22 to 0.14.23 r=delta1 a=dependabot[bot]

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.22 to 0.14.23.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/hyper/releases">hyper's releases</a>.</em></p>
<blockquote>
<h2>v0.14.23</h2>
<h2>Bug Fixes</h2>
<ul>
<li><strong>http2:</strong> Fix race condition in client dispatcher (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/3041">#3041</a>) (<a href="2f1c0b720d">2f1c0b72</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2419">#2419</a>)</li>
<li><strong>dependencies</strong>: Really fix compile-time feature for <code>socket2</code> dependency.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jfourie1"><code>`@​jfourie1</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/hyperium/hyper/pull/3041">hyperium/hyper#3041</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/hyper/blob/v0.14.23/CHANGELOG.md">hyper's changelog</a>.</em></p>
<blockquote>
<h3>v0.14.23 (2022-11-07)</h3>
<h4>Bug Fixes</h4>
<ul>
<li><strong>http2:</strong> Fix race condition in client dispatcher (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/3041">#3041</a>) (<a href="2f1c0b720d">2f1c0b72</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2419">#2419</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d32beb3843"><code>d32beb3</code></a> v0.14.23</li>
<li><a href="4912c6dbca"><code>4912c6d</code></a> chore(dependencies): enable socket2 'all' feature (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/3047">#3047</a>)</li>
<li><a href="2f1c0b720d"><code>2f1c0b7</code></a> fix(http2): Fix race condition in client dispatcher (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/3041">#3041</a>)</li>
<li>See full diff in <a href="https://github.com/hyperium/hyper/compare/v0.14.22...v0.14.23">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hyper&package-manager=cargo&previous-version=0.14.22&new-version=0.14.23)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1201/head
bors[bot] 2 years ago committed by GitHub
commit 90ff605469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
Cargo.lock generated

@ -1526,9 +1526,9 @@ checksum = "05842d0d43232b23ccb7060ecb0f0626922c21f30012e97b767b30afd4a5d4b9"
[[package]]
name = "hyper"
version = "0.14.22"
version = "0.14.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064"
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
dependencies = [
"bytes",
"futures-channel",
@ -1541,7 +1541,7 @@ dependencies = [
"httpdate",
"itoa 1.0.1",
"pin-project-lite 0.2.9",
"socket2 0.4.0",
"socket2 0.4.7",
"tokio",
"tower-service",
"tracing",
@ -1749,9 +1749,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.121"
version = "0.2.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
[[package]]
name = "libgit2-sys"
@ -2013,7 +2013,7 @@ dependencies = [
"libc",
"libp2p-core",
"log",
"socket2 0.4.0",
"socket2 0.4.7",
"tokio",
]
@ -3721,9 +3721,9 @@ dependencies = [
[[package]]
name = "socket2"
version = "0.4.0"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
dependencies = [
"libc",
"winapi",

Loading…
Cancel
Save