From 6e8569339514810c8be57308ff7f0333f1136a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:05:40 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.11.22 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.22...v0.11.27) --- 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 bbdf33d..40b98e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ maud = "0.26.0" headers = "0.4.0" # openssl = { version = "0.10.63", features = ["vendored"] } # openssl-sys = { version = "0.9.99", features = ["vendored"] } -reqwest = { version = "0.11.22", default-features = false, features = [ +reqwest = { version = "0.12.2", default-features = false, features = [ "json", "multipart", "rustls",