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-buf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-buf') diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index d8be1a11..3058d442 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -13,7 +13,7 @@ azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.3.0" } byteorder = "^1.4.3" serde_json = {version = "^1.0", optional = true} thiserror = "^1.0.34" -tokio = {version = "^1.19.2", features = ["io-util", "net", "macros"]} +tokio = {version = "^1.21.2", features = ["io-util", "net", "macros"]} uuid = "^1.1.2" [features] -- cgit v1.2.3