From 8b2a9d512bad11be2ea40899e2d834f643fdc2e8 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 14 Mar 2026 04:02:42 +0000 Subject: upgrade deps --- azalea-auth/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'azalea-auth') diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 7dba87f6..ca7ddecb 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -11,8 +11,6 @@ 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 reqwest = { workspace = true, optional = true, default-features = false, features = [ "json", @@ -20,7 +18,6 @@ reqwest = { workspace = true, optional = true, default-features = false, feature "form", ] } 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