Bumps [hyper](https://github.com/hyperium/hyper) from 0.13.7 to 0.13.10. <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.13.10</h2> <h2>Bug Fixes</h2> <ul> <li> <p><strong>http1:</strong> fix server misinterpretting multiple Transfer-Encoding headers (<a href="https://github.com/hyperium/hyper/commit/6d9e5f9fd1691a0befe70b5b5be3393e45cac66a">6d9e5f9f</a>)</p> <p>See <a href="https://github.com/hyperium/hyper/security/advisories/GHSA-6hfq-h8hq-87mf">https://github.com/hyperium/hyper/security/advisories/GHSA-6hfq-h8hq-87mf</a></p> </li> </ul> <h2>v0.13.9</h2> <h2>Bug Fixes</h2> <ul> <li><strong>client:</strong> fix panic when addrs in ConnectingTcpRemote is empty (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2292">#2292</a>) (<a href="https://github.com/hyperium/hyper/commit/01103da5d9b15e2a7fdc2f1dfec2c23a890d5c16">01103da5</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2291">#2291</a>)</li> <li><strong>http2:</strong> reschedule keep alive interval timer once a pong is received (<a href="https://github.com/hyperium/hyper/commit/2a938d96aec62603dcb548834676ae2c71ae8be2">2a938d96</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2310">#2310</a>)</li> </ul> <h2>Features</h2> <ul> <li><strong>client:</strong> <ul> <li>add <code>HttpConnector::set_local_addresses</code> to set both IPv6 and IPv4 local addrs ( (<a href="https://github.com/hyperium/hyper/commit/fb19f3a86997af1c8a31a7d5ce6f2b018c9b5a0d">fb19f3a8</a>)</li> <li>Add accessors to <code>Connected</code> fields (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2290">#2290</a>) (<a href="https://github.com/hyperium/hyper/commit/2dc9768d2d3884afa20c08b7cd8782c870d925d2">2dc9768d</a>)</li> </ul> </li> </ul> <h2>v0.13.8</h2> <h2>Bug Fixes</h2> <ul> <li><strong>http1:</strong> return error if user body ends prematurely (<a href="https://github.com/hyperium/hyper/commit/1ecbcbb119e221f60d37b934b81d18493ebded1b">1ecbcbb1</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2263">#2263</a>)</li> </ul> <h2>Features</h2> <ul> <li><strong>lib:</strong> Setting <code>http1_writev(true)</code> will now force writev queue usage (<a href="https://github.com/hyperium/hyper/commit/187c22afb5a13d4fa9a3b938a1d71b11b337ac97">187c22af</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2282">#2282</a>)</li> <li><strong>server:</strong> implement <code>AsRawFd</code> for <code>AddrStream</code> (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2246">#2246</a>) (<a href="https://github.com/hyperium/hyper/commit/b5d5e21449eb613a3c92dcced6f38d227e405594">b5d5e214</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2245">#2245</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hyperium/hyper/blob/v0.13.10/CHANGELOG.md">hyper's changelog</a>.</em></p> <blockquote> <h3>v0.13.10 (2021-02-05)</h3> <h4>Bug Fixes</h4> <ul> <li><strong>http1:</strong> fix server misinterpretting multiple Transfer-Encoding headers (<a href="https://github.com/hyperium/hyper/commit/6d9e5f9fd1691a0befe70b5b5be3393e45cac66a">6d9e5f9f</a>)</li> </ul> <h3>v0.13.9 (2020-11-02)</h3> <h4>Bug Fixes</h4> <ul> <li><strong>client:</strong> fix panic when addrs in ConnectingTcpRemote is empty (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2292">#2292</a>) (<a href="https://github.com/hyperium/hyper/commit/01103da5d9b15e2a7fdc2f1dfec2c23a890d5c16">01103da5</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2291">#2291</a>)</li> <li><strong>http2:</strong> reschedule keep alive interval timer once a pong is received (<a href="https://github.com/hyperium/hyper/commit/2a938d96aec62603dcb548834676ae2c71ae8be2">2a938d96</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2310">#2310</a>)</li> </ul> <h4>Features</h4> <ul> <li><strong>client:</strong> <ul> <li>add <code>HttpConnector::set_local_addresses</code> to set both IPv6 and IPv4 local addrs ( (<a href="https://github.com/hyperium/hyper/commit/fb19f3a86997af1c8a31a7d5ce6f2b018c9b5a0d">fb19f3a8</a>)</li> <li>Add accessors to <code>Connected</code> fields (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2290">#2290</a>) (<a href="https://github.com/hyperium/hyper/commit/2dc9768d2d3884afa20c08b7cd8782c870d925d2">2dc9768d</a>)</li> </ul> </li> </ul> <h3>v0.13.8 (2020-09-18)</h3> <h4>Bug Fixes</h4> <ul> <li><strong>http1:</strong> return error if user body ends prematurely (<a href="https://github.com/hyperium/hyper/commit/1ecbcbb119e221f60d37b934b81d18493ebded1b">1ecbcbb1</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2263">#2263</a>)</li> </ul> <h4>Features</h4> <ul> <li><strong>lib:</strong> Setting <code>http1_writev(true)</code> will now force writev queue usage (<a href="https://github.com/hyperium/hyper/commit/187c22afb5a13d4fa9a3b938a1d71b11b337ac97">187c22af</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2282">#2282</a>)</li> <li><strong>server:</strong> implement <code>AsRawFd</code> for <code>AddrStream</code> (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2246">#2246</a>) (<a href="https://github.com/hyperium/hyper/commit/b5d5e21449eb613a3c92dcced6f38d227e405594">b5d5e214</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2245">#2245</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/hyper/commit/17f54264ac28b84208ccbc4119aba0573d2f7c1f"><code>17f5426</code></a> v0.13.10</li> <li><a href="https://github.com/hyperium/hyper/commit/6d9e5f9fd1691a0befe70b5b5be3393e45cac66a"><code>6d9e5f9</code></a> fix(http1): fix server misinterpretting multiple Transfer-Encoding headers</li> <li><a href="https://github.com/hyperium/hyper/commit/42560c7c40d8f934658624114fda4eb819cefda8"><code>42560c7</code></a> v0.13.9</li> <li><a href="https://github.com/hyperium/hyper/commit/2a938d96aec62603dcb548834676ae2c71ae8be2"><code>2a938d9</code></a> fix(server): reschedule keep alive interval timer once a pong is received</li> <li><a href="https://github.com/hyperium/hyper/commit/f2886417925da2c62637b8509cd40ded0b848333"><code>f288641</code></a> test(server): test server keep alive by counting number of pings</li> <li><a href="https://github.com/hyperium/hyper/commit/fb19f3a86997af1c8a31a7d5ce6f2b018c9b5a0d"><code>fb19f3a</code></a> feat(client): add <code>HttpConnector::set_local_addresses</code> to set both IPv6 and I...</li> <li><a href="https://github.com/hyperium/hyper/commit/02732bef0c1accb441b9b14c07cb2c494234a682"><code>02732be</code></a> chore(dependencies): update pin-project to 1.0 (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2298">#2298</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/2dc9768d2d3884afa20c08b7cd8782c870d925d2"><code>2dc9768</code></a> feat(client): Add accessors to <code>Connected</code> fields (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2290">#2290</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/01103da5d9b15e2a7fdc2f1dfec2c23a890d5c16"><code>01103da</code></a> fix(client): fix panic when addrs in ConnectingTcpRemote is empty (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2292">#2292</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/523d66a41ffe0429530241c381070fb490618a4a"><code>523d66a</code></a> refactor(body): fix unused sync_wrapper when stream feature disabled (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2287">#2287</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hyperium/hyper/compare/v0.13.7...v0.13.10">compare view</a></li> </ul> </details> <br /> [](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) - `@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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/clearloop/elvis/network/alerts). </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by dependabot[bot] and has received 0 comments.