Track rustls / ring

This commit is contained in:
Carl Lerche
2018-01-11 22:35:47 -08:00
parent 983477ea50
commit f27056467c
4 changed files with 13 additions and 97 deletions

View File

@@ -53,7 +53,7 @@ serde_json = "1.0.0"
# Akamai example
tokio-core = "0.1"
env_logger = "0.4.3"
io-dump = { git = "https://github.com/carllerche/io-dump" }
rustls = "0.11"
tokio-rustls = { git = "https://github.com/briansmith/tokio-rustls", tag = "b/p1" }
webpki-roots = "0.13"
rustls = "0.12"
tokio-rustls = "0.5.0"
webpki = "0.18.0-alpha"
webpki-roots = "0.14"