From 47a743cc92f95f77338d887781f17342609e46ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 13:49:06 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.13.0 --- crates/fuuka-bot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fuuka-bot/Cargo.toml b/crates/fuuka-bot/Cargo.toml index b421974..d21dcdf 100644 --- a/crates/fuuka-bot/Cargo.toml +++ b/crates/fuuka-bot/Cargo.toml @@ -80,7 +80,7 @@ git = "https://github.com/matrix-org/matrix-rust-sdk" [dependencies.reqwest] default-features = false features = ["gzip", "brotli", "deflate", "json"] -version = "0.12.28" +version = "0.13.0" [dependencies.pixrs] default-features = false