From 91ac1546cf07b7ee6c3876c0e6a03b3fc5b27594 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:00:11 +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 d945029..b9e2ae5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,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