mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
build(deps): bump headers from 0.4.0 to 0.4.1 (#37220)
Bumps [headers](https://github.com/hyperium/headers) from 0.4.0 to 0.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hyperium/headers/releases">headers's releases</a>.</em></p> <blockquote> <h2>headers-v0.4.1</h2> <h2>What's Changed</h2> <ul> <li>Implement Display for Referer by <a href="https://github.com/AsamK"><code>@AsamK</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/122">hyperium/headers#122</a></li> <li>Add <code>ContentEncoding::brotli</code> by <a href="https://github.com/paolobarbolini"><code>@paolobarbolini</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/158">hyperium/headers#158</a></li> <li>chore(ci): update to actions/checkout@v4 by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/160">hyperium/headers#160</a></li> <li>feat: add method to check if AcceptRanges is bytes by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/159">hyperium/headers#159</a></li> <li>doc(core): Header encode method convert header to HeaderValue by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/161">hyperium/headers#161</a></li> <li>refactor: apply small refactoring by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/168">hyperium/headers#168</a></li> <li>chore: update to base64 0.22 by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/169">hyperium/headers#169</a></li> <li>chore(core): set msrv to 1.49 by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/171">hyperium/headers#171</a></li> <li>refactor(ci): apply small refactoring by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/172">hyperium/headers#172</a></li> <li>chore: update to 2018 edition by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/173">hyperium/headers#173</a></li> <li>chore(core): update to 2018 edition by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/174">hyperium/headers#174</a></li> <li>refactor: remove unnecessary extern crate sentence by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/175">hyperium/headers#175</a></li> <li>refactor: remove redundant workspace config by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/176">hyperium/headers#176</a></li> <li>refactor: refactor AcceptRanges test by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/177">hyperium/headers#177</a></li> <li>feat: add AcceptRanges none util by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/178">hyperium/headers#178</a></li> <li>feat: re-export mime::Mime by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/180">hyperium/headers#180</a></li> <li>feat: implement From bytes for SecWebsocketKey by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/179">hyperium/headers#179</a></li> <li>update IETF rfc links in docs by <a href="https://github.com/GlenDC"><code>@GlenDC</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/182">hyperium/headers#182</a></li> <li>Add <code>ContentEncoding::zstd</code> by <a href="https://github.com/paolobarbolini"><code>@paolobarbolini</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/183">hyperium/headers#183</a></li> <li>docs(readme): add badge to readme by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/185">hyperium/headers#185</a></li> <li>Add methods for <code>must-revalidate</code> flag to <code>CacheControl</code> by <a href="https://github.com/allenap"><code>@allenap</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/186">hyperium/headers#186</a></li> <li>refactor: Remove needless lifetime by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/193">hyperium/headers#193</a></li> <li>fix(tests): Fix test compile error with nightly feature by <a href="https://github.com/gretchenfrage"><code>@gretchenfrage</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/196">hyperium/headers#196</a></li> <li>doc: Remove empty line in document by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/200">hyperium/headers#200</a></li> <li>update copyright year to 2025 in LICENSE by <a href="https://github.com/jasmyhigh"><code>@jasmyhigh</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/205">hyperium/headers#205</a></li> <li>feat: const <code>::from_static()</code> constructors by <a href="https://github.com/CosmicHorrorDev"><code>@CosmicHorrorDev</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/209">hyperium/headers#209</a></li> <li>feat: Add <code>impl From<http::HeaderName> for Vary</code> by <a href="https://github.com/CosmicHorrorDev"><code>@CosmicHorrorDev</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/210">hyperium/headers#210</a></li> <li>chore: prepare for releasing 0.4.1 by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/hyperium/headers/pull/213">hyperium/headers#213</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/AsamK"><code>@AsamK</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/headers/pull/122">hyperium/headers#122</a></li> <li><a href="https://github.com/GlenDC"><code>@GlenDC</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/headers/pull/182">hyperium/headers#182</a></li> <li><a href="https://github.com/allenap"><code>@allenap</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/headers/pull/186">hyperium/headers#186</a></li> <li><a href="https://github.com/gretchenfrage"><code>@gretchenfrage</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/headers/pull/196">hyperium/headers#196</a></li> <li><a href="https://github.com/jasmyhigh"><code>@jasmyhigh</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/headers/pull/205">hyperium/headers#205</a></li> <li><a href="https://github.com/CosmicHorrorDev"><code>@CosmicHorrorDev</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/headers/pull/209">hyperium/headers#209</a></li> <li><a href="https://github.com/tisonkun"><code>@tisonkun</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/headers/pull/213">hyperium/headers#213</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyperium/headers/compare/headers-v0.4.0...headers-v0.4.1">https://github.com/hyperium/headers/compare/headers-v0.4.0...headers-v0.4.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="8db1b786d4
"><code>8db1b78</code></a> headers:0.4.1</li> <li><a href="12fb1d76d3
"><code>12fb1d7</code></a> feat: Add a <code>impl From\<http::HeaderName> for Vary</code> (<a href="https://redirect.github.com/hyperium/headers/issues/210">#210</a>)</li> <li><a href="66371a0ac6
"><code>66371a0</code></a> feat: const <code>::from_static()</code> constructors (<a href="https://redirect.github.com/hyperium/headers/issues/209">#209</a>)</li> <li><a href="d425d3ca90
"><code>d425d3c</code></a> update copyright year</li> <li><a href="1a8eac311c
"><code>1a8eac3</code></a> doc: Remove empty line in document</li> <li><a href="743d3b91ef
"><code>743d3b9</code></a> fix(tests): Fix test compile error with nightly feature</li> <li><a href="682d0a6f80
"><code>682d0a6</code></a> refactor: Remove needless lifetime</li> <li><a href="879d2d40e3
"><code>879d2d4</code></a> Add methods for <code>must-revalidate</code> flag to <code>CacheControl</code></li> <li><a href="0fbde12f11
"><code>0fbde12</code></a> docs(readme): add badge to readme</li> <li><a href="2298faa4c2
"><code>2298faa</code></a> Add <code>ContentEncoding::zstd</code></li> <li>Additional commits viewable in <a href="https://github.com/hyperium/headers/compare/headers-v0.4.0...headers-v0.4.1">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
779d70d927
commit
18989e1fdd
1 changed files with 9 additions and 9 deletions
18
Cargo.lock
generated
18
Cargo.lock
generated
|
@ -1595,7 +1595,7 @@ dependencies = [
|
|||
"crossbeam-channel",
|
||||
"devtools_traits",
|
||||
"embedder_traits",
|
||||
"headers 0.4.0",
|
||||
"headers 0.4.1",
|
||||
"http 1.3.1",
|
||||
"ipc-channel",
|
||||
"log",
|
||||
|
@ -3158,11 +3158,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "headers"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
|
||||
checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb"
|
||||
dependencies = [
|
||||
"base64 0.21.7",
|
||||
"base64 0.22.1",
|
||||
"bytes",
|
||||
"headers-core 0.3.0",
|
||||
"http 1.3.1",
|
||||
|
@ -3434,7 +3434,7 @@ name = "hyper_serde"
|
|||
version = "0.13.2"
|
||||
dependencies = [
|
||||
"cookie 0.18.1",
|
||||
"headers 0.4.0",
|
||||
"headers 0.4.1",
|
||||
"http 1.3.1",
|
||||
"hyper 1.6.0",
|
||||
"mime",
|
||||
|
@ -4859,7 +4859,7 @@ dependencies = [
|
|||
"futures-core",
|
||||
"futures-util",
|
||||
"generic-array",
|
||||
"headers 0.4.0",
|
||||
"headers 0.4.1",
|
||||
"http 1.3.1",
|
||||
"http-body-util",
|
||||
"hyper 1.6.0",
|
||||
|
@ -4912,7 +4912,7 @@ dependencies = [
|
|||
"crossbeam-channel",
|
||||
"data-url",
|
||||
"embedder_traits",
|
||||
"headers 0.4.0",
|
||||
"headers 0.4.1",
|
||||
"http 1.3.1",
|
||||
"hyper-util",
|
||||
"hyper_serde",
|
||||
|
@ -6404,7 +6404,7 @@ dependencies = [
|
|||
"fonts_traits",
|
||||
"fxhash",
|
||||
"glow",
|
||||
"headers 0.4.0",
|
||||
"headers 0.4.1",
|
||||
"html5ever",
|
||||
"http 1.3.1",
|
||||
"hyper_serde",
|
||||
|
@ -7021,7 +7021,7 @@ dependencies = [
|
|||
"getopts",
|
||||
"gilrs",
|
||||
"glow",
|
||||
"headers 0.4.0",
|
||||
"headers 0.4.1",
|
||||
"hilog",
|
||||
"hitrace",
|
||||
"image",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue