From 4762cf6f6c5d2e9962b2f2354e0150b8707f00d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 00:08:50 +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 c16455ae..2e12fb0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tower = { version = "0.5", features = ["limit"] } tower-http = { version = "0.7", features = ["catch-panic", "compression-br", "compression-gzip", "trace"] } 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" http-body-util = "0.1" bytes = "1"