mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update openssl related dependencies
This commit is contained in:
parent
77015d4449
commit
f7dfd238c1
2 changed files with 23 additions and 22 deletions
|
@ -29,7 +29,7 @@ headers-ext = "0.0.3"
|
|||
http = "0.1"
|
||||
hyper = "0.12"
|
||||
hyper_serde = "0.9"
|
||||
hyper-openssl = "0.6"
|
||||
hyper-openssl = "0.7"
|
||||
immeta = "0.4"
|
||||
ipc-channel = "0.11"
|
||||
lazy_static = "1"
|
||||
|
@ -62,7 +62,7 @@ ws = { version = "0.7", features = ["ssl"] }
|
|||
[dev-dependencies]
|
||||
std_test_override = { path = "../std_test_override" }
|
||||
futures = "0.1"
|
||||
tokio-openssl = "0.2"
|
||||
tokio-openssl = "0.3"
|
||||
|
||||
[[test]]
|
||||
name = "main"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue