diff options
| author | Shayne Hartford <shaybox@shaybox.com> | 2025-09-13 11:00:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-13 10:00:17 -0500 |
| commit | 3a58a39563a596e3b08ad41e93070c84e205bddb (patch) | |
| tree | d8d40e1bb7f9029fa8a8d87774b712ab245b2ebf /azalea-auth | |
| parent | 995d8a68d2d2fbd07f5631d65f96b20bf48abdd4 (diff) | |
| download | azalea-drasl-3a58a39563a596e3b08ad41e93070c84e205bddb.tar.xz | |
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
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
