[PR #991] Bump hyper from 0.13.7 to 0.13.10 #1117

Open
opened 2026-02-28 14:54:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/991
Author: @dependabot[bot]
Created: 6/6/2022
Status: 🔄 Open

Base: masterHead: dependabot/cargo/hyper-0.13.10


📝 Commits (1)

  • 6638505 Bump hyper from 0.13.7 to 0.13.10

📊 Changes

1 file changed (+32 additions, -6 deletions)

View changed files

📝 Cargo.lock (+32 -6)

📄 Description

Bumps hyper from 0.13.7 to 0.13.10.

Release notes

Sourced from hyper's releases.

v0.13.10

Bug Fixes

v0.13.9

Bug Fixes

  • client: fix panic when addrs in ConnectingTcpRemote is empty (#2292) (01103da5, closes #2291)
  • http2: reschedule keep alive interval timer once a pong is received (2a938d96, closes #2310)

Features

  • client:
    • add HttpConnector::set_local_addresses to set both IPv6 and IPv4 local addrs ( (fb19f3a8)
    • Add accessors to Connected fields (#2290) (2dc9768d)

v0.13.8

Bug Fixes

  • http1: return error if user body ends prematurely (1ecbcbb1, closes #2263)

Features

  • lib: Setting http1_writev(true) will now force writev queue usage (187c22af, closes #2282)
  • server: implement AsRawFd for AddrStream (#2246) (b5d5e214, closes #2245)
Changelog

Sourced from hyper's changelog.

v0.13.10 (2021-02-05)

Bug Fixes

  • http1: fix server misinterpretting multiple Transfer-Encoding headers (6d9e5f9f)

v0.13.9 (2020-11-02)

Bug Fixes

  • client: fix panic when addrs in ConnectingTcpRemote is empty (#2292) (01103da5, closes #2291)
  • http2: reschedule keep alive interval timer once a pong is received (2a938d96, closes #2310)

Features

  • client:
    • add HttpConnector::set_local_addresses to set both IPv6 and IPv4 local addrs ( (fb19f3a8)
    • Add accessors to Connected fields (#2290) (2dc9768d)

v0.13.8 (2020-09-18)

Bug Fixes

  • http1: return error if user body ends prematurely (1ecbcbb1, closes #2263)

Features

  • lib: Setting http1_writev(true) will now force writev queue usage (187c22af, closes #2282)
  • server: implement AsRawFd for AddrStream (#2246) (b5d5e214, closes #2245)
Commits
  • 17f5426 v0.13.10
  • 6d9e5f9 fix(http1): fix server misinterpretting multiple Transfer-Encoding headers
  • 42560c7 v0.13.9
  • 2a938d9 fix(server): reschedule keep alive interval timer once a pong is received
  • f288641 test(server): test server keep alive by counting number of pings
  • fb19f3a feat(client): add HttpConnector::set_local_addresses to set both IPv6 and I...
  • 02732be chore(dependencies): update pin-project to 1.0 (#2298)
  • 2dc9768 feat(client): Add accessors to Connected fields (#2290)
  • 01103da fix(client): fix panic when addrs in ConnectingTcpRemote is empty (#2292)
  • 523d66a refactor(body): fix unused sync_wrapper when stream feature disabled (#2287)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/991 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/6/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/cargo/hyper-0.13.10` --- ### 📝 Commits (1) - [`6638505`](https://github.com/Rigellute/spotify-tui/commit/6638505dab8e3b76957e3e9accd7cd48284d6ab4) Bump hyper from 0.13.7 to 0.13.10 ### 📊 Changes **1 file changed** (+32 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+32 -6) </details> ### 📄 Description 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hyper&package-manager=cargo&previous-version=0.13.7&new-version=0.13.10)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Rigellute/spotify-tui/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#1117
No description provided.