mirror of
https://github.com/servo/servo.git
synced 2025-08-29 09:08:20 +01:00
Use Url.join instead of UrlParser.base_url(...).parse (#9002)
This commit is contained in:
parent
6764cf0ee9
commit
11234f5370
41 changed files with 58 additions and 64 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue