mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Auto merge of #9498 - KiChjang:update-url, r=nox
Update rust-url <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9498) <!-- Reviewable:end -->
This commit is contained in:
commit
64ad9e17d9
28 changed files with 128 additions and 119 deletions
|
@ -32,6 +32,6 @@ git = "https://github.com/servo/ipc-channel"
|
|||
[dependencies]
|
||||
cookie = "0.2"
|
||||
hyper = "0.7"
|
||||
url = "0.5.2"
|
||||
url = "0.5.4"
|
||||
time = "0.1"
|
||||
flate2 = "0.2.0"
|
||||
|
|
|
@ -12,4 +12,4 @@ doctest = false
|
|||
path = "../../../components/plugins"
|
||||
|
||||
[dependencies]
|
||||
url = "0.5.2"
|
||||
url = "0.5.4"
|
||||
|
|
|
@ -25,7 +25,7 @@ path = "../../../components/util"
|
|||
|
||||
[dependencies]
|
||||
app_units = {version = "0.1", features = ["plugins"]}
|
||||
url = "0.5.2"
|
||||
url = "0.5.4"
|
||||
cssparser = "0.5"
|
||||
selectors = "0.4.1"
|
||||
string_cache = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue