Skip to content

Commit 838b952

Browse files
build(deps): bump reqwest from 0.12.5 to 0.12.15 (#5906)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.5 to 0.12.15. - [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.15) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 647aac7 commit 838b952

File tree

3 files changed

+133
-35
lines changed

3 files changed

+133
-35
lines changed

Cargo.lock

+131-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ lazy_static = "1.5.0"
7070
prost = "0.13"
7171
prost-types = "0.13"
7272
regex = "1.5.4"
73-
reqwest = "0.12.5"
73+
reqwest = "0.12.15"
7474
serde = { version = "1.0.126", features = ["rc"] }
7575
serde_derive = "1.0.125"
7676
serde_json = { version = "1.0", features = ["arbitrary_precision"] }

graph/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ chrono = "0.4.38"
2424
envconfig = "0.10.0"
2525
Inflector = "0.11.3"
2626
isatty = "0.1.9"
27-
reqwest = { version = "0.12.5", features = ["json", "stream", "multipart"] }
27+
reqwest = { version = "0.12.15", features = ["json", "stream", "multipart"] }
2828
ethabi = "17.2"
2929
hex = "0.4.3"
3030
http0 = { version = "0", package = "http" }

0 commit comments

Comments
 (0)