From 7be5bc0c4678e93b1b7dba03fce266ae6944434d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 31 Dec 2025 00:40:21 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.13.1 --- remote_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_backend/Cargo.toml b/remote_backend/Cargo.toml index c2d06b6..5f02c07 100644 --- a/remote_backend/Cargo.toml +++ b/remote_backend/Cargo.toml @@ -19,7 +19,7 @@ actix-identity = "0.9.0" actix-cors = "0.7.1" lazy_static = "1.5.0" anyhow = "1.0.100" -reqwest = { version = "0.12.28", features = ["json"] } +reqwest = { version = "0.13.1", features = ["json"] } thiserror = "2.0.17" uuid = { version = "1.19.0", features = ["v4", "serde"] } futures-util = "0.3.31"