From e95b3fb199a2ced98ae092e66e04328a8738fde3 Mon Sep 17 00:00:00 2001 From: Gianluca Brigandi Date: Wed, 18 Jun 2025 17:49:13 -0700 Subject: [PATCH] addressing opessl issue --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index dabeb51..c52c38f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,7 @@ clap = { version = "4.5", features = ["derive"] } dotenv = "0.15" thiserror = "2.0" chrono = "0.4.41" +openssl-sys = { version = "0.9", features = ["vendored"] } [dev-dependencies] mockito = "1.7"