From f37432a48c1f93cab5f7942f791daf7b27cb1565 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sat, 10 Aug 2024 14:12:39 +0200 Subject: [PATCH] fix: use native tls by default for CLI --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6f68f47..c8196c1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -11,7 +11,7 @@ categories.workspace = true description = "CLI for RustyPipe - download videos and extract data from YouTube / YouTube Music" [features] -default = ["rustls-tls-native-roots"] +default = ["native-tls"] # Reqwest TLS options native-tls = [