From ea271fab1f1726cb65ba93b427a33915f8e164a5 Mon Sep 17 00:00:00 2001 From: ShayBox Date: Fri, 7 Nov 2025 01:38:43 -0500 Subject: Lock crypto-bigint and crypto-primes (#277) --- azalea-auth/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-auth') 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 = [ -- cgit v1.2.3