aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-22 10:04:18 -1345
committermat <git@matdoes.dev>2025-12-22 10:04:18 -1345
commit9097abb39bf1852676a50bac04575bcc6ec4150c (patch)
treec46289e4ad46743d96ededaef3584e787c0ff66e /Cargo.toml
parentcce026029d5c9c087db8f5828c46c83fbc2db29b (diff)
downloadazalea-drasl-9097abb39bf1852676a50bac04575bcc6ec4150c.tar.xz
fix compilation from rand_core update
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bdd44714..272c9385 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,6 +68,8 @@ pastey = "0.2.1"
proc-macro2 = "1.0.103"
quote = "1.0.42"
rand = "0.10.0-rc.5"
+# TODO: Remove when rand is fixed.
+rand_core = "=0.10.0-rc-2"
regex = "1.12.2"
reqwest = { version = "0.12.26", default-features = false }
rsa = "0.10.0-rc.10"
@@ -79,8 +81,7 @@ sha1 = "0.11.0-rc.3"
sha2 = "0.11.0-rc.3"
# TODO: Remove when rsa is fixed.
signature = "=3.0.0-rc.5"
-# TODO
-simdnbt = { version = "0.9.0", git = "https://github.com/azalea-rs/simdnbt" }
+simdnbt = "0.9.0"
socks5-impl = "0.7.3"
syn = "2.0.111"
thiserror = "2.0.17"