From ae20da6a801872966e08a925cc5227f960c175a7 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Fri, 24 Nov 2017 10:49:14 +0100 Subject: [PATCH] Update cookie to 0.10 Except in webdriver, which source is in m-c. --- Cargo.lock | 38 +++++++++++++------------- components/devtools/Cargo.toml | 2 +- components/devtools_traits/Cargo.toml | 2 +- components/net/Cargo.toml | 4 +-- components/net_traits/Cargo.toml | 4 +-- components/script/Cargo.toml | 4 +-- components/script_traits/Cargo.toml | 4 +-- components/webdriver_server/Cargo.toml | 2 +- tests/unit/net/Cargo.toml | 4 +-- 9 files changed, 32 insertions(+), 32 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fab4498d21c..31097881c20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ [[package]] name = "cookie" -version = "0.6.2" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", @@ -513,7 +513,7 @@ dependencies = [ [[package]] name = "cookie" -version = "0.9.2" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", @@ -710,7 +710,7 @@ version = "0.0.1" dependencies = [ "devtools_traits 0.0.1", "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper_serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper_serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -725,7 +725,7 @@ version = "0.0.1" dependencies = [ "bitflags 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper_serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper_serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", "malloc_size_of_derive 0.0.1", @@ -1300,10 +1300,10 @@ dependencies = [ [[package]] name = "hyper_serde" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cookie 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1970,12 +1970,12 @@ version = "0.0.1" dependencies = [ "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "brotli 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", - "cookie 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-openssl 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper_serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper_serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "immeta 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2018,12 +2018,12 @@ dependencies = [ name = "net_tests" version = "0.0.1" dependencies = [ - "cookie 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-openssl 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper_serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper_serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net 0.0.1", @@ -2040,9 +2040,9 @@ dependencies = [ name = "net_traits" version = "0.0.1" dependencies = [ - "cookie 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper_serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper_serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2612,7 +2612,7 @@ dependencies = [ "canvas_traits 0.0.1", "caseless 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "cmake 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", - "cookie 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", "deny_public_fields 0.0.1", "devtools_traits 0.0.1", @@ -2626,7 +2626,7 @@ dependencies = [ "half 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "html5ever 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper_serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper_serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "jstraceable_derive 0.0.1", @@ -2741,12 +2741,12 @@ version = "0.0.1" dependencies = [ "bluetooth_traits 0.0.1", "canvas_traits 0.0.1", - "cookie 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper_serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper_serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", @@ -3648,7 +3648,7 @@ name = "webdriver_server" version = "0.0.1" dependencies = [ "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cookie 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3893,7 +3893,7 @@ dependencies = [ "checksum coco 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c06169f5beb7e31c7c67ebf5540b8b472d23e3eade3b2ec7d1f5b504a85f91bd" "checksum cocoa 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac0d785ff4faf0ff23d7b5561346bb50dc7ef9a11cb0e65e07ef776b7752938f" "checksum color_quant 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a475fc4af42d83d28adf72968d9bcfaf035a1a9381642d8e85d8a04957767b0d" -"checksum cookie 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30b3493e12a550c2f96be785088d1da8d93189e7237c8a8d0d871bc9070334c3" +"checksum cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "746858cae4eae40fff37e1998320068df317bc247dc91a67c6cfa053afdc2abb" "checksum cookie 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "477eb650753e319be2ae77ec368a58c638f9f0c4d941c39bad95e950fb1d1d0d" "checksum core-foundation 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5909502e547762013619f4c4e01cc7393c20fe2d52d7fa471c1210adb2320dc7" "checksum core-foundation-sys 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bc9fb3d6cb663e6fd7cf1c63f9b144ee2b1e4a78595a0451dd34bff85b9a3387" @@ -3958,7 +3958,7 @@ dependencies = [ "checksum httparse 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a6e7a63e511f9edffbab707141fbb8707d1a3098615fb2adbd5769cdfcc9b17d" "checksum hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)" = "368cb56b2740ebf4230520e2b90ebb0461e69034d85d1945febd9b3971426db2" "checksum hyper-openssl 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "85a372eb692590b3fe014c196c30f9f52d4c42f58cd49dd94caeee1593c9cc37" -"checksum hyper_serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cbe43f514f80494e9329c9fc47d61b85b167d245685424637a0f4a409177e444" +"checksum hyper_serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0997ad463f64ce6ba02cf5af320622bb9782e4f8355b650a2cc7ccca69a7cc2e" "checksum ident_case 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c9826188e666f2ed92071d2dadef6edc430b11b158b5b2b3f4babbcc891eaaa" "checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d" "checksum image 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d1576ffa01849c91b484b95c01d54dddc242b4d50923eaa2d4d74a58c4b9e8fd" diff --git a/components/devtools/Cargo.toml b/components/devtools/Cargo.toml index f5d149f4099..91a05ef3181 100644 --- a/components/devtools/Cargo.toml +++ b/components/devtools/Cargo.toml @@ -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"} diff --git a/components/devtools_traits/Cargo.toml b/components/devtools_traits/Cargo.toml index eda5c8725c0..ebd6bee4967 100644 --- a/components/devtools_traits/Cargo.toml +++ b/components/devtools_traits/Cargo.toml @@ -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" } diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml index ae607b5658b..b03b5e7b1c9 100644 --- a/components/net/Cargo.toml +++ b/components/net/Cargo.toml @@ -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" diff --git a/components/net_traits/Cargo.toml b/components/net_traits/Cargo.toml index 885d41d61c9..0ede302f5a8 100644 --- a/components/net_traits/Cargo.toml +++ b/components/net_traits/Cargo.toml @@ -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" diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 9828cba6142..ea54951da04 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -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"} @@ -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"} diff --git a/components/script_traits/Cargo.toml b/components/script_traits/Cargo.toml index 274f8435d73..642711e73aa 100644 --- a/components/script_traits/Cargo.toml +++ b/components/script_traits/Cargo.toml @@ -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" } diff --git a/components/webdriver_server/Cargo.toml b/components/webdriver_server/Cargo.toml index ddd46de18e8..89cda36d544 100644 --- a/components/webdriver_server/Cargo.toml +++ b/components/webdriver_server/Cargo.toml @@ -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" diff --git a/tests/unit/net/Cargo.toml b/tests/unit/net/Cargo.toml index 05c97b24233..d113e239d18 100644 --- a/tests/unit/net/Cargo.toml +++ b/tests/unit/net/Cargo.toml @@ -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"}