diff --git a/recipes/wip/dev/cargo-unmaintained/recipe.toml b/recipes/wip/dev/cargo-unmaintained/recipe.toml
index 16b074ba3793a01967a58d74cf7cc2c60a648681..bb667444ef84bc12b47b6e764f2a0423834dc0ee 100644
--- a/recipes/wip/dev/cargo-unmaintained/recipe.toml
+++ b/recipes/wip/dev/cargo-unmaintained/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after a camino crate patch)
 [source]
 git = "https://github.com/trailofbits/cargo-unmaintained"
 [build]
diff --git a/recipes/wip/dev/cargo-update/recipe.toml b/recipes/wip/dev/cargo-update/recipe.toml
index f5016b40c02c1ccb1a68ad8ff0bc66591f98c409..22e60891dd0957d48ba94af860b03e6aeb240c8d 100644
--- a/recipes/wip/dev/cargo-update/recipe.toml
+++ b/recipes/wip/dev/cargo-update/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compilation error
 [source]
 git = "https://github.com/nabijaczleweli/cargo-update"
 [build]
diff --git a/recipes/wip/dev/cargo-vendor-filterer/recipe.toml b/recipes/wip/dev/cargo-vendor-filterer/recipe.toml
index e82569a574695fe854c1c1aa0fa6472cd1578229..cf0070877a7b69e4133579725a8bf654967bc7d0 100644
--- a/recipes/wip/dev/cargo-vendor-filterer/recipe.toml
+++ b/recipes/wip/dev/cargo-vendor-filterer/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/coreos/cargo-vendor-filterer"
 [build]
diff --git a/recipes/wip/dev/cargo-wasi/recipe.toml b/recipes/wip/dev/cargo-wasi/recipe.toml
index 08610531dcac5e83baf79f4f73947649d9ba3be7..a08d2924caf892a0610349f30228225e55fd6bb8 100644
--- a/recipes/wip/dev/cargo-wasi/recipe.toml
+++ b/recipes/wip/dev/cargo-wasi/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO fs2 crate error
 [source]
 git = "https://github.com/bytecodealliance/cargo-wasi"
 [build]
diff --git a/recipes/wip/dev/cargo-wasix/recipe.toml b/recipes/wip/dev/cargo-wasix/recipe.toml
index 1aeb180b8261d815ce4b0813e37aceb67b3a9aae..2030bf9247472779d5c46fb136cd8a2922445762 100644
--- a/recipes/wip/dev/cargo-wasix/recipe.toml
+++ b/recipes/wip/dev/cargo-wasix/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO fs2 crate error
 [source]
 git = "https://github.com/wasix-org/cargo-wasix"
 [build]
diff --git a/recipes/wip/dev/cargo-whatfeatures/recipe.toml b/recipes/wip/dev/cargo-whatfeatures/recipe.toml
index c263e47ee7ddf673f739e21cd5548af325eefb4a..0028a1954c9f52a60090680561ebfd24b25e5472 100644
--- a/recipes/wip/dev/cargo-whatfeatures/recipe.toml
+++ b/recipes/wip/dev/cargo-whatfeatures/recipe.toml
@@ -3,6 +3,9 @@
 git = "https://github.com/museun/cargo-whatfeatures"
 [build]
 template = "custom"
+dependencies = [
+    "openssl1",
+]
 script = """
 cookbook_cargo --features rustls
 """