From f54f7a10ae21f5fac70d3fdb8967e6fc442f178e Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 25 Dec 2023 19:32:11 +0000 Subject: [PATCH] revert openssl dep req change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07ec5c3e..64b38853 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ dotenvy = "0.15" env_logger = "0.10" futures-util = { version = "0.3.17", default-features = false, features = ["std"] } log = "0.4" -openssl = { version = "0.10.62", features = ["v110"] } +openssl = { version = "0.10.60", features = ["v110"] } rand = "0.8" rustls = "0.21" serde = { version = "1", features = ["derive"] }