From 9f6d3c74bf954af0dc79b78e2d4adf0bb27ab347 Mon Sep 17 00:00:00 2001 From: quininer Date: Wed, 23 Oct 2019 19:33:38 +0800 Subject: [PATCH] release 0.12.0-alpha.5 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 92fd13b..494b339 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-rustls" -version = "0.12.0-alpha.4" +version = "0.12.0-alpha.5" authors = ["quininer kel "] license = "MIT/Apache-2.0" repository = "https://github.com/quininer/tokio-rustls" @@ -29,4 +29,4 @@ early-data = [] tokio = "=0.2.0-alpha.6" futures-util-preview = "0.3.0-alpha.19" lazy_static = "1" -webpki-roots = "0.17" +webpki-roots = "0.18"