From 8f21a8500f2d3e4b34b1a9f59dac2816eccf6814 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 11:26:39 +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 688e2fc..010a2b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ "crates/*" ] i18n = { path = "./crates/i18n" } anyhow = "1.0.75" serenity = { version = "0.11.5", default-features = false, features = [ "client", "gateway", "rustls_backend", "model" ] } -reqwest = { version = "0.12.0", default-features = false, features = [ "json", "multipart", "stream", "rustls-tls" ] } +reqwest = { version = "0.13.0", default-features = false, features = [ "json", "multipart", "stream", "rustls-tls" ] } tokio = { version = "1.25.0", features = [ "macros", "rt-multi-thread" ] } tracing = "0.1.37" tracing-subscriber = "0.3.16"