diff options
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index acc09d18..7dba87f6 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -16,7 +16,8 @@ crypto-primes.workspace = true # TODO: Remove when rsa is fixed. indexmap.workspace = true reqwest = { workspace = true, optional = true, default-features = false, features = [ "json", - "rustls-tls", + "rustls", + "form", ] } rsa.workspace = true signature.workspace = true # TODO: Remove when rsa is fixed. |
