diff --git a/recipes/wip/speedtest-rs/recipe.toml b/recipes/wip/speedtest-rs/recipe.toml
index 086c233e822f0b63f9b6d7d7ccc6ee3d01c5202f..541bd1b70bf8f357bbce461b4ff15c8b2ebb68e0 100644
--- a/recipes/wip/speedtest-rs/recipe.toml
+++ b/recipes/wip/speedtest-rs/recipe.toml
@@ -1,5 +1,8 @@
-#TODO Not compiled or tested
+#TODO Not compiled or tested (after cargo update)
 [source]
 git = "https://github.com/nelsonjchen/speedtest-rs"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]