Skip to content

Commit

Permalink
Adding reqwest-retry
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatarya committed Oct 15, 2024
1 parent c6c0a90 commit 0db8dff
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
49 changes: 25 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cas_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ reqwest-middleware = "0.3.3"
serde = { version = "1.0.210", features = ["derive"] }
cas_types = { version = "0.1.0", path = "../cas_types" }
url = "2.5.2"
reqwest-retry = "0.6.1"

[dev-dependencies]
trait-set = "0.3.0"
Expand Down

0 comments on commit 0db8dff

Please sign in to comment.