From d5d0610857b615cdd24789dbc3e6b8948d0788b0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 31 Dec 2025 00:36:08 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e72cab9..f4798c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ actix-web = "4.5.1" askama = "0.15.0" serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.140" -reqwest = { version = "0.12.15", features = ["json"] } +reqwest = { version = "0.13.0", features = ["json"] } actix-remote-ip = "0.1.0"