diff --git a/recipes/wip/dev/cargo-trim/recipe.toml b/recipes/wip/dev/cargo-trim/recipe.toml
index 36e15b2754fa979ed7f4b1343ccd2671d0542ac5..aedfce4289bbcac864717cb80ff5d9ed7a81e9f3 100644
--- a/recipes/wip/dev/cargo-trim/recipe.toml
+++ b/recipes/wip/dev/cargo-trim/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compilation error
 [source]
 git = "https://github.com/iamsauravsharma/cargo-trim"
 [build]
diff --git a/recipes/wip/dev/cargo-udeps/recipe.toml b/recipes/wip/dev/cargo-udeps/recipe.toml
index 0a0f7c25e762b5c84934c795083e2369b681336d..a74d9953dc9368ec4c4bdcf512bf4e31d61a4ba5 100644
--- a/recipes/wip/dev/cargo-udeps/recipe.toml
+++ b/recipes/wip/dev/cargo-udeps/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/est31/cargo-udeps"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]