aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 9b444c3d..b9e7bcbe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,14 +67,14 @@ rand = "0.9"
regex = "1"
reqwest = { version = "0.12", default-features = false }
rsa = "0.10.0-rc.9"
-signature = "=3.0.0-rc.4" # TODO: Remove when rsa is fixed.
+signature = "=3.0.0-rc.4" # TODO: Remove when rsa is fixed.
rsa_public_encrypt_pkcs1 = "0.4"
rustc-hash = "2"
serde = "1"
serde_json = "1"
sha1 = "0.11.0-rc.2"
sha2 = "0.11.0-rc.2"
-simdnbt = "0.8"
+simdnbt = { version = "0.8", git = "https://github.com/azalea-rs/simdnbt" }
socks5-impl = "0.7"
syn = "2"
thiserror = "2"