diff --git a/recipes/wip/dev/cargo-list/recipe.toml b/recipes/wip/dev/cargo-list/recipe.toml
index b1d4b77c9d6a2f5aab33e3c5b7dd18e9abfaacca..4959c583af6244f91283b4657afe0d6960dfbe05 100644
--- a/recipes/wip/dev/cargo-list/recipe.toml
+++ b/recipes/wip/dev/cargo-list/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO update the redox_syscall crate version on the dependency tree
 [source]
 git = "https://github.com/qtfkwk/cargo-list"
 [build]
diff --git a/recipes/wip/dev/cargo-llvm-cov/recipe.toml b/recipes/wip/dev/cargo-llvm-cov/recipe.toml
index 725ccbd7a989d214bcdf331880a3c471a43c9e5a..0edd437f4cf34552767e783b0bba66d824f67d19 100644
--- a/recipes/wip/dev/cargo-llvm-cov/recipe.toml
+++ b/recipes/wip/dev/cargo-llvm-cov/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/taiki-e/cargo-llvm-cov"
 [build]
diff --git a/recipes/wip/dev/cargo-llvm-lines/recipe.toml b/recipes/wip/dev/cargo-llvm-lines/recipe.toml
index bf7b26b3e1a30df34fd56b056726f34cb260c2f6..e9fefa366b50aaecda79f77f1c18476196d441d7 100644
--- a/recipes/wip/dev/cargo-llvm-lines/recipe.toml
+++ b/recipes/wip/dev/cargo-llvm-lines/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/dtolnay/cargo-llvm-lines"
 [build]
diff --git a/recipes/wip/dev/cargo-loc/recipe.toml b/recipes/wip/dev/cargo-loc/recipe.toml
index d2261b8403b8104ce7d64c8f474a2cb873bc0b50..0e1af283a8ca112e2c71f59912efeeebf309326d 100644
--- a/recipes/wip/dev/cargo-loc/recipe.toml
+++ b/recipes/wip/dev/cargo-loc/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/Shnatsel/cargo-loc"
 [build]
diff --git a/recipes/wip/dev/cargo-lockup/recipe.toml b/recipes/wip/dev/cargo-lockup/recipe.toml
index ad1e8b9d769dae13812ac08a45b5d77c2d156f5e..0e0fe239e0f63bda3c91a382d94418e17c884f44 100644
--- a/recipes/wip/dev/cargo-lockup/recipe.toml
+++ b/recipes/wip/dev/cargo-lockup/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/collinoc/cargo-lookup"
 [build]
diff --git a/recipes/wip/dev/cargo-machete/recipe.toml b/recipes/wip/dev/cargo-machete/recipe.toml
index 7ac6f664fd3c0764eee31fcd7bf1c6e792140022..7fcd1a66f514759540be4fae6385fdbc2904804a 100644
--- a/recipes/wip/dev/cargo-machete/recipe.toml
+++ b/recipes/wip/dev/cargo-machete/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/bnjbvr/cargo-machete"
 [build]
diff --git a/recipes/wip/dev/cargo-make/recipe.toml b/recipes/wip/dev/cargo-make/recipe.toml
index a8967ea3397494ccaa1b37a9689c5971182d9a80..3c7599e74d5000911fe8ed85cfcd2782d8af926a 100644
--- a/recipes/wip/dev/cargo-make/recipe.toml
+++ b/recipes/wip/dev/cargo-make/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/sagiegurari/cargo-make"
 [build]
diff --git a/recipes/wip/dev/cargo-modules/recipe.toml b/recipes/wip/dev/cargo-modules/recipe.toml
index 379cc1c6d820ae59185a4d82af0259e8b7ccbaad..e8e49b7951e8f348f3cbfc75fe5e5bca00c9c92e 100644
--- a/recipes/wip/dev/cargo-modules/recipe.toml
+++ b/recipes/wip/dev/cargo-modules/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/regexident/cargo-modules"
 [build]
diff --git a/recipes/wip/dev/cargo-nextest/recipe.toml b/recipes/wip/dev/cargo-nextest/recipe.toml
index c312502eb044fbbbf7f7320539c497b040d0b181..43f484daaa1a28b65f1dcf1f48d5f75f2c109a8c 100644
--- a/recipes/wip/dev/cargo-nextest/recipe.toml
+++ b/recipes/wip/dev/cargo-nextest/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO shared_child and libc crates error
 [source]
 git = "https://github.com/nextest-rs/nextest"
 [build]
diff --git a/recipes/wip/dev/cargo-patch/recipe.toml b/recipes/wip/dev/cargo-patch/recipe.toml
index 0f647cbf99590edb82c65fb19102dd60e83a6f7e..51cedcbbf5998f4b0921afa2208d3906280bd048 100644
--- a/recipes/wip/dev/cargo-patch/recipe.toml
+++ b/recipes/wip/dev/cargo-patch/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/itmettkeDE/cargo-patch"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]