mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Bump url to 0.5.7
This commit is contained in:
parent
10e19e06a7
commit
b66d190166
27 changed files with 95 additions and 95 deletions
|
@ -32,7 +32,7 @@ git = "https://github.com/servo/ipc-channel"
|
|||
[dependencies]
|
||||
cookie = "0.2"
|
||||
hyper = "0.7"
|
||||
url = {version = "0.5.5", features = ["heap_size"]}
|
||||
url = {version = "0.5.7", features = ["heap_size"]}
|
||||
time = "0.1"
|
||||
flate2 = "0.2.0"
|
||||
unicase = "1.0"
|
||||
|
|
|
@ -12,4 +12,4 @@ doctest = false
|
|||
path = "../../../components/plugins"
|
||||
|
||||
[dependencies]
|
||||
url = {version = "0.5.5", features = ["heap_size"]}
|
||||
url = {version = "0.5.7", features = ["heap_size"]}
|
||||
|
|
|
@ -29,4 +29,4 @@ cssparser = {version = "0.5.4", features = ["heap_size"]}
|
|||
euclid = {version = "0.6.4", features = ["plugins"]}
|
||||
selectors = {version = "0.5", features = ["heap_size"]}
|
||||
string_cache = {version = "0.2.11", features = ["heap_size"]}
|
||||
url = {version = "0.5.5", features = ["heap_size"]}
|
||||
url = {version = "0.5.7", features = ["heap_size"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue