From 9622d6e9902de1563c910d1228ae3fe790e61d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 02:35:54 +0000 Subject: [PATCH] Update reqwest requirement from 0.12.12 to 0.13.2 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.12...v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 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 31f22d0..0fa3aee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = ["files/*", ".github/*", "tests/*", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md"] [dependencies] -reqwest = { version = "0.12.12", features = ["json"] } +reqwest = { version = "0.13.2", features = ["json"] } tokio = { version = "1.42.0", features = ["full"] } serde = { version = "1.0.217", features = ["derive"] } base64 = "0.22.1"