From 9fcb445c6648108caf24b9363584c6d7970dcf06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 12:09:03 +0000 Subject: [PATCH] deps: update reqwest requirement from 0.12 to 0.13 in /backend 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.0...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 40afc5e..cd876b7 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -43,7 +43,7 @@ time = "0.3" sha2 = "0.10" hmac = "0.12" subtle = "2.5" -reqwest = { version = "0.12", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } html-escape = "0.2" rand = "0.8"