Use Url.join instead of UrlParser.base_url(...).parse (#9002)

This commit is contained in:
Mathieu Agopian 2015-12-18 17:02:41 +01:00
parent 6764cf0ee9
commit 11234f5370
41 changed files with 58 additions and 64 deletions

View file

@ -87,5 +87,5 @@ rand = "0.3"
serde = "0.6"
caseless = "0.1.0"
image = "0.5.0"
url = "0.5"
url = "0.5.2"
ref_slice = "0.1.0"