From f991ed616619c801688fae40ea2acf37ecb5c8d0 Mon Sep 17 00:00:00 2001 From: tec <tec@ucc.gu.uwa.edu.au> Date: Sun, 20 Oct 2019 22:07:09 +0800 Subject: [PATCH] Update dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4c93073..45e271a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ authors = ["tec <tec@ucc.gu.uwa.edu.au>"] edition = "2018" [dependencies] -serenity = "0.6.3" -rand = "0.7.0" -lazy_static = "1.3.0" -log = "0.4.8" -simplelog = "0.6.0" +serenity = "^0.7.1" +rand = "^0.7.2" +lazy_static = "^1.4.0" +log = "^0.4.8" +simplelog = "^0.7.4" -- GitLab