From a8f330bf659fe1b355f38245baef87c9b839e8c0 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 8 Feb 2025 19:46:06 +0200 Subject: [PATCH] update `openssl` version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7323e7cb..f68c49ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ ggemtext = "0.3.0" indexmap = "2.7.0" itertools = "0.14.0" libspelling = "0.3.0" -openssl = "0.10.68" +openssl = "0.10.70" plurify = "0.2.0" syntect = "5.2.0"