From ade576a40343abfe247274b9800cc1a9cd7cc87b Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Mon, 8 May 2017 17:30:56 -1000 Subject: [PATCH] 0.2.0: Update Rustls and webpki-roots versions. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8343c6f..4855870 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-rustls" -version = "0.1.7" +version = "0.2.0" authors = ["quininer kel "] license = "MIT/Apache-2.0" repository = "https://github.com/quininer/tokio-rustls" @@ -13,13 +13,13 @@ categories = ["asynchronous", "cryptography", "network-programming"] [dependencies] futures = "0.1" tokio-io = "0.1" -rustls = "0.5" +rustls = "0.7" tokio-proto = { version = "0.1", optional = true } [dev-dependencies] tokio-core = "0.1" clap = "2.20" -webpki-roots = "0.7" +webpki-roots = "0.10.0" [target.'cfg(unix)'.dev-dependencies] tokio-file-unix = "0.2"