aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-chat')
-rw-r--r--azalea-chat/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml
index f70c164c..dbea888e 100644
--- a/azalea-chat/Cargo.toml
+++ b/azalea-chat/Cargo.toml
@@ -23,5 +23,5 @@ simdnbt = { version = "0.4", optional = true, git = "https://github.com/azalea-r
tracing = "0.1.40"
once_cell = "1.19.0"
serde = { version = "^1.0", features = ["derive"] }
-serde_json = "^1.0.113"
+serde_json = "^1.0.116"
azalea-registry = { path = "../azalea-registry", version = "0.9.0", optional = true }