diff options
| author | ShayBox <shaybox@shaybox.com> | 2025-11-07 01:38:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-07 00:38:43 -0600 |
| commit | ea271fab1f1726cb65ba93b427a33915f8e164a5 (patch) | |
| tree | 617a6537ad1e5999bcc5ed572eb5b0998ce0c595 /Cargo.toml | |
| parent | 3f7b56f5f2c8bfe36aed31aa8383d5edcc7484bf (diff) | |
| download | azalea-drasl-ea271fab1f1726cb65ba93b427a33915f8e164a5.tar.xz | |
Lock crypto-bigint and crypto-primes (#277)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
