From 3fe699b62d554aa55541752661a962b4151a5811 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 31 May 2025 09:55:34 +0000 Subject: [PATCH] removed openssl from ntex cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }