From 926ed38a6da68325851ae33b845985b945462609 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Fri, 27 Mar 2026 15:55:47 -0400 Subject: [PATCH] chore: update twilight packages to 0.17 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f0ee98c..3107ddc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,8 +66,8 @@ tokio-websockets = { optional = true, version = "0.11", features = [ tokio-util = { features = ["io"], optional = true, version = "0.7" } tracing = { version = "0.1", features = ["log"] } tracing-futures = "0.2" -twilight-gateway = { default-features = false, optional = true, version = "0.16.0" } -twilight-model = { default-features = false, optional = true, version = "0.16.0" } +twilight-gateway = { default-features = false, optional = true, version = "0.17" } +twilight-model = { default-features = false, optional = true, version = "0.17" } typenum = { optional = true, version = "1.17.0" } url = { optional = true, version = "2" } uuid = { features = ["v4"], optional = true, version = "1" }