From 4cfa2956234019a8e13670ebf7dc0cba75144f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:14:25 +0000 Subject: [PATCH] chore(deps): Update reqwest requirement from 0.12.27 to 0.13.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.12.27...v0.12.28) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 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 ffd4553..68bf443 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ colored = "3.0.0" which = "8.0.0" config = "0.15.19" xdg = "3.0.0" -reqwest = { version = "0.12.27", default-features = false, features = ["blocking", "hickory-dns", "json", "rustls-tls"] } +reqwest = { version = "0.13.1", default-features = false, features = ["blocking", "hickory-dns", "json", "rustls-tls"] } env_logger = "0.11.8" serde_json5 = "0.2.1"