Skip to content

Commit df25dbb

Browse files
Update reqwest requirement from 0.11.24 to 0.12.23
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.24...v0.12.23) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe58a92 commit df25dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sha2 = "0.10.8"
2626
serde = { version = "1.0.197", features = ["derive"] }
2727
serde_json = "1.0"
2828
error-chain = { version = "0.12.4", default-features = false }
29-
reqwest = { version = "0.11.24", features = ["blocking", "json"] }
29+
reqwest = { version = "0.12.23", features = ["blocking", "json"] }
3030
tungstenite = { version = "0.21.0", features = ["native-tls"] }
3131
url = "2.5.0"
3232
clap = "4.5.2"

0 commit comments

Comments
 (0)