mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
build(deps): bump hyper-util from 0.1.12 to 0.1.13 (#37158)
Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.12 to 0.1.13. <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.13</h2> <h2>tl;dr</h2> <ul> <li>Fix <code>HttpConnector</code> to always prefer IPv6 addresses first, if happy eyeballs is enabled.</li> <li>Fix <code>legacy::Client</code> to return better errors if available on the connection.</li> </ul> <h2>What's Changed</h2> <ul> <li>fix(client): prefer IPv6 addresses before IPv4 even if resolver ordered differently by <a href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/194">hyperium/hyper-util#194</a></li> <li>chore(test): make proxy test robust wrt IPv4/v6 by <a href="https://github.com/Fabian-Gruenbichler"><code>@Fabian-Gruenbichler</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/195">hyperium/hyper-util#195</a></li> <li>refactor: limit dependency futures-util to tests and client-legacy by <a href="https://github.com/hanna-kruppe"><code>@hanna-kruppe</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/192">hyperium/hyper-util#192</a></li> <li>Fix some clippy lints by <a href="https://github.com/jplatte"><code>@jplatte</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/196">hyperium/hyper-util#196</a></li> <li>ConnectErrors improvements by <a href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/197">hyperium/hyper-util#197</a></li> <li>fix(client): race in connection errors propagation by <a href="https://github.com/dare3path"><code>@dare3path</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/184">hyperium/hyper-util#184</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Fabian-Gruenbichler"><code>@Fabian-Gruenbichler</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/195">hyperium/hyper-util#195</a></li> <li><a href="https://github.com/hanna-kruppe"><code>@hanna-kruppe</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/192">hyperium/hyper-util#192</a></li> <li><a href="https://github.com/jplatte"><code>@jplatte</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/196">hyperium/hyper-util#196</a></li> <li><a href="https://github.com/dare3path"><code>@dare3path</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/184">hyperium/hyper-util#184</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyperium/hyper-util/compare/v0.1.12...v0.1.13">https://github.com/hyperium/hyper-util/compare/v0.1.12...v0.1.13</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.13 (2025-05-27)</h1> <ul> <li>Fix <code>HttpConnector</code> to always prefer IPv6 addresses first, if happy eyeballs is enabled.</li> <li>Fix <code>legacy::Client</code> to return better errors if available on the connection.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="2c3c55f266
"><code>2c3c55f</code></a> v0.1.13</li> <li><a href="a01e6b26f5
"><code>a01e6b2</code></a> fix(client): improve client errors details if available (<a href="https://redirect.github.com/hyperium/hyper-util/issues/184">#184</a>)</li> <li><a href="fc1d699f44
"><code>fc1d699</code></a> refactor(client): add socket addr to ConnectError</li> <li><a href="0959d4622d
"><code>0959d46</code></a> refactor(client): return the first connect error, not the last</li> <li><a href="6328823b45
"><code>6328823</code></a> refactor(client): don't allocate for ConnectError messages</li> <li><a href="3a971c9cb4
"><code>3a971c9</code></a> Fix some clippy lints (<a href="https://redirect.github.com/hyperium/hyper-util/issues/196">#196</a>)</li> <li><a href="2b2c35212b
"><code>2b2c352</code></a> refactor: limit dependency futures-util to tests and client-legacy (<a href="https://redirect.github.com/hyperium/hyper-util/issues/192">#192</a>)</li> <li><a href="1bcd489d3d
"><code>1bcd489</code></a> chore(test): make proxy test robust wrt IPv4/v6 (<a href="https://redirect.github.com/hyperium/hyper-util/issues/195">#195</a>)</li> <li><a href="d3b8440f4b
"><code>d3b8440</code></a> fix(client): prefer IPv6 addresses before IPv4 even if resolver ordered diffe...</li> <li>See full diff in <a href="https://github.com/hyperium/hyper-util/compare/v0.1.12...v0.1.13">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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
325ac9e416
commit
8ebf344e5e
1 changed files with 5 additions and 4 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
@ -1070,7 +1070,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3427,12 +3427,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "hyper-util"
|
||||
version = "0.1.12"
|
||||
version = "0.1.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710"
|
||||
checksum = "b1c293b6b3d21eca78250dc7dbebd6b9210ec5530e038cbfe0661b5c47ab06e8"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"http 1.3.1",
|
||||
"http-body 1.0.1",
|
||||
|
@ -9096,7 +9097,7 @@ version = "0.1.9"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
||||
dependencies = [
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue