fix(cli): use native tls
This commit is contained in:
parent
4b985583c0
commit
2e06d9c572
1 changed files with 2 additions and 6 deletions
|
|
@ -4,12 +4,8 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
rustypipe = { path = "../", default_features = false, features = [
|
||||
"rustls-tls-native-roots",
|
||||
] }
|
||||
rustypipe-downloader = { path = "../downloader", default_features = false, features = [
|
||||
"rustls-tls-native-roots",
|
||||
] }
|
||||
rustypipe = { path = "../" }
|
||||
rustypipe-downloader = { path = "../downloader" }
|
||||
reqwest = { version = "0.11.11", default_features = false }
|
||||
tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] }
|
||||
indicatif = "0.17.0"
|
||||
|
|
|
|||
Reference in a new issue