From 9cda65dedf1369c93a6e8e937154b0267a69195b Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Tue, 12 Nov 2024 12:14:08 +0100 Subject: [PATCH] Drop vendored feature from openssl Drop vendored feature from openssl to link against the system libraries. Signed-off-by: Sergio Lopez --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa40656..0b268f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ codicon = "3.0" colorful = "0.2.2" libc = "0.2.139" base64 = "0.13.0" -openssl = { version = "0.10", features = ["vendored"] } +openssl = "0.10" uuid = "1.3.2" anyhow = "1.0.57" log = "0.4"