removed openssl from ntex cargo.toml
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user