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 /azalea-auth | |
| parent | 3f7b56f5f2c8bfe36aed31aa8383d5edcc7484bf (diff) | |
| download | azalea-drasl-ea271fab1f1726cb65ba93b427a33915f8e164a5.tar.xz | |
Lock crypto-bigint and crypto-primes (#277)
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 7a7a76be..db6837df 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -11,6 +11,8 @@ azalea-buf.workspace = true azalea-crypto.workspace = true base64.workspace = true chrono = { workspace = true, features = ["serde"] } +crypto-bigint.workspace = true # TODO: Remove when rsa is fixed. +crypto-primes.workspace = true # TODO: Remove when rsa is fixed. indexmap.workspace = true md-5.workspace = true reqwest = { workspace = true, default-features = false, features = [ |
