diff --git a/recipes/wip/rustlings/recipe.toml b/recipes/wip/rustlings/recipe.toml
index 11a606c3bfa43a2f177779b666cd621661ee93df..0d335328f44810a39cd11e83b6b7f8b2a82d5fbb 100644
--- a/recipes/wip/rustlings/recipe.toml
+++ b/recipes/wip/rustlings/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/rust-lang/rustlings"
 [build]
diff --git a/recipes/wip/rusty-krab-manager/recipe.toml b/recipes/wip/rusty-krab-manager/recipe.toml
index a5e3b60828eb7afdbcf14d4d6b49a94885308bb5..59f972cbe74dd83f784ae14dce5062d988e49773 100644
--- a/recipes/wip/rusty-krab-manager/recipe.toml
+++ b/recipes/wip/rusty-krab-manager/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO xdg-home and nix crates error (after cargo update)
 [source]
 git = "https://github.com/aryakaul/rusty-krab-manager"
 [build]
diff --git a/recipes/wip/rusty-radamsa/recipe.toml b/recipes/wip/rusty-radamsa/recipe.toml
index cdb306c7edae6f4850ca401248ee01e36c76a2e0..fdb789aef6a3d36b8dba1065011d5116e2b71f05 100644
--- a/recipes/wip/rusty-radamsa/recipe.toml
+++ b/recipes/wip/rusty-radamsa/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/microsoft/rusty-radamsa"
 [build]
diff --git a/recipes/wip/rusty-rain/recipe.toml b/recipes/wip/rusty-rain/recipe.toml
index e7598f28affd60e31aa01e9da8a0268e20c780b8..0b0760d1302688b235e27339111919aff2b4d20a 100644
--- a/recipes/wip/rusty-rain/recipe.toml
+++ b/recipes/wip/rusty-rain/recipe.toml
@@ -1,4 +1,4 @@
-#TODO mio crate error
+#TODO compiled but not tested
 [source]
 git = "https://github.com/cowboy8625/rusty-rain"
 [build]
diff --git a/recipes/wip/rustyvault/recipe.toml b/recipes/wip/rustyvault/recipe.toml
index 35d68020ed17817ccc957f857fb67d68549b488b..9db0a97f3bb956e44b7557c24260aea26e012a26 100644
--- a/recipes/wip/rustyvault/recipe.toml
+++ b/recipes/wip/rustyvault/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/Tongsuo-Project/RustyVault"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]