From 1501a7abaf9ff722a1f5cf6d535311aa349a8034 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 22:44:55 +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 47ffc46..f244fc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ tokio = { version = "1.46.1", features = ["full"] } tracing = "0.1.41" twilight-cache-inmemory = "0.16.0" twilight-gateway = "0.16.0" -twilight-http = "0.16.0" +twilight-http = "0.17.0" twilight-model = "0.16.0" twilight-util = { version = "0.16.0", features = ["builder", "snowflake"] }