aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-19 07:26:38 +0400
committermat <git@matdoes.dev>2025-12-19 07:26:38 +0400
commitc857d45c7cb4a786db5fc1213f9be05e7fa3b0f1 (patch)
tree2af958b4666b0a3e3ef2d121e0875550e6ca9029 /Cargo.toml
parent803612c9c310e857382c7e5d4edb2141521fd31f (diff)
downloadazalea-drasl-c857d45c7cb4a786db5fc1213f9be05e7fa3b0f1.tar.xz
update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index de186565..74c2d959 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -80,13 +80,13 @@ sha2 = "0.11.0-rc.3"
# TODO: Remove when rsa is fixed.
signature = "=3.0.0-rc.5"
# TODO
-simdnbt = { version = "0.8.0", git = "https://github.com/azalea-rs/simdnbt" }
+simdnbt = { version = "0.9.0", git = "https://github.com/azalea-rs/simdnbt" }
socks5-impl = "0.7.3"
syn = "2.0.111"
thiserror = "2.0.17"
tokio = "1.48.0"
tokio-util = "0.7.17"
-tracing = "0.1.43"
+tracing = "0.1.44"
tracing-subscriber = "0.3.22"
uuid = "1.19.0"