diff options
Diffstat (limited to 'azalea-client')
| -rw-r--r-- | azalea-client/Cargo.toml | 2 |
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" |
