mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 06:11:26 +00:00
remove dep
This commit is contained in:
parent
0adf49d9ab
commit
1e9cb61002
2 changed files with 0 additions and 3 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3085,7 +3085,6 @@ dependencies = [
|
|||
"lettre",
|
||||
"markdown-it",
|
||||
"once_cell",
|
||||
"openssl",
|
||||
"pretty_assertions",
|
||||
"regex",
|
||||
"reqwest 0.11.27",
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue