Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump hyper from 0.14.26 to 0.14.27 (#17766)
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