From aaa20fe3ba1bfaadf2907074ee18031264c6af37 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Sat, 16 Sep 2023 15:46:05 +0400 Subject: [PATCH] Removed explicit openssl-sys. Signed-off-by: Pavel Kirilin --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 640ae6c..f300149 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ chrono = "0.4.26" eq-float = "0.1.0" log = "0.4.20" openssl = { version = "0.10.57", features = ["vendored"] } -openssl-sys = { version = "0.9.93", features = ["vendored"] } pyo3 = { version = "0.19.2", features = [ "auto-initialize", "abi3-py38",