mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Update Hyper and OpenSSL
This commit is contained in:
parent
f66cae3f96
commit
e527c9a991
32 changed files with 298 additions and 396 deletions
|
@ -11,9 +11,9 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
base64 = "0.4.1"
|
||||
cookie = "0.2.5"
|
||||
cookie = "0.6"
|
||||
euclid = "0.11"
|
||||
hyper = "0.9.9"
|
||||
hyper = "0.10"
|
||||
image = "0.12"
|
||||
ipc-channel = "0.7"
|
||||
log = "0.3.5"
|
||||
|
@ -26,4 +26,4 @@ servo_config = {path = "../config", features = ["servo"]}
|
|||
servo_url = {path = "../url", features = ["servo"]}
|
||||
url = {version = "1.2", features = ["heap_size"]}
|
||||
uuid = {version = "0.4", features = ["v4"]}
|
||||
webdriver = "0.20"
|
||||
webdriver = "0.22"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue