fix: use native tls by default for CLI
This commit is contained in:
parent
03c4d3c392
commit
f37432a48c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Reference in a new issue