aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"