aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 824bac90..be37529d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -82,7 +82,8 @@ sha1 = "0.11.0-rc.3"
sha2 = "0.11.0-rc.3"
# TODO: Remove when rsa is fixed.
signature = "=3.0.0-rc.5"
-simdnbt = "0.9.0"
+# simdnbt = "0.9.0"
+simdnbt = { git = "https://github.com/azalea-rs/simdnbt" }
socks5-impl = "0.8.0"
syn = "2.0.112"
thiserror = "2.0.17"