From d1fdc58755ad062f1e4d2d63a258c4b2997f16fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 07:26:24 +0000 Subject: [PATCH] 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 ef91b9e1..3d00b0d1 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"