From fca300153c557f2b4f8ff1867a98ca92eb071712 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 11 Jun 2024 11:08:50 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/dev/cargo-depsize/recipe.toml    | 2 +-
 recipes/wip/dev/cargo-derivefmt/recipe.toml  | 2 +-
 recipes/wip/dev/cargo-dist/recipe.toml       | 2 +-
 recipes/wip/dev/cargo-docs-rs/recipe.toml    | 2 +-
 recipes/wip/dev/cargo-docs/recipe.toml       | 2 +-
 recipes/wip/dev/cargo-duplicates/recipe.toml | 3 +++
 6 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/recipes/wip/dev/cargo-depsize/recipe.toml b/recipes/wip/dev/cargo-depsize/recipe.toml
index 4f6e81765..1c08a4e61 100644
--- a/recipes/wip/dev/cargo-depsize/recipe.toml
+++ b/recipes/wip/dev/cargo-depsize/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO cargo-util crate error
 [source]
 git = "https://github.com/Alfex4936/cargo-depsize"
 [build]
diff --git a/recipes/wip/dev/cargo-derivefmt/recipe.toml b/recipes/wip/dev/cargo-derivefmt/recipe.toml
index 64e261809..ce753166a 100644
--- a/recipes/wip/dev/cargo-derivefmt/recipe.toml
+++ b/recipes/wip/dev/cargo-derivefmt/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/dcchut/cargo-derivefmt"
 [build]
diff --git a/recipes/wip/dev/cargo-dist/recipe.toml b/recipes/wip/dev/cargo-dist/recipe.toml
index 054158672..167362565 100644
--- a/recipes/wip/dev/cargo-dist/recipe.toml
+++ b/recipes/wip/dev/cargo-dist/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/axodotdev/cargo-dist"
 [build]
diff --git a/recipes/wip/dev/cargo-docs-rs/recipe.toml b/recipes/wip/dev/cargo-docs-rs/recipe.toml
index 6570a407e..660e65e13 100644
--- a/recipes/wip/dev/cargo-docs-rs/recipe.toml
+++ b/recipes/wip/dev/cargo-docs-rs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/dtolnay/cargo-docs-rs"
 [build]
diff --git a/recipes/wip/dev/cargo-docs/recipe.toml b/recipes/wip/dev/cargo-docs/recipe.toml
index 230df1335..c19b8e181 100644
--- a/recipes/wip/dev/cargo-docs/recipe.toml
+++ b/recipes/wip/dev/cargo-docs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO openssl-sys crate error
 [source]
 git = "https://github.com/btwiuse/cargo-docs"
 [build]
diff --git a/recipes/wip/dev/cargo-duplicates/recipe.toml b/recipes/wip/dev/cargo-duplicates/recipe.toml
index c0150263b..e0e52ca5b 100644
--- a/recipes/wip/dev/cargo-duplicates/recipe.toml
+++ b/recipes/wip/dev/cargo-duplicates/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/Keruspe/cargo-duplicates"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
-- 
GitLab