aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorShayBox <shaybox@shaybox.com>2025-11-07 01:38:43 -0500
committerGitHub <noreply@github.com>2025-11-07 00:38:43 -0600
commitea271fab1f1726cb65ba93b427a33915f8e164a5 (patch)
tree617a6537ad1e5999bcc5ed572eb5b0998ce0c595 /Cargo.toml
parent3f7b56f5f2c8bfe36aed31aa8383d5edcc7484bf (diff)
downloadazalea-drasl-ea271fab1f1726cb65ba93b427a33915f8e164a5.tar.xz
Lock crypto-bigint and crypto-primes (#277)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b9e7bcbe..310e8c6e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,6 +45,8 @@ chrono = { version = "0.4", default-features = false }
compact_str = "0.9"
crc32c = "0.6"
criterion = "0.7"
+crypto-bigint = "=0.7.0-rc.8" # TODO: Remove when rsa is fixed.
+crypto-primes = "=0.7.0-pre.3" # TODO: Remove when rsa is fixed.
derive_more = "2"
enum-as-inner = "0.6"
env_logger = "0.11"
@@ -67,13 +69,13 @@ 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.
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"
+signature = "=3.0.0-rc.4" # TODO: Remove when rsa is fixed.
simdnbt = { version = "0.8", git = "https://github.com/azalea-rs/simdnbt" }
socks5-impl = "0.7"
syn = "2"