From d216190dcd0f8644e374028feeab1d9bb52a896f Mon Sep 17 00:00:00 2001 From: Vignesh Rao Date: Thu, 26 Sep 2024 11:41:16 -0500 Subject: [PATCH] Upgrade OpenSSL --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 47d0653..03e635a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,9 +45,9 @@ reqwest = { version = "0.12.7", features = ["blocking", "json"] } minijinja = { version = "2.3.1", features = ["loader"] } url = "2.5.2" regex = "1.10.6" -openssl = "0.10.64" +openssl = "0.10.66" dotenv = "0.15.0" futures-util = "0.3.30" futures = "0.3.30" [target.'cfg(target_os = "linux")'.dependencies] -openssl = { version = "0.10.64", features = ["vendored"] } +openssl = { version = "0.10.66", features = ["vendored"] }