Skip to content

Commit

Permalink
Update reqwest-retry requirement from 0.2 to 0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [reqwest-retry](https://github.com/TrueLayer/reqwest-middleware) to permit the latest version.
- [Changelog](https://github.com/TrueLayer/reqwest-middleware/blob/main/CHANGELOG.md)
- [Commits](TrueLayer/reqwest-middleware@reqwest-retry-v0.2.0...reqwest-tracing-v0.3.0)

---
updated-dependencies:
- dependency-name: reqwest-retry
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent bba29c9 commit 987a7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async-trait = "0.1"
chrono = { version = "0.4", features = [ "serde" ] }
reqwest = { version = "0.11", features = [ "json" ] }
reqwest-middleware = "0.2"
reqwest-retry = "0.2"
reqwest-retry = "0.3"
reqwest-tracing = "0.4"
retry-policies = "0.1"
secrecy = { version = "0.8.0", features = [ "serde" ] }
Expand Down

0 comments on commit 987a7d3

Please sign in to comment.