From ad5d68b5eaf9ee0706162d91e1b782603e6bc508 Mon Sep 17 00:00:00 2001 From: Radiicall <66682497+Radiicall@users.noreply.github.com> Date: Thu, 27 Jul 2023 13:07:31 +0200 Subject: [PATCH] Use rustls tls --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f7eee5..727e5f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,8 @@ features = ["derive"] version = "4.1" [dependencies.reqwest] -features = ["default", "default-tls", "hyper-tls", "native-tls-crate", "tokio-native-tls", "json"] +default-features = false +features = ["rustls-tls", "json"] version = "0.11" [dependencies.tokio]