From 8e9103a36f95db98d214685c9029f453d4776424 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Mar 2025 01:08:38 +0000 Subject: [PATCH] Update Rust crate twilight-http to 0.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e86df78..a178cfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ reqwest = "0.11" tracing = "0.1" tracing-subscriber = "0.2" twilight-gateway = "0.15" -twilight-http = "0.15" +twilight-http = "0.16" twilight-model = "0.15" twilight-standby = "0.15" twilight-cache-inmemory = "0.15"