diff options
Diffstat (limited to 'azalea-auth/Cargo.toml')
| -rw-r--r-- | azalea-auth/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 8418616f..fb1b37c9 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -12,7 +12,10 @@ azalea-crypto = { path = "../azalea-crypto", version = "0.12.0" } base64.workspace = true chrono = { workspace = true, features = ["serde"] } md-5.workspace = true -reqwest = { workspace = true, features = ["json", "rustls-tls"] } +reqwest = { workspace = true, default-features = false, features = [ + "json", + "rustls-tls", +] } rsa.workspace = true serde = { workspace = true, features = ["derive"] } serde_json.workspace = true |
