From 16d0cb734caee11cf5424b7b0f5d5d8e68483fe1 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 11 Nov 2022 23:10:38 -0600 Subject: change some dependencies --- azalea-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client') diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 93559293..a430044e 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -21,5 +21,5 @@ azalea-world = { path = "../azalea-world", version = "0.3.0" } log = "0.4.17" parking_lot = "0.12.1" thiserror = "^1.0.34" -tokio = { version = "^1.19.2", features = ["sync"] } +tokio = { version = "^1.21.2", features = ["sync"] } uuid = "^1.1.2" -- cgit v1.2.3