From a3154930f9dd811c26aa99163102fffc871eea70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:04:48 +0000 Subject: [PATCH] Bump serenity from 0.12.2 to 0.12.4 Bumps [serenity](https://github.com/serenity-rs/serenity) from 0.12.2 to 0.12.4. - [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.12.2...v0.12.4) --- updated-dependencies: - dependency-name: serenity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb421d8..85a6609 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2017,9 +2017,9 @@ dependencies = [ [[package]] name = "serenity" -version = "0.12.2" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "880a04106592d0a8f5bdacb1d935889bfbccb4a14f7074984d9cd857235d34ac" +checksum = "3d72ec4323681bf9a3cabe40fd080abc2435859b502a1b5aa9bf693f125bfa76" dependencies = [ "arrayvec", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 88df8dc..aed183c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] poise = "0.6.1" -serenity = { version = "0.12.1", default-features = false, features = ["client", "gateway", "model", "rustls_backend", "utils", "framework"] } +serenity = { version = "0.12.4", default-features = false, features = ["client", "gateway", "model", "rustls_backend", "utils", "framework"] } tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread", "rt"] } env_logger = "0.11.3" anyhow = "1.0.93"