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