diff --git a/Cargo.toml b/Cargo.toml index f1e7a097..e543390c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ tokio = { version = "1.29", features = ["full"] } tokio-util = { version = "0.7", features = ["codec"] } log = "0.4" env_logger = "0.10" -reqwest = { version = "0.11", features = ["socks", "native-tls"] } +reqwest = { version = "0.11", features = ["socks", "native-tls-alpn"] } # uses feature unification to add 'serde' to reqwest::Url url = { version = "2.4", features = ["serde"] } serde_regex = "1.1"