From 1e9cb61002f51b79a50574358b9a4822e6730508 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 29 May 2024 23:28:10 +0200 Subject: [PATCH] remove dep --- Cargo.lock | 1 - crates/utils/Cargo.toml | 2 -- 2 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ffdf71756..4224442c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3085,7 +3085,6 @@ dependencies = [ "lettre", "markdown-it", "once_cell", - "openssl", "pretty_assertions", "regex", "reqwest 0.11.27", diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index 046c0a872..48c7ddc55 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -44,7 +44,6 @@ full = [ "dep:enum-map", "dep:futures", "dep:tokio", - "dep:openssl", "dep:html2text", "dep:lettre", "dep:uuid", @@ -74,7 +73,6 @@ uuid = { workspace = true, features = ["serde", "v4"], optional = true } rosetta-i18n = { workspace = true, optional = true } tokio = { workspace = true, optional = true } urlencoding = { workspace = true, optional = true } -openssl = { version = "0.10.64", optional = true } html2text = { version = "0.12.5", optional = true } deser-hjson = { version = "2.2.4", optional = true } smart-default = { version = "0.7.1", optional = true }