removed openssl from ntex cargo.toml

This commit is contained in:
Simon
2025-05-31 09:55:34 +00:00
parent 0cb3531ae4
commit 3fe699b62d

View File

@@ -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"] }