From 98d9172a0cf7e0ab0f36f7466ec8b2ee067e8d52 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 Mar 2025 13:17:23 +0000 Subject: [PATCH] Update Rust crate twilight-gateway to 0.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e86df78..f71f0d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.3" reqwest = "0.11" tracing = "0.1" tracing-subscriber = "0.2" -twilight-gateway = "0.15" +twilight-gateway = "0.16" twilight-http = "0.15" twilight-model = "0.15" twilight-standby = "0.15"