From 2e2b293166795c30dac3f87538c7f8bd3b2519ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 19:28:00 +0000 Subject: [PATCH] Update reqwest requirement in the cargo-deps group across 1 directory Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. Updates `reqwest` to 0.12.28 - [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.12.12...v0.12.28) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6301fc0..62db32a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ hickory-resolver = "0.25.1" http = "1.2.0" iana-time-zone = "0.1.61" is_ci = "1.2.0" -reqwest = { version = "0.12.12", default-features = false, features = [ +reqwest = { version = "0.13.1", default-features = false, features = [ "json", "zstd", "rustls-tls-native-roots",