aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
Diffstat (limited to 'azalea')
-rw-r--r--azalea/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 35387bf1..2719b43c 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -15,9 +15,9 @@ azalea-client = {version = "0.3.0", path = "../azalea-client"}
azalea-protocol = {version = "0.3.0", path = "../azalea-protocol"}
parking_lot = "^0.12.1"
thiserror = "^1.0.37"
-tokio = "^1.21.1"
+tokio = "^1.21.2"
[dev-dependencies]
anyhow = "^1.0.65"
env_logger = "^0.9.1"
-tokio = "^1.21.1"
+tokio = "^1.21.2"