Cleanup URLSearchParams

It now uses rust-url for its serializer.
This commit is contained in:
Anthony Ramine 2015-05-01 16:39:43 +02:00
parent 8759d42559
commit 6802bafc39
4 changed files with 84 additions and 102 deletions

View file

@ -69,9 +69,12 @@ git = "https://github.com/servo/string-cache"
[dependencies.string_cache_plugin]
git = "https://github.com/servo/string-cache"
[dependencies.url]
version = "0.2.33"
features = ["query_encoding"]
[dependencies]
encoding = "0.2"
url = "0.2.16"
time = "0.1.12"
bitflags = "*"
rustc-serialize = "*"