aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-10-12 23:01:54 +0300
committermat <git@matdoes.dev>2025-10-12 23:01:54 +0300
commitee2575794e91b9457a74a95daf1dcc707058cd58 (patch)
treedf725850ef18ded5ce3f6552e17095d0f704ae84 /Cargo.toml
parent1a1402954b07cd77615d0afc026c73b008787f51 (diff)
downloadazalea-drasl-ee2575794e91b9457a74a95daf1dcc707058cd58.tar.xz
upgrade deps and clean up lots of doc comments
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"