diff --git a/Cargo.toml b/Cargo.toml index 9821748..64cd639 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://gitlab.com/Sakuhl/wynncraft" [dependencies] failure = "0.1.1" -reqwest = { version = "0.10.4", features = ["blocking"] } +reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls-native-roots", "rustls"] } serde = "1.0.27" serde_derive = "1.0.27" serde_json = "1.0.9"