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"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustypipe = { path = "../", default_features = false, features = [
|
rustypipe = { path = "../" }
|
||||||
"rustls-tls-native-roots",
|
rustypipe-downloader = { path = "../downloader" }
|
||||||
] }
|
|
||||||
rustypipe-downloader = { path = "../downloader", default_features = false, features = [
|
|
||||||
"rustls-tls-native-roots",
|
|
||||||
] }
|
|
||||||
reqwest = { version = "0.11.11", default_features = false }
|
reqwest = { version = "0.11.11", default_features = false }
|
||||||
tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] }
|
||||||
indicatif = "0.17.0"
|
indicatif = "0.17.0"
|
||||||
|
|
|
||||||
Reference in a new issue