From e175a13ce497816dd809b350f7773515e6a490d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 17:51:43 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd575e5c..e5c56d87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tower = { version = "0.5", features = ["limit"] } tower-http = { version = "0.6.4", features = ["catch-panic", "compression-br", "compression-gzip"] } jsonwebtoken = "10" url = "2" -reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } +reqwest = { version = "0.13", features = ["json", "rustls-tls"], default-features = false } http = "1" askama = "0.15"