aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-06-24 03:50:19 -0500
committermat <github@matdoes.dev>2022-06-24 03:50:19 -0500
commit3fcbfc794e433c5b8cd6b36d094ce1b78d997ba6 (patch)
tree97c469f176b4558147f3846a36999b09a2eb6b35 /azalea-client
parent1bee59651f77b8dd5adbeefd9d402f488ae0e55f (diff)
downloadazalea-drasl-3fcbfc794e433c5b8cd6b36d094ce1b78d997ba6.tar.xz
Upgrade crates and remove num_* deps
Diffstat (limited to 'azalea-client')
-rwxr-xr-xazalea-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 1156f8de..eaf7b0dc 100755
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -11,4 +11,4 @@ azalea-core = {path = "../azalea-core"}
azalea-crypto = {path = "../azalea-crypto"}
azalea-protocol = {path = "../azalea-protocol"}
azalea-world = {path = "../azalea-world"}
-tokio = {version = "1.18.0", features = ["sync"]}
+tokio = {version = "1.19.2", features = ["sync"]}