From 397f894a6a1413d0bc9336348e3170c3f62fcb79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:11:15 +0000 Subject: [PATCH] chore(deps): update serenity requirement from 0.11.6 to 0.12.1 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.12.1) --- updated-dependencies: - dependency-name: serenity dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- xp-bot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xp-bot/Cargo.toml b/xp-bot/Cargo.toml index c660542..4edb5c3 100644 --- a/xp-bot/Cargo.toml +++ b/xp-bot/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.19" reqwest = "0.11.18" round = "0.1.2" serde = "1.0.181" -serenity = { version = "0.11.6", features = [ +serenity = { version = "0.12.1", features = [ "builder", "client", "gateway",