Skip to content

Commit

Permalink
Merge pull request #7 from 0xmozak/dependabot/cargo/reqwest-middlewar…
Browse files Browse the repository at this point in the history
…e-0.3.1

chore(deps): bump reqwest-middleware from 0.2.5 to 0.3.1
  • Loading branch information
matthiasgoergens authored May 9, 2024
2 parents d5a5447 + b61cf74 commit 0ffa4d6
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 0ffa4d6

Please sign in to comment.