chore(deps): bump hyper-util from 0.1.17 to 0.1.19 #2516

Open
dependabot[bot] wants to merge 1 commit from refs/pull/2516/head into staging
dependabot[bot] commented 2025-12-08 02:28:33 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #2072
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2072
Original created: 2025-12-08T02:28:33Z
Original updated: 2026-01-11T18:02:00Z
Original head: carverauto/serviceradar:dependabot/cargo/hyper-util-0.1.19
Original base: staging

Bumps hyper-util from 0.1.17 to 0.1.19.

Release notes

Sourced from hyper-util's releases.

v0.1.19

See the related blog post.

Highlights

  • Add client::pool module for composable pools. Enable with the client-pool feature.
  • Add pool::singleton for sharing a single cloneable connection.
  • Add pool::cache for caching a list of connections.
  • Add pool::negotiate for combining two pools with upgrade and fallback negotiation.
  • Add pool::map for customizable mapping of keys and connections.

What's Changed

Full Changelog: https://github.com/hyperium/hyper-util/compare/v0.1.18...v0.1.19

v0.1.18

Highlights

  • Fix rt::TokioTimer to support Tokio's paused time.
  • Fix client::proxy::match::Matcher to parse auth without passwords.

What's Changed

New Contributors

Thanks

Full Changelog: https://github.com/hyperium/hyper-util/compare/v0.1.17...v0.1.18

Changelog

Sourced from hyper-util's changelog.

0.1.19 (2025-12-03)

  • Add client::pool module for composable pools. Enable with the client-pool feature.
  • Add pool::singleton for sharing a single cloneable connection.
  • Add pool::cache for caching a list of connections.
  • Add pool::negotiate for combining two pools with upgrade and fallback negotiation.
  • Add pool::map for customizable mapping of keys and connections.

0.1.18 (2025-11-13)

  • Fix rt::TokioTimer to support Tokio's paused time.
  • Fix client::proxy::match::Matcher to parse auth without passwords.
