mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update cookie to 0.10
Except in webdriver, which source is in m-c.
This commit is contained in:
parent
2374224cdf
commit
ae20da6a80
9 changed files with 32 additions and 32 deletions
|
@ -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"}
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue