From edaaebd60e59797de3a31aacf3c6fd995f7f9f76 Mon Sep 17 00:00:00 2001 From: Constantin Nickel Date: Fri, 2 Oct 2020 12:24:35 +0200 Subject: [PATCH] Update async-tls to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28c7971..24f7a00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ version = "0.10" [dependencies.real-async-tls] optional = true -version = "0.9" +version = "0.10" package = "async-tls" [dependencies.real-async-native-tls]