Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: reqwest-middleware
  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 Nov 19, 2024
1 parent 5b48716 commit 90e42ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -6,7 +6,7 @@ authors = ["Michael Adler <[email protected]>"]

[dependencies]
reqwest = { version = "0.12", features = ["json"] }
reqwest-middleware = "0.3"
reqwest-middleware = "0.4"
reqwest-retry = "0.7"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit 90e42ab

Please sign in to comment.