From 1f85503ab7ec216ba3fd3796b42c86eb383e91a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 15:10:48 +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.12) --- 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 caa7bb8..aae3839 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ embed_webservices = [] [dependencies] tokio = { version = "1.12", features = ["fs"] } -reqwest = { version = "0.11", features = ["gzip", "native-tls"] } +reqwest = { version = "0.12", features = ["gzip", "native-tls"] } thiserror = "1.0" regex = "1.5" toml = "0.5"