diff options
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index c411aaae..dad1043b 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -37,7 +37,7 @@ num-traits = "0.2.17" parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] } priority-queue = "1.3.2" thiserror = "^1.0.50" -tokio = "^1.33.0" +tokio = "^1.34.0" uuid = "1.5.0" bevy_log = "0.12.0" azalea-entity = { version = "0.8.0", path = "../azalea-entity" } |
