Skip to content

Commit

Permalink
chore(deps): bump reqwest from 0.12.5 to 0.12.7
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.5 to 0.12.7.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.5...v0.12.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 4, 2024
1 parent 69df12c commit e075444
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 25 deletions.
88 changes: 66 additions & 22 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 crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sp1-build = { workspace = true }
sp1-prover = { workspace = true }
sp1-sdk = { workspace = true }
sp1-core-machine = { workspace = true }
reqwest = { version = "0.12.4", features = [
reqwest = { version = "0.12.7", features = [
"stream",
"json",
"rustls-tls",
Expand Down
2 changes: 1 addition & 1 deletion crates/eval/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ bincode = "1.3.3"
time = "0.3.26"
slack-rust = { package = "slack-rust-rs", version = "0.0.1" }
tokio = { version = "1.39.0", features = ["full"] }
reqwest = { version = "0.12.4", features = ["json"] }
reqwest = { version = "0.12.7", features = ["json"] }
serde_json = "1.0.104"
2 changes: 1 addition & 1 deletion crates/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde_json = "1.0.121"
twirp = { package = "twirp-rs", version = "0.3.0-succinct" , optional=true }
async-trait = "0.1.81"
reqwest-middleware = { version = "0.3.2", optional = true }
reqwest = { version = "0.12.4", features = [
reqwest = { version = "0.12.7", features = [
"rustls-tls",
"trust-dns",
"stream",
Expand Down

0 comments on commit e075444

Please sign in to comment.