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
Bumps [headers](https://github.com/hyperium/headers) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/hyperium/headers/releases) - [Commits](https://github.com/hyperium/headers/compare/headers-v0.4.0...headers-v0.4.1) --- updated-dependencies: - dependency-name: headers dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d42fe20403
commit
675a12e572
1 changed files with 9 additions and 9 deletions
18
Cargo.lock
generated
18
Cargo.lock
generated
|
@ -1595,7 +1595,7 @@ dependencies = [
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"devtools_traits",
|
"devtools_traits",
|
||||||
"embedder_traits",
|
"embedder_traits",
|
||||||
"headers 0.4.0",
|
"headers 0.4.1",
|
||||||
"http 1.3.1",
|
"http 1.3.1",
|
||||||
"ipc-channel",
|
"ipc-channel",
|
||||||
"log",
|
"log",
|
||||||
|
@ -3158,11 +3158,11 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "headers"
|
name = "headers"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
|
checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.21.7",
|
"base64 0.22.1",
|
||||||
"bytes",
|
"bytes",
|
||||||
"headers-core 0.3.0",
|
"headers-core 0.3.0",
|
||||||
"http 1.3.1",
|
"http 1.3.1",
|
||||||
|
@ -3440,7 +3440,7 @@ name = "hyper_serde"
|
||||||
version = "0.13.2"
|
version = "0.13.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cookie 0.18.1",
|
"cookie 0.18.1",
|
||||||
"headers 0.4.0",
|
"headers 0.4.1",
|
||||||
"http 1.3.1",
|
"http 1.3.1",
|
||||||
"hyper 1.6.0",
|
"hyper 1.6.0",
|
||||||
"mime",
|
"mime",
|
||||||
|
@ -4865,7 +4865,7 @@ dependencies = [
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"generic-array",
|
"generic-array",
|
||||||
"headers 0.4.0",
|
"headers 0.4.1",
|
||||||
"http 1.3.1",
|
"http 1.3.1",
|
||||||
"http-body-util",
|
"http-body-util",
|
||||||
"hyper 1.6.0",
|
"hyper 1.6.0",
|
||||||
|
@ -4918,7 +4918,7 @@ dependencies = [
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"data-url",
|
"data-url",
|
||||||
"embedder_traits",
|
"embedder_traits",
|
||||||
"headers 0.4.0",
|
"headers 0.4.1",
|
||||||
"http 1.3.1",
|
"http 1.3.1",
|
||||||
"hyper-util",
|
"hyper-util",
|
||||||
"hyper_serde",
|
"hyper_serde",
|
||||||
|
@ -6410,7 +6410,7 @@ dependencies = [
|
||||||
"fonts_traits",
|
"fonts_traits",
|
||||||
"fxhash",
|
"fxhash",
|
||||||
"glow",
|
"glow",
|
||||||
"headers 0.4.0",
|
"headers 0.4.1",
|
||||||
"html5ever",
|
"html5ever",
|
||||||
"http 1.3.1",
|
"http 1.3.1",
|
||||||
"hyper_serde",
|
"hyper_serde",
|
||||||
|
@ -7027,7 +7027,7 @@ dependencies = [
|
||||||
"getopts",
|
"getopts",
|
||||||
"gilrs",
|
"gilrs",
|
||||||
"glow",
|
"glow",
|
||||||
"headers 0.4.0",
|
"headers 0.4.1",
|
||||||
"hilog",
|
"hilog",
|
||||||
"hitrace",
|
"hitrace",
|
||||||
"image",
|
"image",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue