From ebe41e3e752409d54b9011527bf24e14b7465dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:05:37 +0000 Subject: [PATCH] Update reqwest requirement from 0.11.24 to 0.12.2 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](https://github.com/seanmonstar/reqwest/compare/v0.11.24...v0.12.2) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c3bcb18..d3716d4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ sha2 = "0.10.8" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0" error-chain = { version = "0.12.4", default-features = false } -reqwest = { version = "0.11.24", features = ["blocking", "json"] } +reqwest = { version = "0.12.2", features = ["blocking", "json"] } tungstenite = { version = "0.21.0", features = ["native-tls"] } url = "2.5.0" clap = "4.5.2"