diff --git a/Cargo.toml b/Cargo.toml index 0f7eee5..727e5f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,8 @@ features = ["derive"] version = "4.1" [dependencies.reqwest] -features = ["default", "default-tls", "hyper-tls", "native-tls-crate", "tokio-native-tls", "json"] +default-features = false +features = ["rustls-tls", "json"] version = "0.11" [dependencies.tokio]