Skip to content

Commit

Permalink
chore(deps): bump reqwest-middleware from 0.2.5 to 0.3.1
Browse files Browse the repository at this point in the history
Bumps [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) from 0.2.5 to 0.3.1.
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Changelog](https://github.com/TrueLayer/reqwest-middleware/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TrueLayer/reqwest-middleware/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 9, 2024
1 parent 7c5b316 commit 000ecb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 35 deletions.
39 changes: 5 additions & 34 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 @@ -12,7 +12,7 @@ serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
twirp = { git = "https://github.com/github/twirp-rs.git", rev = "93d4e4b" }
async-trait = "0.1.77"
reqwest-middleware = "0.2.4"
reqwest-middleware = "0.3.1"
reqwest = { version = "0.11.25", features = ["rustls-tls", "trust-dns", "stream"] }
anyhow = "1.0.80"
sp1-prover = { path = "../prover" }
Expand Down

0 comments on commit 000ecb9

Please sign in to comment.