mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -145,5 +145,5 @@ env_logger = "0.3"
|
|||
time = "0.1.12"
|
||||
bitflags = "0.3"
|
||||
libc = "0.2"
|
||||
url = {version = "0.5", features = ["serde_serialization", "query_encoding"]}
|
||||
url = {version = "0.5.2", features = ["serde_serialization", "query_encoding"]}
|
||||
euclid = {version = "0.4", features = ["plugins"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue