From 451046a7732d6be1b0e3793a86f7dfcc4c9d15c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 23:52:07 +0000 Subject: [PATCH] fix(deps): update rust crate twilight-model to 0.15.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a39b985..ea7c7e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ tracing = "0.1.37" twilight-cache-inmemory = "0.15.4" twilight-gateway = "0.15.4" twilight-http = "0.15.4" -twilight-model = "0.15.2" +twilight-model = "0.15.4" twilight-util = { version = "0.15.2", features = ["builder"] }