From 64d48897afe5bcb40931f8ef8b3594fe275751e8 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 25 Jan 2024 00:44:20 -0600 Subject: update deps --- azalea-chat/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-chat') diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index 7f66aa7d..b9e8f697 100644 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -19,7 +19,7 @@ azalea-buf = { path = "../azalea-buf", features = [ "serde_json", ], version = "0.9.0", optional = true } azalea-language = { path = "../azalea-language", version = "0.9.0" } -simdnbt = { version = "0.3", optional = true, git = "https://github.com/azalea-rs/simdnbt" } +simdnbt = { version = "0.4", optional = true, git = "https://github.com/azalea-rs/simdnbt" } tracing = "0.1.40" once_cell = "1.19.0" serde = { version = "^1.0", features = ["derive"] } -- cgit v1.2.3