From b49c5f7cf3c295659d22beeef9a69a0206a06a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 07:54:48 +0000 Subject: [PATCH] deps: update twilight-cache-inmemory requirement from 0.15 to 0.16 Updates the requirements on [twilight-cache-inmemory](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-cache-inmemory-0.15.0...twilight-cache-inmemory-0.16.0) --- updated-dependencies: - dependency-name: twilight-cache-inmemory 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..8291544 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,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-cache-inmemory = { version = "0.15", optional = true } +twilight-cache-inmemory = { version = "0.16", optional = true } chrono = { version = "0.4", default-features = false, optional = true, features = ["serde"] } serde_json = { version = "1", optional = true }