Skip to content

Commit

Permalink
Update reqwest-middleware requirement from 0.3.0 to 0.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) to permit the latest version.
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](TrueLayer/reqwest-middleware@reqwest-middleware-v0.3.0...reqwest-middleware-v0.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent ae5d103 commit 39013cf
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 @@ -47,7 +47,7 @@ tracing = {version = "0.1", optional = true}
uuid = {version = ">=0.7.0, <2.0.0", features = ["serde", "v4"]}
chacha20poly1305 = { version = "0.10.1", features = ["std"], optional = true }

reqwest-middleware = { version = "0.3.0", features = ["json", "multipart"] }
reqwest-middleware = { version = "0.4.0", features = ["json", "multipart"] }
http = "1.0.0"

opentelemetry_0_20_pkg = { package = "opentelemetry", version = "0.20", optional = true }
Expand Down

0 comments on commit 39013cf

Please sign in to comment.