From c0e69a60b6379bb0e3398dd20aee831e7329c4a3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 10:56:42 +0000 Subject: [PATCH] Bump serenity from 0.9.1 to 0.9.3 Bumps [serenity](https://github.com/serenity-rs/serenity) from 0.9.1 to 0.9.3. - [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.9.1...v0.9.3) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39275cc..90a429f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2144,9 +2144,9 @@ dependencies = [ [[package]] name = "serenity" -version = "0.9.1" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbd2938b8859261d418ba8325a795000e37e9cba1b19d4e978775c5e34dc997" +checksum = "00e8fe0572712e2bcfe1122b09561599dd3d459563e48f9afd4518f9cfbbe17c" dependencies = [ "async-trait", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index d563cb4..61c2c6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ discord_webhook = { path = "./discord_webhook" } six_e = { path = "./six_e" } [dependencies.serenity] -version = "0.9.1" +version = "0.9.3" features = ["cache", "framework", "standard_framework", "gateway"] [workspace]