Skip to content

Commit

Permalink
Update cookie to 0.10
Browse files Browse the repository at this point in the history
Except in webdriver, which source is in m-c.
  • Loading branch information
nox committed Nov 24, 2017
1 parent 2374224 commit ae20da6
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 32 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/devtools/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
devtools_traits = {path = "../devtools_traits"}
hyper = "0.10"
hyper_serde = "0.7"
hyper_serde = "0.8"
ipc-channel = "0.9"
log = "0.3.5"
msg = {path = "../msg"}
Expand Down
2 changes: 1 addition & 1 deletion components/devtools_traits/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
bitflags = "1.0"
hyper = "0.10"
hyper_serde = "0.7"
hyper_serde = "0.8"
ipc-channel = "0.9"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
Expand Down
4 changes: 2 additions & 2 deletions components/net/Cargo.toml
Expand Up @@ -12,11 +12,11 @@ path = "lib.rs"
[dependencies]
base64 = "0.6"
brotli = "1.0.6"
cookie = "0.6"
cookie = "0.10"
devtools_traits = {path = "../devtools_traits"}
flate2 = "0.2.0"
hyper = "0.10"
hyper_serde = "0.7"
hyper_serde = "0.8"
hyper-openssl = "0.2.2"
immeta = "0.3.1"
ipc-channel = "0.9"
Expand Down
4 changes: 2 additions & 2 deletions components/net_traits/Cargo.toml
Expand Up @@ -10,9 +10,9 @@ name = "net_traits"
path = "lib.rs"

[dependencies]
cookie = "0.6"
cookie = "0.10"
hyper = "0.10"
hyper_serde = "0.7"
hyper_serde = "0.8"
image = "0.17"
ipc-channel = "0.9"
lazy_static = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions components/script/Cargo.toml
Expand Up @@ -38,7 +38,7 @@ bluetooth_traits = {path = "../bluetooth_traits"}
byteorder = "1.0"
canvas_traits = {path = "../canvas_traits"}
caseless = "0.1.0"
cookie = "0.6"
cookie = "0.10"
cssparser = "0.22.0"
deny_public_fields = {path = "../deny_public_fields"}
devtools_traits = {path = "../devtools_traits"}
Expand All @@ -51,7 +51,7 @@ gleam = "0.4"
half = "1.0"
html5ever = "0.21"
hyper = "0.10"
hyper_serde = "0.7"
hyper_serde = "0.8"
image = "0.17"
ipc-channel = "0.9"
jstraceable_derive = {path = "../jstraceable_derive"}
Expand Down
4 changes: 2 additions & 2 deletions components/script_traits/Cargo.toml
Expand Up @@ -12,12 +12,12 @@ path = "lib.rs"
[dependencies]
bluetooth_traits = {path = "../bluetooth_traits"}
canvas_traits = {path = "../canvas_traits"}
cookie = "0.6"
cookie = "0.10"
devtools_traits = {path = "../devtools_traits"}
euclid = "0.15"
gfx_traits = {path = "../gfx_traits"}
hyper = "0.10"
hyper_serde = "0.7"
hyper_serde = "0.8"
ipc-channel = "0.9"
libc = "0.2"
malloc_size_of = { path = "../malloc_size_of" }
Expand Down
2 changes: 1 addition & 1 deletion components/webdriver_server/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ path = "lib.rs"

[dependencies]
base64 = "0.6"
cookie = "0.6"
cookie = "0.10"
euclid = "0.15"
hyper = "0.10"
image = "0.17"
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/net/Cargo.toml
Expand Up @@ -10,12 +10,12 @@ path = "lib.rs"
doctest = false

[dependencies]
cookie = "0.6"
cookie = "0.10"
devtools_traits = {path = "../../../components/devtools_traits"}
flate2 = "0.2.0"
hyper = "0.10"
hyper-openssl = "0.2"
hyper_serde = "0.7"
hyper_serde = "0.8"
ipc-channel = "0.9"
msg = {path = "../../../components/msg"}
net = {path = "../../../components/net"}
Expand Down

0 comments on commit ae20da6

Please sign in to comment.