mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Impl retry for 503 and 429 status code in response (#473)
* Add new dep httpdate v1.0.2 * Enable feature time of dep tokio in binstalk * Impl retry for `helpers::remote::Client` Fixed #472 Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
4e1ac6ee0d
commit
e605a99113
3 changed files with 85 additions and 15 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -124,6 +124,7 @@ dependencies = [
|
|||
"futures-util",
|
||||
"generic-array",
|
||||
"home",
|
||||
"httpdate",
|
||||
"itertools",
|
||||
"jobslot",
|
||||
"log",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue