Skip to content

Commit

Permalink
build(deps): bump reqwest from 0.12.5 to 0.12.12
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.12.
- [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.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 10, 2025
1 parent 4b7498b commit 90f7f72
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 21 deletions.
62 changes: 43 additions & 19 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 @@ -63,7 +63,7 @@ lazy_static = "1.5.0"
prost = "0.13"
prost-types = "0.13"
regex = "1.5.4"
reqwest = "0.12.5"
reqwest = "0.12.12"
serde = { version = "1.0.126", features = ["rc"] }
serde_derive = "1.0.125"
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
Expand Down
2 changes: 1 addition & 1 deletion graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ chrono = "0.4.38"
envconfig = "0.10.0"
Inflector = "0.11.3"
isatty = "0.1.9"
reqwest = { version = "0.12.5", features = ["json", "stream", "multipart"] }
reqwest = { version = "0.12.12", features = ["json", "stream", "multipart"] }
ethabi = "17.2"
hex = "0.4.3"
http0 = { version = "0", package = "http" }
Expand Down

0 comments on commit 90f7f72

Please sign in to comment.