aboutsummaryrefslogtreecommitdiff
path: root/bot/Cargo.toml
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 /bot/Cargo.toml
parentc9a070f711a6fdaf505f522cb8809749c9190e38 (diff)
downloadazalea-drasl-438d633b83dde37e3d3564706da466963a8bc999.tar.xz
Bump tokio
Diffstat (limited to 'bot/Cargo.toml')
-rwxr-xr-xbot/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/Cargo.toml b/bot/Cargo.toml
index e55f6c3d..b66e3b75 100755
--- a/bot/Cargo.toml
+++ b/bot/Cargo.toml
@@ -9,4 +9,4 @@ version = "0.1.0"
azalea-client = {path = "../azalea-client"}
azalea-core = {path = "../azalea-core"}
azalea-protocol = {path = "../azalea-protocol"}
-tokio = "^1.14.0"
+tokio = "^1.19.2"