From d53887cbf46d38baf56bef62cfd291c4e3b69f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 27 Jul 2020 09:53:20 +0300 Subject: [PATCH] Update async-tls to 0.9 Fixes https://github.com/sdroege/async-tungstenite/issues/43 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eaf2f8f..54d28e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ version = "0.10" [dependencies.real-async-tls] optional = true -version = "0.7" +version = "0.9" package = "async-tls" [dependencies.real-async-native-tls]