Update to rustls 0.15, webpki 0.19

This commit is contained in:
Joseph Birr-Pixton 2019-01-20 20:38:36 +00:00
parent d72eb459b2
commit 7a54c9fa07
2 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@ futures = { version = "0.1", optional = true }
tokio-io = { version = "0.1.6", optional = true }
bytes = { version = "0.4", optional = true }
iovec = { version = "0.1", optional = true }
rustls = "0.14"
webpki = "0.18.1"
rustls = "0.15"
webpki = "0.19"
[dev-dependencies]
tokio = "0.1.6"

View File

@ -4,9 +4,9 @@ version = "0.1.0"
authors = ["quininer <quininer@live.com>"]
[dependencies]
webpki = "0.18.1"
webpki = "0.19"
tokio-rustls = { path = "../.." }
tokio = "0.1"
clap = "2"
webpki-roots = "0.15"
webpki-roots = "0.16"
tokio-stdin-stdout = "0.1"