From a273e725186a4c7487c51e24db1372b29b11d9f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:33:21 +0000 Subject: [PATCH] build(deps): update reqwest requirement from 0.12.9 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.9...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 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 7eb28f2..53fd652 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ dotenv = "0.15.0" lettre = "0.11.10" once_cell = "1.20.2" rand = "0.8.5" -reqwest = {version = "0.12.9", features = ["json"]} +reqwest = {version = "0.13.1", features = ["json"]} serde = {version = "1.0.214", features = ["derive"]} serde_json = "1.0.132" serial_test = "3.1.1"