mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Cleanup URLSearchParams
It now uses rust-url for its serializer.
This commit is contained in:
parent
8759d42559
commit
6802bafc39
4 changed files with 84 additions and 102 deletions
|
@ -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 = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue