From ece3bb2c596af4b44fa8857b5af477688cd82e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 01:38:09 +0000 Subject: [PATCH] Update reqwest requirement from 0.11.0 to 0.12.0 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.0...v0.12.0) --- 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 c770d9f..e8b0186 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ crossbeam-channel = "0.5" log = "0.4" parking_lot = "0.11" rand = "0.8" -reqwest = { version = "0.11.0", features = ["blocking", "json"], default-features = false } +reqwest = { version = "0.12.0", features = ["blocking", "json"], default-features = false } serde = { version = "1.0.118", features = ["derive"] } serde_json = "1.0.61" tokio = { version = "1.0", features = ["time"], default-features = false }