From e25fdc20b125fa41f02f9277a542697560df2d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 23:07:49 +0000 Subject: [PATCH] Update reqwest requirement from 0.12.7 to 0.13.1 in /server 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.7...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index c0ea8ed..f14fa34 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -9,7 +9,7 @@ actix-files = "0.6.6" actix-multipart = "0.7.2" actix-web = "4.9.0" futures = "0.3.30" -reqwest = { version="0.12.7", features=["json"]} +reqwest = { version="0.13.1", features=["json"]} serde = { version="1.0.208", features=["derive"]} serde_json = "1.0.125" uuid = {version="1.10.0", features = [