From dffb17ca45d56dc6778bc917ac8427d4608df153 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 17:32:47 +0000 Subject: [PATCH] Update Rust crate twilight-http to 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 785c04d..ba1678e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ log = "0.4.20" tokio = { version = "1.36.0", features = ["full"] } twilight-cache-inmemory = "0.15.4" twilight-gateway = "0.15.4" -twilight-http = "0.15.4" +twilight-http = "0.17.0" twilight-model = "0.15.4" twilight-util = { version = "0.15.4", features = ["builder"] }