Skip to content

Commit 8b86c85

Browse files
chore(deps): bump reqwest from 0.12.24 to 0.12.25 (#30)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.24 to 0.12.25. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.24...v0.12.25) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cf0323 commit 8b86c85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -20,7 +20,7 @@ reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.
2020

2121
eyre = "0.6.12"
2222
openssl = { version = "0.10", features = ["vendored"] }
23-
reqwest = { version = "0.12.22", features = ["rustls-tls-native-roots", "json"]}
23+
reqwest = { version = "0.12.25", features = ["rustls-tls-native-roots", "json"]}
2424
tracing = "0.1.43"
2525

2626
[profile.release]

0 commit comments

Comments
 (0)