Skip to content

Commit

Permalink
chore(deps): Bump hyper from 0.14.26 to 0.14.27 (#17766)
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.26 to
0.14.27.
<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.27</h2>
<h2>Bug Fixes</h2>
<ul>
<li><strong>http1:</strong>
<ul>
<li>send error on Incoming body when connection errors (<a
href="https://github.com/hyperium/hyper/issues/3256">#3256</a>)
(<a
href="https://github.com/hyperium/hyper/commit/b107655ff8557d001bb8e558752f5f2247381e98">b107655f</a>,
closes <a
href="https://github.com/hyperium/hyper/issues/3253">#3253</a>)</li>
<li>properly end chunked bodies when it was known to be empty (<a
href="https://github.com/hyperium/hyper/issues/3254">#3254</a>)
(<a
href="https://github.com/hyperium/hyper/commit/32422c47ec35e7405873277c87de14c18dbb98bd">32422c47</a>,
closes <a
href="https://github.com/hyperium/hyper/issues/3252">#3252</a>)</li>
</ul>
</li>
</ul>
<h2>Features</h2>
<ul>
<li><strong>client:</strong> include connection info in
<code>Client::send_request</code> errors (<a
href="https://github.com/hyperium/hyper/issues/2749">#2749</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hyperium/hyper/blob/v0.14.27/CHANGELOG.md">hyper's
changelog</a>.</em></p>
<blockquote>
<h3>v0.14.27 (2023-06-26)</h3>
<h4>Bug Fixes</h4>
<ul>
<li><strong>http1:</strong>
<ul>
<li>send error on Incoming body when connection errors (<a
href="https://github.com/hyperium/hyper/issues/3256">#3256</a>)
(<a
href="https://github.com/hyperium/hyper/commit/b107655ff8557d001bb8e558752f5f2247381e98">b107655f</a>,
closes <a
href="https://github.com/hyperium/hyper/issues/3253">#3253</a>)</li>
<li>properly end chunked bodies when it was known to be empty (<a
href="https://github.com/hyperium/hyper/issues/3254">#3254</a>)
(<a
href="https://github.com/hyperium/hyper/commit/32422c47ec35e7405873277c87de14c18dbb98bd">32422c47</a>,
closes <a
href="https://github.com/hyperium/hyper/issues/3252">#3252</a>)</li>
</ul>
</li>
</ul>
<h4>Features</h4>
<ul>
<li><strong>client:</strong> include connection info in
<code>Client::send_request</code> errors (<a
href="https://github.com/hyperium/hyper/issues/2749">#2749</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hyperium/hyper/commit/d77c2599bc023b258b90a17f5b633c8b7b0cbd4b"><code>d77c259</code></a>
v0.14.27</li>
<li><a
href="https://github.com/hyperium/hyper/commit/a7b2c825b26461da71823f6de912058d21e04b84"><code>a7b2c82</code></a>
chore(lib): disable log feature of tower dependency</li>
<li><a
href="https://github.com/hyperium/hyper/commit/b107655ff8557d001bb8e558752f5f2247381e98"><code>b107655</code></a>
fix(http1): send error on Incoming body when connection errors (<a
href="https://github.com/hyperium/hyper/issues/3256">#3256</a>)</li>
<li><a
href="https://github.com/hyperium/hyper/commit/32422c47ec35e7405873277c87de14c18dbb98bd"><code>32422c4</code></a>
fix(http1): properly end chunked bodies when it was known to be empty
(<a
href="https://github.com/hyperium/hyper/issues/3254">#3254</a>)</li>
<li><a
href="https://github.com/hyperium/hyper/commit/297dc4c8ea2dbc844d030418f79a6869fd67f496"><code>297dc4c</code></a>
feat(client): include connection info in Client::send_request errors (<a
href="https://github.com/hyperium/hyper/issues/2749">#2749</a>)</li>
<li>See full diff in <a
href="https://github.com/hyperium/hyper/compare/v0.14.26...v0.14.27">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.26&new-version=0.14.27)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 28, 2023
1 parent 935babf commit a2a3609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ headers = { version = "0.3.8", default-features = false }
hostname = { version = "0.3.1", default-features = false }
http = { version = "0.2.9", default-features = false }
http-body = { version = "0.4.5", default-features = false }
hyper = { version = "0.14.26", default-features = false, features = ["client", "runtime", "http1", "http2", "server", "stream"] }
hyper = { version = "0.14.27", default-features = false, features = ["client", "runtime", "http1", "http2", "server", "stream"] }
hyper-openssl = { version = "0.9.2", default-features = false }
hyper-proxy = { version = "0.9.1", default-features = false, features = ["openssl-tls"] }
indexmap = { version = "~1.9.3", default-features = false, features = ["serde"] }
Expand Down

0 comments on commit a2a3609

Please sign in to comment.