From b14693abce433e66f159218743d7c9d694ad4430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 14:40:17 +0000 Subject: [PATCH] build(cargo): 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.3) --- 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 a68b43e..8561ddc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ features = ['client'] optional = true [dependencies.reqwest] -version = "0.11" +version = "0.12" default-features = false features = ["multipart", "stream", "rustls-tls"] optional = true