From 69c47eda4c496b13dadd80976bffd2fab7ea5894 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 24 Jun 2022 04:08:38 -0500 Subject: Upgrade some crates --- azalea-protocol/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'azalea-protocol') diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index d98705bd..e49088bc 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.0" [dependencies] async-compression = {version = "^0.3.8", features = ["tokio", "zlib"]} -async-recursion = "^0.3.2" +async-recursion = "^1.0.0" azalea-auth = {path = "../azalea-auth"} azalea-brigadier = {path = "../azalea-brigadier"} azalea-chat = {path = "../azalea-chat"} @@ -21,6 +21,5 @@ packet-macros = {path = "./packet-macros"} serde = {version = "1.0.130", features = ["serde_derive"]} serde_json = "^1.0.72" tokio = {version = "1.19.2", features = ["io-util", "net", "macros"]} -tokio-util = "^0.6.9" -trust-dns-resolver = "^0.20.3" +trust-dns-resolver = {version = "^0.21.2"} uuid = "^1.1.2" -- cgit v1.2.3