From c5287c53cdac4b9d305db12cc82965d53ea50a30 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Tue, 25 Mar 2025 09:23:10 +1100 Subject: [PATCH] fix: remove openssl from Cargo.toml --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 54531ac..71543f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,9 +34,6 @@ features = ["crypto", "pem", "x509-parser"] version = "1.0.210" features = ["serde_derive"] -[dependencies.openssl] -version = "0.10.66" - [dependencies.uuid] version = "1.10.0" features = [