From a95dedbd15ed61f1d1c75589c6e4cdae2b45beaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 07:54:59 +0000 Subject: [PATCH] deps: update twilight-model requirement from 0.15 to 0.16 Updates the requirements on [twilight-model](https://github.com/twilight-rs/twilight) to permit the latest version. - [Release notes](https://github.com/twilight-rs/twilight/releases) - [Changelog](https://github.com/twilight-rs/twilight/blob/main/release.toml) - [Commits](https://github.com/twilight-rs/twilight/compare/twilight-model-0.15.0...twilight-model-0.16.0) --- updated-dependencies: - dependency-name: twilight-model dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5eccf05..da2cf41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ urlencoding = { version = "2", optional = true } serenity = { version = "0.12", features = ["builder", "client", "gateway", "model", "utils"], optional = true } -twilight-model = { version = "0.15", optional = true } +twilight-model = { version = "0.16", optional = true } twilight-cache-inmemory = { version = "0.15", optional = true } chrono = { version = "0.4", default-features = false, optional = true, features = ["serde"] }