From 8fb5da4aeb91af3ba5739739d9ad24d6c9cf2b81 Mon Sep 17 00:00:00 2001 From: EvilDeaaaadd Date: Sun, 13 Oct 2019 21:05:01 +0300 Subject: [PATCH] Update dependencies (hopefully) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c900587..220aae6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -serenity = "0.7.0" +serenity = "0.7.1" rand = "0.7.2" sys-info = "0.5.8" urbandict = "0.2.0"