From 8dfbe1ea92862c085609f5b521a97df1dd2fc4a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 04:11:31 +0000 Subject: [PATCH] fix(deps): 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 efee07e..3ee457a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ git = "https://github.com/matrix-org/matrix-rust-sdk" [dependencies.reqwest] default-features = false features = ["gzip", "brotli", "deflate", "json", "hickory-dns"] -version = "0.12.24" +version = "0.13.0" [dependencies.pixrs] default-features = false