diff options
| author | mat <git@matdoes.dev> | 2026-03-14 04:02:42 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-03-14 04:02:42 +0000 |
| commit | 8b2a9d512bad11be2ea40899e2d834f643fdc2e8 (patch) | |
| tree | df7f7a390a41fa7b79798e94004f3c55a25229de /azalea-auth | |
| parent | 8e67bf23415b8a823dc250b64c9c8b930bc8b64e (diff) | |
| download | azalea-drasl-8b2a9d512bad11be2ea40899e2d834f643fdc2e8.tar.xz | |
upgrade deps
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
