From bc9320aea1e2d954dbb37584712a2a64a1ac17f2 Mon Sep 17 00:00:00 2001 From: hermannm Date: Thu, 20 Apr 2023 10:03:14 +0200 Subject: [PATCH] replace wildcard version of openssl-sys with specific version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4774dc8..8a263ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ exclude = ["cross-compile.sh"] anyhow = "1.0.70" crossterm = "0.26.1" git2 = "0.17.1" -openssl-sys = { version = "*", features = ["vendored"] } +openssl-sys = { version = "0.9.85", features = ["vendored"] } ratatui = "0.20.1"