From 971b1a92dbea1668aa2a1b3c164e5a0ef75746c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 22:11:16 +0000 Subject: [PATCH] Update reqwest requirement from 0.11 to 0.12 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.2) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- central/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/central/Cargo.toml b/central/Cargo.toml index 1236ed0..036e84c 100644 --- a/central/Cargo.toml +++ b/central/Cargo.toml @@ -14,4 +14,4 @@ serde = { workspace = true } futures = { workspace = true } serde_json = "1" rand = "0.8" -reqwest = { version = "0.11", default_features = false, features = ["default-tls"] } +reqwest = { version = "0.12", default_features = false, features = ["default-tls"] }