From 8fa499bd0b1b8240a5fde381c07122657a288fb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:50:54 +0000 Subject: [PATCH] Update Rust crate twilight-model to 0.17.0 --- Cargo.lock | 23 ++++++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2f6bc9..1ee438b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1077,7 +1077,7 @@ dependencies = [ "tracing-subscriber", "twilight-gateway", "twilight-http", - "twilight-model", + "twilight-model 0.17.1", "url", "urlencoding", "vesper", @@ -2335,7 +2335,7 @@ dependencies = [ "tracing", "twilight-gateway-queue", "twilight-http", - "twilight-model", + "twilight-model 0.15.4", ] [[package]] @@ -2364,7 +2364,7 @@ dependencies = [ "tokio", "tracing", "twilight-http-ratelimiting", - "twilight-model", + "twilight-model 0.15.4", "twilight-validate", ] @@ -2393,13 +2393,26 @@ dependencies = [ "time", ] +[[package]] +name = "twilight-model" +version = "0.17.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bf6bb7b93a7f765d89b3388cc710c0ae16104579e06bb30ea1ee6bd41420a8b" +dependencies = [ + "bitflags 2.9.4", + "serde", + "serde-value", + "serde_repr", + "time", +] + [[package]] name = "twilight-validate" version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3595d5ad595d8d3a97096a01899b53d3a8117ab16deda27526b315a1db815da4" dependencies = [ - "twilight-model", + "twilight-model 0.15.4", ] [[package]] @@ -2506,7 +2519,7 @@ dependencies = [ "tokio", "tracing", "twilight-http", - "twilight-model", + "twilight-model 0.15.4", "twilight-validate", "vesper-macros", ] diff --git a/Cargo.toml b/Cargo.toml index 4e2ecb4..57e0715 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ ytd-rs = { version = "0.1.7", features = ["yt-dlp"] } backblaze-b2-client = "0.1.6" twilight-gateway = "0.15.4" twilight-http = "0.15.4" -twilight-model = "0.15.4" +twilight-model = "0.17.0" dotenvy = "0.15.7" url = "2.5.7" rand = "0.8.5"