From 7600d686efbd013a4810296a22cb87b4f08469ad Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Wed, 13 Dec 2023 17:37:51 -0800 Subject: [PATCH] Update openssl version for libresssl 3.8.2 --- src/tools/cargo/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/cargo/Cargo.toml b/src/tools/cargo/Cargo.toml index 440304416..0f3e6701f 100644 --- a/src/tools/cargo/Cargo.toml +++ b/src/tools/cargo/Cargo.toml @@ -37,7 +37,7 @@ core-foundation = { version = "0.9.3", features = ["mac_os_10_7_support"] } crates-io = { version = "0.39.0", path = "crates/crates-io" } criterion = { version = "0.5.1", features = ["html_reports"] } curl = "0.4.44" -curl-sys = "0.4.68" +curl-sys = "0.4.70" filetime = "0.2.22" flate2 = { version = "1.0.27", default-features = false, features = ["zlib"] } git2 = "0.18.0" @@ -63,7 +63,7 @@ libloading = "0.8.0" memchr = "2.6.2" miow = "0.6.0" opener = "0.6.1" -openssl ="0.10.57" +openssl ="0.10.61" os_info = "3.7.0" pasetors = { version = "0.6.7", features = ["v3", "paserk", "std", "serde"] } pathdiff = "0.2" -- 2.43.0