Skip to content

Commit 9260036

Browse files
Update reqwest requirement from 0.11.27 to 0.12.5
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.27...v0.12.4) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec43b2a commit 9260036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator-firewall/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tracing-subscriber = { version = "0.3.18", features = [
3232
validator-firewall-common = { path = "../validator-firewall-common", features = ["user"] }
3333
serde_json = "1.0.117"
3434
hyper = "0.14.28"
35-
reqwest = "0.11.27"
35+
reqwest = "0.12.5"
3636
duckdb = { version="1.0.0", features=["bundled"]}
3737

3838
[[bin]]

0 commit comments

Comments
 (0)