From 507e2658ce7e59654fd19b24537a6a46babf0741 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 22:24:19 -0600 Subject: [PATCH] fix(deps): update rust crate openssl to 0.10.64 (#1702) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01d7761f0..f718a8199 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ itertools = "0.12.1" log = "0.4.20" num_cpus = "1.16.0" once_cell = "1.19.0" -openssl = { version = "0.10.63", optional = true } +openssl = { version = "0.10.64", optional = true } path-absolutize = "3.1.1" petgraph = "0.6.4" rand = "0.8.5"