Commits
  • d574011 v0.1.19
  • 818748f docs(pool): add module level docs for pools (#248)
  • 765bc98 feat(pool): add a Map pool service type (#247)
  • 567db01 feat(pool): add a Negotiate pooling service (#228)
  • c4cf24d feat(pool): add a Cache pooling service (#227)
  • 9b1008d feat(pool): add a Singleton pool type (#226)
  • 71ef2fc docs: fix spelling mistakes. improve RFC non-compliant behaviour with user/au...
  • eed21e7 chore(ci): check docs links with full features (#245)
  • 203c956 v0.1.18
  • d91ea8e fix(rt): support fake time in legacy client and TokioTimer (#238)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Imported from GitHub pull request. Original GitHub pull request: #2072 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2072 Original created: 2025-12-08T02:28:33Z Original updated: 2026-01-11T18:02:00Z Original head: carverauto/serviceradar:dependabot/cargo/hyper-util-0.1.19 Original base: staging --- Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.17 to 0.1.19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hyperium/hyper-util/releases">hyper-util's releases</a>.</em></p> <blockquote> <h2>v0.1.19</h2> <p>See the related <a href="https://seanmonstar.com/blog/hyper-util-composable-pools/">blog post</a>.</p> <h2>Highlights</h2> <ul> <li>Add <code>client::pool</code> module for composable pools. Enable with the <code>client-pool</code> feature.</li> <li>Add <code>pool::singleton</code> for sharing a single cloneable connection.</li> <li>Add <code>pool::cache</code> for caching a list of connections.</li> <li>Add <code>pool::negotiate</code> for combining two pools with upgrade and fallback negotiation.</li> <li>Add <code>pool::map</code> for customizable mapping of keys and connections.</li> </ul> <h2>What's Changed</h2> <ul> <li>chore(ci): check docs links with full features by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/245">hyperium/hyper-util#245</a></li> <li>minor SOCKS proxying docs fixes by <a href="https://github.com/JPDye"><code>@​JPDye</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/246">hyperium/hyper-util#246</a></li> <li>feat(pool): add a Singleton pool type by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/226">hyperium/hyper-util#226</a></li> <li>feat(pool): add a Cache pooling service by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/227">hyperium/hyper-util#227</a></li> <li>feat(pool): add a Negotiate pooling service by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/228">hyperium/hyper-util#228</a></li> <li>feat(pool): add a Map pool service type by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/247">hyperium/hyper-util#247</a></li> <li>docs(pool): add module level docs for pools by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/248">hyperium/hyper-util#248</a></li> <li>v0.1.19 by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/249">hyperium/hyper-util#249</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyperium/hyper-util/compare/v0.1.18...v0.1.19">https://github.com/hyperium/hyper-util/compare/v0.1.18...v0.1.19</a></p> <h2>v0.1.18</h2> <h2>Highlights</h2> <ul> <li>Fix <code>rt::TokioTimer</code> to support Tokio's paused time.</li> <li>Fix <code>client::proxy::match::Matcher</code> to parse auth without passwords.</li> </ul> <h2>What's Changed</h2> <ul> <li>chore(ci): add a github actions workflow to preview rustdocs of a PR by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/229">hyperium/hyper-util#229</a></li> <li>chore(ci): fix rustdoc preview job by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/231">hyperium/hyper-util#231</a></li> <li>chore(ci): fix rustdoc preview workflow typo by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/232">hyperium/hyper-util#232</a></li> <li>docs: replace auto_doc_cfg by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/237">hyperium/hyper-util#237</a></li> <li>perf(client): avoid redundant memory copies of Host header by <a href="https://github.com/0x676e67"><code>@​0x676e67</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/235">hyperium/hyper-util#235</a></li> <li>chore: bump windows-registry to 0.6 by <a href="https://github.com/Vaiz"><code>@​Vaiz</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/236">hyperium/hyper-util#236</a></li> <li>fix: fix msrv on windows and macos target by <a href="https://github.com/tottoto"><code>@​tottoto</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/239">hyperium/hyper-util#239</a></li> <li>chore(ci): update to actions/checkout@v5 by <a href="https://github.com/tottoto"><code>@​tottoto</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/240">hyperium/hyper-util#240</a></li> <li>fix: allow proxy env URIs without password by <a href="https://github.com/karanabe"><code>@​karanabe</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/241">hyperium/hyper-util#241</a></li> <li>fix: support fake time by <a href="https://github.com/arielb1"><code>@​arielb1</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/238">hyperium/hyper-util#238</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Vaiz"><code>@​Vaiz</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/236">hyperium/hyper-util#236</a></li> <li><a href="https://github.com/karanabe"><code>@​karanabe</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/241">hyperium/hyper-util#241</a></li> <li><a href="https://github.com/arielb1"><code>@​arielb1</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/238">hyperium/hyper-util#238</a></li> </ul> <h2>Thanks</h2> <ul> <li><a href="https://github.com/tottoto"><code>@​tottoto</code></a></li> <li><a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyperium/hyper-util/compare/v0.1.17...v0.1.18">https://github.com/hyperium/hyper-util/compare/v0.1.17...v0.1.18</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md">hyper-util's changelog</a>.</em></p> <blockquote> <h1>0.1.19 (2025-12-03)</h1> <ul> <li>Add <code>client::pool</code> module for composable pools. Enable with the <code>client-pool</code> feature.</li> <li>Add <code>pool::singleton</code> for sharing a single cloneable connection.</li> <li>Add <code>pool::cache</code> for caching a list of connections.</li> <li>Add <code>pool::negotiate</code> for combining two pools with upgrade and fallback negotiation.</li> <li>Add <code>pool::map</code> for customizable mapping of keys and connections.</li> </ul> <h1>0.1.18 (2025-11-13)</h1> <ul> <li>Fix <code>rt::TokioTimer</code> to support Tokio's paused time.</li> <li>Fix <code>client::proxy::match::Matcher</code> to parse auth without passwords.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/hyper-util/commit/d5740116a55cbf7af13d1142b365c56b1d684f3a"><code>d574011</code></a> v0.1.19</li> <li><a href="https://github.com/hyperium/hyper-util/commit/818748fbd3a223a82870e91d2b78c0590c0d66d1"><code>818748f</code></a> docs(pool): add module level docs for pools (<a href="https://redirect.github.com/hyperium/hyper-util/issues/248">#248</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/765bc9828d02f775d3d04c634ae3a9e512ef2b7a"><code>765bc98</code></a> feat(pool): add a Map pool service type (<a href="https://redirect.github.com/hyperium/hyper-util/issues/247">#247</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/567db01f104fd7659444e7611608a06533dc34b3"><code>567db01</code></a> feat(pool): add a Negotiate pooling service (<a href="https://redirect.github.com/hyperium/hyper-util/issues/228">#228</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/c4cf24da0d44fa04e93f7cc852fe37f5e4f4bbb2"><code>c4cf24d</code></a> feat(pool): add a Cache pooling service (<a href="https://redirect.github.com/hyperium/hyper-util/issues/227">#227</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/9b1008d96bbc37546cca7ee4bd7e1701328f75e2"><code>9b1008d</code></a> feat(pool): add a Singleton pool type (<a href="https://redirect.github.com/hyperium/hyper-util/issues/226">#226</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/71ef2fc3309829a5fbdbbdc86c97cc2384bec521"><code>71ef2fc</code></a> docs: fix spelling mistakes. improve RFC non-compliant behaviour with user/au...</li> <li><a href="https://github.com/hyperium/hyper-util/commit/eed21e7bdf6a1414098487a5c4445c315521c3e8"><code>eed21e7</code></a> chore(ci): check docs links with full features (<a href="https://redirect.github.com/hyperium/hyper-util/issues/245">#245</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/203c9563a0ed51666e1829a5be3fbb33d79a3ba2"><code>203c956</code></a> v0.1.18</li> <li><a href="https://github.com/hyperium/hyper-util/commit/d91ea8efe6f3b09cc2fd6cc9e303566bd887a3ea"><code>d91ea8e</code></a> fix(rt): support fake time in legacy client and TokioTimer (<a href="https://redirect.github.com/hyperium/hyper-util/issues/238">#238</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hyperium/hyper-util/compare/v0.1.17...v0.1.19">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hyper-util&package-manager=cargo&previous-version=0.1.17&new-version=0.1.19)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
This pull request is broken due to missing fork information.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin refs/pull/2516/head:refs/pull/2516/head
git switch refs/pull/2516/head

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch staging
git merge --no-ff refs/pull/2516/head
git switch refs/pull/2516/head
git rebase staging
git switch staging
git merge --ff-only refs/pull/2516/head
git switch refs/pull/2516/head
git rebase staging
git switch staging
git merge --no-ff refs/pull/2516/head
git switch staging
git merge --squash refs/pull/2516/head
git switch staging
git merge --ff-only refs/pull/2516/head
git switch staging
git merge refs/pull/2516/head
git push origin staging
Sign in to join this conversation.
No reviewers
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
carverauto/serviceradar!2516
No description provided.