Skip to content

Commit

Permalink
Bump reqwest-retry from 0.5.0 to 0.6.1 (#1202)
Browse files Browse the repository at this point in the history
Bumps reqwest-retry from 0.5.0 to 0.6.1.
  • Loading branch information
dependabot[bot] committed Sep 1, 2024
1 parent 8fcf09c commit 1f6ec28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ quinn = { version = "0.11.1" }
regex = "1.10.4"
reqwest = { version = "0.12.7", features = ["json"] }
reqwest-middleware = { version = "0.3.2", features = ["json"] }
reqwest-retry = "0.5.0"
reqwest-retry = "0.6.1"
rustls = { version = "0.23.10", features = ["ring"] }
serde = { version = "1.0.209", features = ["derive", "rc"] }
serde_json = "1.0.117"
Expand Down

0 comments on commit 1f6ec28

Please sign in to comment.