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:
Jiahao XU 2022-10-10 15:54:29 +11:00 committed by GitHub
parent 4e1ac6ee0d
commit e605a99113
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 85 additions and 15 deletions

1
Cargo.lock generated
View file

@ -124,6 +124,7 @@ dependencies = [
"futures-util",
"generic-array",
"home",
"httpdate",
"itertools",
"jobslot",
"log",