diff --git a/recipes/wip/c2rust/recipe.toml b/recipes/wip/c2rust/recipe.toml
index f44c8d118c09d9fd5ffeb119238f3a6f3c020e4d..d2d41eb9c47226282a043907b5df4f5a2c8d6df2 100644
--- a/recipes/wip/c2rust/recipe.toml
+++ b/recipes/wip/c2rust/recipe.toml
@@ -5,9 +5,6 @@ git = "https://github.com/immunant/c2rust"
 template = "custom"
 dependencies = [
     "openssl1",
-    "libffi",
-    "libxml2",
-    "zlib",
 ]
 script = """
 cookbook_cargo_packages c2rust
diff --git a/recipes/wip/call-of-ferris/recipe.toml b/recipes/wip/call-of-ferris/recipe.toml
index 9c1e2d5c6ad945f09a25fa1049d78a98b618e3f6..5c23987a500d9d5849c5e2b33d8182d1f30c5c7d 100644
--- a/recipes/wip/call-of-ferris/recipe.toml
+++ b/recipes/wip/call-of-ferris/recipe.toml
@@ -1,4 +1,4 @@
-#TODO require a update on the redox_syscall crate (after a update on the libc crate)
+#TODO camino crate error (after a cargo update)
 [source]
 git = "https://github.com/Andy-Python-Programmer/CallOfFerris"
 [build]
diff --git a/recipes/wip/capnproto/recipe.toml b/recipes/wip/capnproto/recipe.toml
index 6c51dbebfe686d8ae2252fef5c3822a277ff53f5..70b5c3446b4944ed243bdf1b09b3fa07378ddddb 100644
--- a/recipes/wip/capnproto/recipe.toml
+++ b/recipes/wip/capnproto/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compilation error
 [source]
 tar = "https://capnproto.org/capnproto-c++-1.0.1.1.tar.gz"
 [build]
diff --git a/recipes/wip/carbonyl/recipe.toml b/recipes/wip/carbonyl/recipe.toml
index a2936aa385be564c249cb3524f3230d34358933e..e4d4348632e7e0a60ff5f01266b0c3703b05c4e6 100644
--- a/recipes/wip/carbonyl/recipe.toml
+++ b/recipes/wip/carbonyl/recipe.toml
@@ -1,3 +1,4 @@
+#TODO make nss work
 #TODO require Chromium building
 [source]
 tar = "https://github.com/fathyb/carbonyl/archive/refs/tags/v0.0.3.tar.gz"
diff --git a/recipes/wip/cargo-about/recipe.toml b/recipes/wip/cargo-about/recipe.toml
index b1bae67ff36b7f6ab18a24fc83a759d4b0c0ddda..8e8214f0c0bb69846e29aed03ee2b313b2dee66a 100644
--- a/recipes/wip/cargo-about/recipe.toml
+++ b/recipes/wip/cargo-about/recipe.toml
@@ -1,5 +1,5 @@
 #TODO needs to update the tokio version
 [source]
-tar = "https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/0.5.6.tar.gz"
+tar = "https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/0.6.0.tar.gz"
 [build]
 template = "cargo"