diff --git a/recipes/wip/tools/dispatch/recipe.toml b/recipes/wip/tools/dispatch/recipe.toml
index d308af5bf6335443c8d7b8969c2102f60afde8f3..b064e5f503f8a64fcca4dca1ed443a86b5f9d1b2 100644
--- a/recipes/wip/tools/dispatch/recipe.toml
+++ b/recipes/wip/tools/dispatch/recipe.toml
@@ -1,5 +1,8 @@
-#TODO Not compiled or tested
+#TODO Not compiled or tested (after cargo update)
 [source]
 git = "https://github.com/brianyu28/dispatch"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]