From dabb878f32d1519467c7a8d98ae43d405345121d Mon Sep 17 00:00:00 2001 From: meldron Date: Fri, 19 Feb 2021 14:51:01 +0100 Subject: [PATCH] update native-tls to v0.2.7 (#1183) Update to v0.2.7 to prevent possible build error (#1181) caused by incompatible native-tls version < v0.2.7 Co-authored-by: Bernd Kaiser --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0010ef..84c9213 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,7 @@ ipnet = "2.3" ## default-tls hyper-tls = { version = "0.5", optional = true } -native-tls-crate = { version = "0.2", optional = true, package = "native-tls" } +native-tls-crate = { version = "0.2.7", optional = true, package = "native-tls" } tokio-native-tls = { version = "0.3.0", optional = true } # rustls-tls