Skip to content

Commit 4d44fcd

Browse files
dependabot[bot]lutter
authored andcommitted
build(deps): bump reqwest from 0.12.15 to 0.12.23
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.15 to 0.12.23. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.15...v0.12.23) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f17b0b6 commit 4d44fcd

File tree

3 files changed

+37
-97
lines changed

3 files changed

+37
-97
lines changed

Cargo.lock

Lines changed: 35 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ redis = { version = "0.31.0", features = [
7474
"tokio-comp",
7575
] }
7676
regex = "1.5.4"
77-
reqwest = "0.12.15"
77+
reqwest = "0.12.23"
7878
serde = { version = "1.0.126", features = ["rc"] }
7979
serde_derive = "1.0.125"
8080
serde_json = { version = "1.0", features = ["arbitrary_precision"] }

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ chrono = "0.4.41"
2626
envconfig = "0.11.0"
2727
Inflector = "0.11.3"
2828
atty = "0.2"
29-
reqwest = { version = "0.12.15", features = ["json", "stream", "multipart"] }
29+
reqwest = { version = "0.12.23", features = ["json", "stream", "multipart"] }
3030
ethabi = "17.2"
3131
hex = "0.4.3"
3232
http0 = { version = "0", package = "http" }

0 commit comments

Comments
 (0)