From 47b2ef50c1f99017362625f6da26295e340c758d Mon Sep 17 00:00:00 2001 From: quininer Date: Thu, 16 Dec 2021 22:35:57 +0800 Subject: [PATCH] release tokio-rustls 0.23.2 (#88) --- tokio-rustls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-rustls/Cargo.toml b/tokio-rustls/Cargo.toml index b7714a1..5c9f205 100644 --- a/tokio-rustls/Cargo.toml +++ b/tokio-rustls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-rustls" -version = "0.23.1" +version = "0.23.2" authors = ["quininer kel "] license = "MIT/Apache-2.0" repository = "https://github.com/tokio-rs/tls"