mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Disable tcp_nodelay
for reqwest::Client
and add rate limiting for https requests (#458)
This commit is contained in:
parent
8398ec2d4b
commit
76bc030f90
12 changed files with 243 additions and 99 deletions
|
@ -29,7 +29,6 @@ dirs = "4.0.0"
|
|||
log = "0.4.17"
|
||||
miette = "5.3.0"
|
||||
mimalloc = { version = "0.1.29", default-features = false, optional = true }
|
||||
reqwest = { version = "0.11.12", default-features = false }
|
||||
semver = "1.0.14"
|
||||
simplelog = "0.12.0"
|
||||
tempfile = "3.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue