From 441ed7f4a68637a8886a71a8914d481a92c9bbb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 03:06:49 +0000 Subject: [PATCH] Update reqwest requirement from 0.11.23 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.23...v0.12.1) --- 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 81a8c00..f94bb45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ hex = "0.4.3" hex-literal = "0.4.1" md-5 = "0.10.6" rand = "0.8.5" -reqwest = { version = "0.11.23", features = ["cookies"] } +reqwest = { version = "0.12.1", features = ["cookies"] } ring = "0.17.7" rsa = { version = "0.9.6", features = ["sha2"] } serde_json = "1.0.109"