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 }