diff --git a/Cargo.toml b/Cargo.toml index ba36db7..7963a92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ env_logger = "0.11.8" error-chain = "0.12.4" futures = "0.3.31" htmlentity = "1.3.2" -ntex = { version = "2.0", features = ["tokio", "openssl"] } +ntex = { version = "2.0", features = ["tokio"] } ntex-files = "2.0.0" once_cell = "1.21.3" reqwest = { version = "0.12.18", features = ["blocking", "json", "rustls-tls"] }