aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-chat')
-rw-r--r--azalea-chat/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml
index 247285c5..7f66aa7d 100644
--- a/azalea-chat/Cargo.toml
+++ b/azalea-chat/Cargo.toml
@@ -21,7 +21,7 @@ azalea-buf = { path = "../azalea-buf", features = [
azalea-language = { path = "../azalea-language", version = "0.9.0" }
simdnbt = { version = "0.3", optional = true, git = "https://github.com/azalea-rs/simdnbt" }
tracing = "0.1.40"
-once_cell = "1.18.0"
+once_cell = "1.19.0"
serde = { version = "^1.0", features = ["derive"] }
-serde_json = "^1.0.108"
+serde_json = "^1.0.111"
azalea-registry = { path = "../azalea-registry", version = "0.9.0", optional = true }