diff options
| author | mat <git@matdoes.dev> | 2024-01-08 21:15:12 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-01-08 21:15:12 -0600 |
| commit | fd1c99e74a8a89278522d1d9f9e4493e7a0c0193 (patch) | |
| tree | f8bc59128f10c21bc0d41fbfde88e1a0e0ae6e87 /azalea-chat | |
| parent | 42f49c58edc0782622e15d738b90db771e44a142 (diff) | |
| download | azalea-drasl-fd1c99e74a8a89278522d1d9f9e4493e7a0c0193.tar.xz | |
upgrade deps
Diffstat (limited to 'azalea-chat')
| -rw-r--r-- | azalea-chat/Cargo.toml | 4 |
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 } |
