mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Remove rustc-serialize from cookie
This commit is contained in:
parent
1d13e6a2df
commit
3ad540853c
6 changed files with 5 additions and 6 deletions
|
@ -10,7 +10,7 @@ name = "net_traits"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
|
||||
cookie = "0.2.5"
|
||||
heapsize = "0.3.0"
|
||||
heapsize_derive = "0.1"
|
||||
hyper = "0.9.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue