diff options
Diffstat (limited to 'azalea-client')
| -rw-r--r-- | azalea-client/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index d934d3d5..00dfe3d5 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -38,10 +38,10 @@ parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] } regex = "1.10.2" thiserror = "^1.0.50" tokio = { version = "^1.34.0", features = ["sync"] } -uuid = "^1.5.0" +uuid = "^1.6.1" azalea-entity = { version = "0.8.0", path = "../azalea-entity" } serde_json = "1.0.108" -serde = "1.0.192" +serde = "1.0.193" [features] default = ["log"] |
