From f920053ae1df8056b6439889027963672709b549 Mon Sep 17 00:00:00 2001 From: tec <tec@ucc.gu.uwa.edu.au> Date: Fri, 31 Jan 2020 22:44:58 +0800 Subject: [PATCH] Upgrade dependancy --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b9c564..0dda58f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["tec <tec@ucc.gu.uwa.edu.au>"] edition = "2018" [dependencies] -serenity = "^0.7.1" +serenity = "0.8.0" rand = "^0.7.2" lazy_static = "^1.4.0" log = "^0.4.8" -- GitLab