From c5dc421c7d69f48aa956a30dac8192fbeb20ab4f Mon Sep 17 00:00:00 2001 From: Shar-jeel-Sajid Date: Sun, 23 Mar 2025 06:22:24 +0500 Subject: [PATCH] using rustls instead of openssl --- binaries/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/cli/Cargo.toml b/binaries/cli/Cargo.toml index a40d77ad..bf63f4c2 100644 --- a/binaries/cli/Cargo.toml +++ b/binaries/cli/Cargo.toml @@ -50,7 +50,7 @@ tabwriter = "1.4.0" log = { version = "0.4.21", features = ["serde"] } colored = "2.1.0" env_logger = "0.11.3" -self_update = "0.42.0" +self_update = { version = "0.27.0", features = ["rustls"], default-features = false } pyo3 = { workspace = true, features = [ "extension-module", "abi3",