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 a90235c5..05425e9c 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -25,6 +25,6 @@ once_cell = "1.16.0" parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]} regex = "1.7.0" thiserror = "^1.0.34" -tokio = {version = "^1.21.2", features = ["sync"]} +tokio = {version = "^1.23.1", features = ["sync"]} typemap_rev = "0.2.0" uuid = "^1.1.2" |
