From 01fdb7ccf4aa29c545081ac8157932a9e44afd12 Mon Sep 17 00:00:00 2001 From: quininer Date: Tue, 25 Feb 2020 13:14:04 +0800 Subject: [PATCH] Update rustls (#5) --- tokio-rustls/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tokio-rustls/Cargo.toml b/tokio-rustls/Cargo.toml index 0fcb8c5..c1cb01f 100644 --- a/tokio-rustls/Cargo.toml +++ b/tokio-rustls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-rustls" -version = "0.12.2" +version = "0.13.0" authors = ["quininer kel "] license = "MIT/Apache-2.0" repository = "https://github.com/tokio-rs/tls" @@ -14,7 +14,7 @@ edition = "2018" [dependencies] tokio = "0.2.0" futures-core = "0.3.1" -rustls = "0.16" +rustls = "0.17" webpki = "0.21" bytes = { version = "0.5", optional = true } @@ -28,4 +28,4 @@ unstable = ["bytes"] tokio = { version = "0.2.0", features = ["macros", "net", "io-util", "rt-core", "time"] } futures-util = "0.3.1" lazy_static = "1" -webpki-roots = "0.18" +webpki-roots = "0.19"