From 27a62a937297fd23267d2e88c657827a719db167 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 Mar 2025 07:26:04 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e86df78..fd68cf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ tokio = { features = ["macros", "rt-multi-thread", "signal", "sync"], version = sqlx = { version = "0.7", features = [ "runtime-tokio", "sqlite", "chrono", "migrate"] } regex = { version = "1", features = ["unicode-case"] } futures = "0.3" -reqwest = "0.11" +reqwest = "0.12" tracing = "0.1" tracing-subscriber = "0.2" twilight-gateway = "0.15"