From e2b464ac77f8a2fb9bfd727332fc3c7dc6724d58 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Mar 2025 01:08:40 +0000 Subject: [PATCH] Update Rust crate twilight-model to 0.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e86df78..4793b1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tracing = "0.1" tracing-subscriber = "0.2" twilight-gateway = "0.15" twilight-http = "0.15" -twilight-model = "0.15" +twilight-model = "0.16" twilight-standby = "0.15" twilight-cache-inmemory = "0.15" twilight-util = { version = "0.15", features=["builder"] }