mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Use the url crate without its query_encoding feature
This commit is contained in:
parent
43a4f01647
commit
a3ac21d23d
5 changed files with 44 additions and 39 deletions
|
@ -90,7 +90,7 @@ style_traits = {path = "../style_traits"}
|
|||
swapper = "0.1"
|
||||
time = "0.1.12"
|
||||
unicode-segmentation = "1.1.0"
|
||||
url = {version = "1.2", features = ["query_encoding"]}
|
||||
url = "1.6"
|
||||
utf-8 = "0.7"
|
||||
uuid = {version = "0.5", features = ["v4"]}
|
||||
xml5ever = {version = "0.11"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue