From 8b542a2442411021967800780bf40d54f3ee8add Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 11 Jun 2024 09:18:41 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/dev/auto-commit/recipe.toml | 2 +-
 recipes/wip/dev/bender/recipe.toml      | 2 +-
 recipes/wip/dev/boon/recipe.toml        | 3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/wip/dev/auto-commit/recipe.toml b/recipes/wip/dev/auto-commit/recipe.toml
index 454f0ae98..008262f53 100644
--- a/recipes/wip/dev/auto-commit/recipe.toml
+++ b/recipes/wip/dev/auto-commit/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/m1guelpf/auto-commit"
 [build]
diff --git a/recipes/wip/dev/bender/recipe.toml b/recipes/wip/dev/bender/recipe.toml
index 7cc886370..49828f814 100644
--- a/recipes/wip/dev/bender/recipe.toml
+++ b/recipes/wip/dev/bender/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/pulp-platform/bender"
 [build]
diff --git a/recipes/wip/dev/boon/recipe.toml b/recipes/wip/dev/boon/recipe.toml
index 5a497b210..f4de5eccc 100644
--- a/recipes/wip/dev/boon/recipe.toml
+++ b/recipes/wip/dev/boon/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/camchenry/boon"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
-- 
GitLab