From 3deb87ef8b5086b13f528a983b686bdb25640dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:37:13 +0000 Subject: [PATCH] chore(deps): Update serenity requirement from 0.11.6 to 0.12.0 Updates the requirements on [serenity](https://github.com/serenity-rs/serenity) to permit the latest version. - [Release notes](https://github.com/serenity-rs/serenity/releases) - [Changelog](https://github.com/serenity-rs/serenity/blob/current/CHANGELOG.md) - [Commits](https://github.com/serenity-rs/serenity/compare/v0.11.6...v0.11.7) --- updated-dependencies: - dependency-name: serenity 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 b7048f8..42e62bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde_json = "1.0.99" derive_builder = "0.12.0" [workspace.dependencies.serenity] -version = "0.11.6" +version = "0.12.0" default-features = false features = ["client", "gateway", "rustls_backend", "model", "voice", "cache"]