From 16d0cb734caee11cf5424b7b0f5d5d8e68483fe1 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 11 Nov 2022 23:10:38 -0600 Subject: change some dependencies --- bot/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bot') diff --git a/bot/Cargo.toml b/bot/Cargo.toml index 3966887e..9212f796 100644 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -1,16 +1,16 @@ [package] edition = "2021" name = "bot" -version = "0.2.0" publish = false release = false +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.65" -azalea = { path = "../azalea" } +azalea = {path = "../azalea"} env_logger = "0.9.1" -tokio = "1.19.2" -uuid = "1.1.2" parking_lot = "^0.12.1" +tokio = "^1.21.2" +uuid = "1.1.2" -- cgit v1.2.3