From ce56f601af9af36a6a78ef3ee517a6a122cc8f88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 12:01:15 +0000 Subject: [PATCH] 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 bdb0643..eefa4e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ log = "0.4.26" log4rs = "1.3.0" rand = "0.9.0" rc4 = "0.1.0" -reqwest = "0.12.12" +reqwest = "0.13.0" rsa = "0.9.7" serde = "1.0.218" serenity = "0.12.4"