Update Hyper and OpenSSL

This commit is contained in:
ddh 2017-01-11 12:07:36 +00:00 committed by Anthony Ramine
parent f66cae3f96
commit e527c9a991
32 changed files with 298 additions and 396 deletions

View file

@ -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"