From 5e108c9681157ba4c0cdb5667c5c377613db800c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Mar 2025 01:27:21 +0000 Subject: [PATCH] Update Rust crate twilight-standby to 0.16 --- Cargo.lock | 37 +++++++++++++++++++++++++------------ Cargo.toml | 2 +- 2 files changed, 26 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5b19ac..1e36c09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1705,7 +1705,7 @@ dependencies = [ "twilight-cache-inmemory", "twilight-gateway", "twilight-http", - "twilight-model", + "twilight-model 0.15.4", "twilight-standby", "twilight-util", "url", @@ -2706,7 +2706,7 @@ dependencies = [ "tracing", "tracing-futures", "twilight-gateway", - "twilight-model", + "twilight-model 0.15.4", "typemap_rev", "typenum", "url", @@ -3712,7 +3712,7 @@ dependencies = [ "bitflags 1.3.2", "dashmap", "serde", - "twilight-model", + "twilight-model 0.15.4", ] [[package]] @@ -3734,7 +3734,7 @@ dependencies = [ "tracing", "twilight-gateway-queue", "twilight-http", - "twilight-model", + "twilight-model 0.15.4", ] [[package]] @@ -3763,7 +3763,7 @@ dependencies = [ "tokio", "tracing", "twilight-http-ratelimiting", - "twilight-model", + "twilight-model 0.15.4", "twilight-validate", ] @@ -3793,16 +3793,29 @@ dependencies = [ ] [[package]] -name = "twilight-standby" -version = "0.15.4" +name = "twilight-model" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20f10f0a07962ab9a0651ce6e4d449abf896b0dd1d883d9051cbc5c0e2b092da" +checksum = "191e2efa051dfbd9bed4c9f6bd3f5e007bda909c687a1db2760371a3d566617d" +dependencies = [ + "bitflags 2.9.0", + "serde", + "serde-value", + "serde_repr", + "time", +] + +[[package]] +name = "twilight-standby" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "375267fde44a8d52a8bf01c60d0769d9d2a289d056f278da4e99186ae04c5903" dependencies = [ "dashmap", - "futures-util", + "futures-core", "tokio", "tracing", - "twilight-model", + "twilight-model 0.16.0", ] [[package]] @@ -3811,7 +3824,7 @@ version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe3149347d8222e042a55deba80cd32f93f14770bbb845b8e4cfbd70a5062c56" dependencies = [ - "twilight-model", + "twilight-model 0.15.4", "twilight-validate", ] @@ -3821,7 +3834,7 @@ 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]] diff --git a/Cargo.toml b/Cargo.toml index 6d252f7..a93a19a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tracing-subscriber = "0.2" twilight-gateway = "0.15" twilight-http = "0.15" twilight-model = "0.15" -twilight-standby = "0.15" +twilight-standby = "0.16" twilight-cache-inmemory = "0.15" twilight-util = { version = "0.15", features=["builder"] } dotenv = "0.15.0"