From 31909fdf4d258b8e22300a1b6981ea9f4afcf411 Mon Sep 17 00:00:00 2001
From: root <jurij.robba@vernocte.org>
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]