From bb6b7a28e26d46121f4901515b1a54316411b022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:30:53 +0000 Subject: [PATCH] Update reqwest requirement from 0.11.12 to 0.12.1 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.12...v0.11.27) --- 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 c95bc3998..73a5e5000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -157,7 +157,7 @@ quote = "1.0.26" rand = "0.8.5" rayon = "1.7.0" regex = "1.6.0" -reqwest = { version = "0.11.12", default-features = false } +reqwest = { version = "0.12.1", default-features = false } rfd = "0.11.3" rsa = "0.9.2" rsa-der = "0.3.0"