Update hyper to 0.12

This commit is contained in:
Bastien Orivel 2018-08-27 18:36:52 +02:00
parent 95bfaa0a77
commit 024b40b39d
122 changed files with 3835 additions and 3448 deletions

View file

@ -10,10 +10,10 @@ name = "webdriver_server"
path = "lib.rs"
[dependencies]
base64 = "0.6"
cookie = "0.10"
base64 = "0.9"
cookie = "0.11"
euclid = "0.19"
hyper = "0.10"
hyper = "0.12"
image = "0.19"
ipc-channel = "0.11"
keyboard-types = {version = "0.4.2-servo", features = ["serde"]}
@ -21,11 +21,12 @@ log = "0.4"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
regex = "1.0"
rustc-serialize = "0.3.4"
serde = "1"
serde_json = "1"
script_traits = {path = "../script_traits"}
servo_channel = {path = "../channel"}
servo_config = {path = "../config"}
servo_url = {path = "../url"}
url = "1.2"
uuid = {version = "0.6", features = ["v4"]}
webdriver = "0.35"
webdriver = "0.37"