From ab3f3a90c5788f8fbb87ca392f8c9e952a9f0a68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 22:45:00 +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 47ffc46..0ec6dda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ tracing = "0.1.41" twilight-cache-inmemory = "0.16.0" twilight-gateway = "0.16.0" twilight-http = "0.16.0" -twilight-model = "0.16.0" +twilight-model = "0.17.0" twilight-util = { version = "0.16.0", features = ["builder", "snowflake"] }