Remove rustc-serialize from cookie

This commit is contained in:
Anthony Ramine 2017-02-24 02:39:57 +01:00
parent 1d13e6a2df
commit 3ad540853c
6 changed files with 5 additions and 6 deletions

View file

@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
brotli = "1.0.6"
content-blocker = "0.2.3"
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
cookie = "0.2.5"
devtools_traits = {path = "../devtools_traits"}
flate2 = "0.2.0"
hyper = "0.9.9"