From 3b0c96712a7c1c4150a6d7defe9b504fbe5e41bd Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sun, 27 Aug 2017 18:13:08 -1000 Subject: [PATCH] 0.4.0: Use rustls 0.11, webpki-roots 0.13, and update other deps. --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 796d24f..c82a3d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-rustls" -version = "0.3.1" +version = "0.4.0" authors = ["quininer kel "] license = "MIT/Apache-2.0" repository = "https://github.com/quininer/tokio-rustls" @@ -18,15 +18,15 @@ appveyor = { repository = "quininer/tokio-rustls" } danger = [ "rustls/dangerous_configuration" ] [dependencies] -futures = "0.1" -tokio-io = "0.1" -rustls = "0.10" -tokio-proto = { version = "0.1", optional = true } +futures = "0.1.15" +tokio-io = "0.1.3" +rustls = "0.11" +tokio-proto = { version = "0.1.1", optional = true } [dev-dependencies] -tokio-core = "0.1" -clap = "2.20" -webpki-roots = "0.12" +tokio-core = "0.1.9" +clap = "2.26" +webpki-roots = "0.13" [target.'cfg(unix)'.dev-dependencies] tokio-file-unix = "0.4"