aboutsummaryrefslogtreecommitdiff
path: root/azalea-world
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-world')
-rw-r--r--azalea-world/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index be122cb3..8ba30fbb 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -25,9 +25,9 @@ nohash-hasher = "0.2.0"
once_cell = "1.18.0"
parking_lot = "^0.12.1"
thiserror = "1.0.50"
-uuid = "1.5.0"
+uuid = "1.6.1"
serde_json = "1.0.108"
-serde = "1.0.192"
+serde = "1.0.193"
[dev-dependencies]
azalea-client = { path = "../azalea-client" }