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,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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue