diff --git a/Cargo.toml b/Cargo.toml index afe0940..af1035a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,5 +22,5 @@ regex = "1.5.4" reqwest = "0.11.9" serde = "1.0.136" serde_json = "1.0.79" -serenity = { version = "0.10.10", features = [ "collector", "unstable_discord_api" ] } +serenity = { version = "0.11.2", features = [ "collector", "unstable_discord_api" ] } tokio = { version = "1.16.1", features = ["sync", "macros", "rt-multi-thread"] }