mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
build(deps): bump hyper-util from 0.1.10 to 0.1.11 (#36279)
Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.10 to 0.1.11. <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.11</h2> <h2>What's Changed</h2> <ul> <li>fix(client): Fix <code>HTTP/2</code> websocket request by <a href="https://github.com/0x676e67"><code>@0x676e67</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/165">hyperium/hyper-util#165</a></li> <li>builder: expose methods for determining if HTTP/1.1 or HTTP/2 support are enabled by <a href="https://github.com/tobz"><code>@tobz</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/164">hyperium/hyper-util#164</a></li> <li>feat(server): support <code>auto_date_header</code>, <code>max_local_error_reset_streams</code>, and <code>ignore_invalid_headers</code>. by <a href="https://github.com/finnbear"><code>@finnbear</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/161">hyperium/hyper-util#161</a></li> <li>fix(tracing): propagate span context by <a href="https://github.com/alpeb"><code>@alpeb</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/166">hyperium/hyper-util#166</a></li> <li>feat(rt/tokio): additive tokio and hyper i/o adaptors by <a href="https://github.com/cratelyn"><code>@cratelyn</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/170">hyperium/hyper-util#170</a></li> <li>feat(client): implement Connection for UnixStream and NamedPipeClient by <a href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/177">hyperium/hyper-util#177</a></li> <li>enable <code>HttpConnector::interface</code> on macOS and Solarish systems by <a href="https://github.com/hawkw"><code>@hawkw</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/176">hyperium/hyper-util#176</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jlizen"><code>@jlizen</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/159">hyperium/hyper-util#159</a></li> <li><a href="https://github.com/linyihai"><code>@linyihai</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/160">hyperium/hyper-util#160</a></li> <li><a href="https://github.com/tobz"><code>@tobz</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/164">hyperium/hyper-util#164</a></li> <li><a href="https://github.com/finnbear"><code>@finnbear</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/161">hyperium/hyper-util#161</a></li> <li><a href="https://github.com/alpeb"><code>@alpeb</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/166">hyperium/hyper-util#166</a></li> <li><a href="https://github.com/cratelyn"><code>@cratelyn</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/168">hyperium/hyper-util#168</a></li> <li><a href="https://github.com/hawkw"><code>@hawkw</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/176">hyperium/hyper-util#176</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/gretchenfrage"><code>@gretchenfrage</code></a></li> </ul> </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.11 (2025-03-31)</h1> <ul> <li>Add <code>tracing</code> crate feature with support in <code>TokioExecutor</code>.</li> <li>Add <code>HttpConnector::interface()</code> support for macOS and Solarish systems.</li> <li>Add <code>rt::WithHyperIo</code> and <code>rt::WithTokioIo</code> combinators.</li> <li>Add <code>auto_date_header()</code> for auto server builder.</li> <li>Add <code>max_local_error_reset_streams()</code> for auto server builder.</li> <li>Add <code>ignore_invalid_headers()</code> for auto server builder.</li> <li>Add methods to determine if auto server is configured for HTTP/1 or HTTP/2.</li> <li>Implement <code>Connection</code> for <code>UnixStream</code> and <code>NamedPipeClient</code>.</li> <li>Fix HTTP/2 websocket requests sent through <code>legacy::Client</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4c4e0622aa
"><code>4c4e062</code></a> v0.1.11</li> <li><a href="486e3b6bb4
"><code>486e3b6</code></a> bump license year</li> <li><a href="5831ace168
"><code>5831ace</code></a> feat(client): enable <code>HttpConnector::interface</code> on macOS and Solarish systems...</li> <li><a href="dc03ad4134
"><code>dc03ad4</code></a> feat(client): implement Connection for UnixStream and NamedPipeClient (<a href="https://redirect.github.com/hyperium/hyper-util/issues/177">#177</a>)</li> <li><a href="94afd503b4
"><code>94afd50</code></a> feat(rt/tokio): additive tokio and hyper i/o adaptors (<a href="https://redirect.github.com/hyperium/hyper-util/issues/170">#170</a>)</li> <li><a href="ef35d8ab08
"><code>ef35d8a</code></a> chore: pin once-cell on msrv ci job (<a href="https://redirect.github.com/hyperium/hyper-util/issues/175">#175</a>)</li> <li><a href="d51318df34
"><code>d51318d</code></a> chore(client/legacy): remove unused <code>PoolClient::is_closed()</code> (<a href="https://redirect.github.com/hyperium/hyper-util/issues/169">#169</a>)</li> <li><a href="1290685fbb
"><code>1290685</code></a> chore(tokio): warn on dead code (<a href="https://redirect.github.com/hyperium/hyper-util/issues/168">#168</a>)</li> <li><a href="b90ff7d882
"><code>b90ff7d</code></a> feat(rt): add <code>tracing</code> feature that will propagate span context in TokioExec...</li> <li><a href="46826ea758
"><code>46826ea</code></a> feat(server): support <code>auto_date_header</code>, <code>max_local_error_reset_streams</code>, an...</li> <li>Additional commits viewable in <a href="https://github.com/hyperium/hyper-util/compare/v0.1.10...v0.1.11">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
a77592e281
commit
c400751b55
1 changed files with 3 additions and 2 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -3407,9 +3407,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "hyper-util"
|
||||
version = "0.1.10"
|
||||
version = "0.1.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
||||
checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-channel",
|
||||
|
@ -3417,6 +3417,7 @@ dependencies = [
|
|||
"http 1.3.1",
|
||||
"http-body 1.0.1",
|
||||
"hyper 1.6.0",
|
||||
"libc",
|
||||
"pin-project-lite",
|
||||
"socket2",
|
||||
"tokio",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue