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

@ -10,7 +10,7 @@ crate-type = ["dylib"]
[dependencies]
log = "0.3"
url = "0.5"
url = "0.5.2"
libc = "0.2"
euclid = {version = "0.4", features = ["plugins"]}
gleam = "0.2"

View file

@ -15,7 +15,7 @@ headless = ["servo-glutin/headless"]
time = "0.1.12"
bitflags = "0.3"
libc = "0.2"
url = "0.5"
url = "0.5.2"
gleam = "0.2"
euclid = {version = "0.4", features = ["plugins"]}
servo-glutin = "0.4"

View file

@ -42,7 +42,7 @@ path = "../../components/util"
[dependencies]
env_logger = "0.3"
url = "0.5"
url = "0.5.2"
time = "0.1.17"
errno = "0.1"
libc = "0.2"