aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-06-19 22:12:19 -0500
committermat <github@matdoes.dev>2022-06-19 22:12:19 -0500
commit438d633b83dde37e3d3564706da466963a8bc999 (patch)
tree96810c35b22ddcadaf5a49397e0f15f8b588f6ef /azalea-protocol
parentc9a070f711a6fdaf505f522cb8809749c9190e38 (diff)
downloadazalea-drasl-438d633b83dde37e3d3564706da466963a8bc999.tar.xz
Bump tokio
Diffstat (limited to 'azalea-protocol')
-rwxr-xr-xazalea-protocol/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 41879b61..f1640a01 100755
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -23,7 +23,7 @@ packet-macros = {path = "./packet-macros"}
serde = {version = "1.0.130", features = ["serde_derive"]}
serde_json = "^1.0.72"
thiserror = "^1.0.30"
-tokio = {version = "^1.14.0", features = ["io-util", "net", "macros"]}
+tokio = {version = "^1.19.2", features = ["io-util", "net", "macros"]}
tokio-util = "^0.6.9"
trust-dns-resolver = "^0.20.3"
uuid = "^1.1.2"