diff options
| author | mat <git@matdoes.dev> | 2026-01-03 14:24:39 +0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-01-03 10:42:16 -1345 |
| commit | f0a14ca83f6eb8946d6add25210194cf95df3110 (patch) | |
| tree | 4ca4f6c1ceef5ddad5dae870e1dc69a8d2cba1ba /azalea-auth | |
| parent | 1ca1f1d9e27aeea3adaf359570f2e211e0a9af74 (diff) | |
| download | azalea-drasl-f0a14ca83f6eb8946d6add25210194cf95df3110.tar.xz | |
upgrade deps
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. |
