aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-11-11 23:10:38 -0600
committermat <github@matdoes.dev>2022-11-11 23:10:38 -0600
commit16d0cb734caee11cf5424b7b0f5d5d8e68483fe1 (patch)
tree07b50d34f11d88add627a37c96b40a2835c1aa46 /azalea-client
parentd2353492294ba896772df398af16427beb84b4e1 (diff)
downloadazalea-drasl-16d0cb734caee11cf5424b7b0f5d5d8e68483fe1.tar.xz
change some dependencies
Diffstat (limited to 'azalea-client')
-rw-r--r--azalea-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"