From 6cb24591ad5d1e1e04e400768a015724488d36fa Mon Sep 17 00:00:00 2001 From: root Date: Mon, 21 Dec 2020 21:31:39 +0100 Subject: [PATCH] update to async-tls --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4c718a..8320524 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ version = "0.10" [dependencies.real-async-tls] optional = true -version = "0.10" +version = "0.11" package = "async-tls" [dependencies.real-async-native-tls]