aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-buf')
-rw-r--r--azalea-buf/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index a477c84b..21579345 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -10,11 +10,11 @@ version = "0.9.1"
[dependencies]
simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
-azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.9.0" }
+azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.9.1" }
byteorder = "^1.5.0"
tracing = "0.1.40"
serde_json = { version = "^1.0", optional = true }
-thiserror = "1.0.58"
+thiserror = "1.0.59"
uuid = "^1.8.0"
[features]