From 51360f79b67c6adb4fd223359250cc1cd09ab3a3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Jun 2021 22:35:45 +0000 Subject: [PATCH 1/2] fix(deps): update rust crate serenity to 0.10.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e4e031..6bddbb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Discord -serenity = "0.10.7" +serenity = "0.10.8" # IO tokio = { version = "1.6.0", features = ["macros", "rt-multi-thread"] } From e2578d5a07851f66c7eeb69f83f0671046acbe7d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Jun 2021 22:35:49 +0000 Subject: [PATCH 2/2] fix(deps): update rust crate tokio to 1.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e4e031..3942b32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ publish = false serenity = "0.10.7" # IO -tokio = { version = "1.6.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.6.1", features = ["macros", "rt-multi-thread"] } # Environment dotenv = "0.15.0"