From 3a58a39563a596e3b08ad41e93070c84e205bddb Mon Sep 17 00:00:00 2001 From: Shayne Hartford Date: Sat, 13 Sep 2025 11:00:17 -0400 Subject: Fix the rsa / signature crate compilation errors (#245) * Sort dependencies * Fix RSA / Signature compilation error * Remove incorrectly labeled minor / patch numbers on unlocked dependencies * Remove unused bracket syntax --- azalea-auth/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-auth') diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 3f788e20..3392217b 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -17,6 +17,7 @@ reqwest = { workspace = true, default-features = false, features = [ "rustls-tls", ] } rsa.workspace = true +signature.workspace = true # TODO: Remove when rsa is fixed. serde = { workspace = true, features = ["derive"] } serde_json.workspace = true thiserror.workspace = true -- cgit v1.2.3