From d6e6abf4079de3e1bed4bcfa5d13ee51b7a080b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:24:32 +0000 Subject: [PATCH] :arrow_up: 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.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 6e57999..795d39c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ cruet = { version = "^0.14", optional = true } jmespath = { version = "^0.3", optional = true } jsonnet-rs = { version = "^0.17", optional = true } lazy_static = { version = "^1.4", optional = true } -reqwest = { version = "0.11", optional = true, default-features = false, features = [ +reqwest = { version = "0.12", optional = true, default-features = false, features = [ "blocking", "rustls-tls", ] }