From 5f3b28c31aa436e3f49a3eedb43f3310fc0abbc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:28:35 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.12.14 to 0.13.2 in /api 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.14...v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index 114c5a0..a9051ee 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" actix-web = "4.10.2" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" -reqwest = { version = "0.12.14", features = ["json"] } +reqwest = { version = "0.13.2", features = ["json"] } dotenvy = "0.15.7" actix-cors = "0.7.1" lazy_static = "1.5.0"