chore(deps): bump hyper-util from 0.1.17 to 0.1.18 #2469

Closed
dependabot[bot] wants to merge 1 commit from refs/pull/2469/head into main
dependabot[bot] commented 2025-11-24 02:34:42 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #2001
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2001
Original created: 2025-11-24T02:34:42Z
Original updated: 2025-12-08T02:28:37Z
Original head: carverauto/serviceradar:dependabot/cargo/hyper-util-0.1.18
Original base: main

Bumps hyper-util from 0.1.17 to 0.1.18.

Release notes

Sourced from hyper-util's releases.

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.18 (2025-11-13)

  • Fix rt::TokioTimer to support Tokio's paused time.
  • Fix client::proxy::match::Matcher to parse auth without passwords.
Commits
  • 203c956 v0.1.18
  • d91ea8e fix(rt): support fake time in legacy client and TokioTimer (#238)
  • dde14d3 fix(client): Proxy Matcher to handle proxy auth without password (#241)
  • b9dc3d2 chore(ci): update to actions/checkout@v5 (#240)
  • d4f5706 ci: fix msrv on windows and macos target (#239)
  • 3c8dbe4 chore: bump windows-registry to 0.6 (#236)
  • 72bbd22 perf(client): avoid redundant memory copies of Host header (#235)
  • 1c8f7c6 docs: replace auto_doc_cfg (#237)
  • 66afc93 chore(ci): use auto pr ref in rustdoc-preview workflow
  • faf5ca2 chore(ci): fix rustdoc preview workflow typo (#232)
  • 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 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)
Imported from GitHub pull request. Original GitHub pull request: #2001 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2001 Original created: 2025-11-24T02:34:42Z Original updated: 2025-12-08T02:28:37Z Original head: carverauto/serviceradar:dependabot/cargo/hyper-util-0.1.18 Original base: main --- Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.17 to 0.1.18. <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.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.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/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><a href="https://github.com/hyperium/hyper-util/commit/dde14d372f7091f5dee26267ab59ca05c678f77e"><code>dde14d3</code></a> fix(client): Proxy Matcher to handle proxy auth without password (<a href="https://redirect.github.com/hyperium/hyper-util/issues/241">#241</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/b9dc3d221fdc2ef575d90a790c59b1f33ecbca4d"><code>b9dc3d2</code></a> chore(ci): update to actions/checkout@v5 (<a href="https://redirect.github.com/hyperium/hyper-util/issues/240">#240</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/d4f5706c4ca6a68b4d1fd7560e9f3da641548a64"><code>d4f5706</code></a> ci: fix msrv on windows and macos target (<a href="https://redirect.github.com/hyperium/hyper-util/issues/239">#239</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/3c8dbe45c6fb7bb6ab3d4a37360c8fc83c8ec2c4"><code>3c8dbe4</code></a> chore: bump windows-registry to 0.6 (<a href="https://redirect.github.com/hyperium/hyper-util/issues/236">#236</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/72bbd22cad4a77b57aadafd311e01a9f393e835c"><code>72bbd22</code></a> perf(client): avoid redundant memory copies of Host header (<a href="https://redirect.github.com/hyperium/hyper-util/issues/235">#235</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/1c8f7c6df6cae299b39fb563942febbfba59865c"><code>1c8f7c6</code></a> docs: replace auto_doc_cfg (<a href="https://redirect.github.com/hyperium/hyper-util/issues/237">#237</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/66afc93debef02548c86e8454e6bc01cf4fca280"><code>66afc93</code></a> chore(ci): use auto pr ref in rustdoc-preview workflow</li> <li><a href="https://github.com/hyperium/hyper-util/commit/faf5ca243de84da166143d14abfa84bd588d122e"><code>faf5ca2</code></a> chore(ci): fix rustdoc preview workflow typo (<a href="https://redirect.github.com/hyperium/hyper-util/issues/232">#232</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hyperium/hyper-util/compare/v0.1.17...v0.1.18">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.18)](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 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>
dependabot[bot] commented 2025-12-08 02:28:35 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2001#issuecomment-3624248107
Original created: 2025-12-08T02:28:35Z

Superseded by #2072.

Imported GitHub PR comment. Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2001#issuecomment-3624248107 Original created: 2025-12-08T02:28:35Z --- Superseded by #2072.

Pull request closed

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!2469
No description provided.