diff options
| author | mat <github@matdoes.dev> | 2022-06-24 04:08:38 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-24 04:08:38 -0500 |
| commit | 69c47eda4c496b13dadd80976bffd2fab7ea5894 (patch) | |
| tree | a805b58daf6ff4d80cef74825b68a83b6344e3a0 /azalea-protocol | |
| parent | 3fcbfc794e433c5b8cd6b36d094ce1b78d997ba6 (diff) | |
| download | azalea-drasl-69c47eda4c496b13dadd80976bffd2fab7ea5894.tar.xz | |
Upgrade some crates
Diffstat (limited to 'azalea-protocol')
| -rwxr-xr-x | azalea-protocol/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
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" |
