From f0a14ca83f6eb8946d6add25210194cf95df3110 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 3 Jan 2026 14:24:39 +0500 Subject: upgrade deps --- azalea-auth/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea-auth') 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. -- cgit v1.2.3