mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
feat: use rustls for crates_io_api
This commit is contained in:
parent
77f51aff84
commit
62577a72f3
2 changed files with 1 additions and 155 deletions
|
@ -24,7 +24,7 @@ async-trait = "0.1.52"
|
|||
cargo_metadata = "0.14.2"
|
||||
cargo_toml = "0.11.4"
|
||||
crates-index = "0.18.7"
|
||||
crates_io_api = "0.8.0"
|
||||
crates_io_api = { version = "0.8.0", default-features = false, features = ["rustls"] }
|
||||
dirs = "4.0.0"
|
||||
flate2 = "1.0.22"
|
||||
log = "0.4.14"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue