Skip to content

Commit

Permalink
build(deps): bump reqwest-retry from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [reqwest-retry](https://github.com/TrueLayer/reqwest-middleware) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](TrueLayer/reqwest-middleware@reqwest-retry-v0.5.0...reqwest-retry-v0.6.0)

---
updated-dependencies:
- dependency-name: reqwest-retry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and michaeladler committed Jul 1, 2024
1 parent 21b16d3 commit f8a6faa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Michael Adler <[email protected]>"]
[dependencies]
reqwest = { version = "0.12", features = ["json"] }
reqwest-middleware = "0.3"
reqwest-retry = "0.5"
reqwest-retry = "0.6"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
toml = "0.8.14"
Expand Down

0 comments on commit f8a6faa

Please sign in to comment.