mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
binstalk-registry
: Rm rate-limit for crates.io registry (#1299)
Fixed #1295 The 1 request per second rate-limit is too strict and it makes `cargo-binstall` very slow when resolving many crates in parallel. Relying on the rate-limit in `binstalk_downloader::remote::Client` should be good enough. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
2215682e76
commit
f0f0c2bd14
3 changed files with 6 additions and 49 deletions
|
@ -27,7 +27,7 @@ serde_json = "1.0.99"
|
|||
sha2 = "0.10.7"
|
||||
tempfile = "3.5.0"
|
||||
thiserror = "1.0.40"
|
||||
tokio = { version = "1.30.0", features = ["rt", "sync", "time"], default-features = false }
|
||||
tokio = { version = "1.30.0", features = ["rt", "sync"], default-features = false }
|
||||
tracing = "0.1.37"
|
||||
url = "2.3.1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue