Use the url crate without its query_encoding feature

This commit is contained in:
Simon Sapin 2017-10-31 17:30:01 +01:00
parent 43a4f01647
commit a3ac21d23d
5 changed files with 44 additions and 39 deletions

View file

@ -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"}