From 886b7aacde24c18ce2fd612a36f23dcdbe42cda8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarek=20Ziad=C3=A9?= Date: Mon, 30 Oct 2023 12:33:27 +0100 Subject: [PATCH] trying direct openssl --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 670bcd6..e694833 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,11 +12,7 @@ tikv-client = "0.2" tokio = "1.33.0" [target.'cfg(target_os = "linux")'.dependencies] -# This is a workaround for building the client in manylinux container. These dependencies -# are not directly used by this crate but the cargo will add the following features to the -# indirected dependencies in order to vender the OpenSSL. -reqwest = { version = "0.11", default-features = false, features = ["rustls-tls-native-roots"] } -openssl = { version = "0.10", features = ["vendored"] } +openssl-sys = { version = "0.9", features = ["vendored"] } [lib] crate-type = ["cdylib"]