Update cookie to 0.10

Except in webdriver, which source is in m-c.
This commit is contained in:
Anthony Ramine 2017-11-24 10:49:14 +01:00
parent 2374224cdf
commit ae20da6a80
9 changed files with 32 additions and 32 deletions

View file

@ -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"}