From 1871dd1fc536d45e99388585c2545ff3a1747f91 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 16 Dec 2023 01:17:41 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/cargo-about/recipe.toml | 2 +-
 recipes/wip/cargo-audit/recipe.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/wip/cargo-about/recipe.toml b/recipes/wip/cargo-about/recipe.toml
index 8e8214f0c..e2e8e8fc8 100644
--- a/recipes/wip/cargo-about/recipe.toml
+++ b/recipes/wip/cargo-about/recipe.toml
@@ -1,4 +1,4 @@
-#TODO needs to update the tokio version
+#TODO camino crate error
 [source]
 tar = "https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/0.6.0.tar.gz"
 [build]
diff --git a/recipes/wip/cargo-audit/recipe.toml b/recipes/wip/cargo-audit/recipe.toml
index d140bfcf7..e24a6537f 100644
--- a/recipes/wip/cargo-audit/recipe.toml
+++ b/recipes/wip/cargo-audit/recipe.toml
@@ -1,6 +1,6 @@
 #TODO Weird error with libssh2-sys crate
 [source]
-tar = "https://github.com/rustsec/rustsec/archive/refs/tags/cargo-audit/v0.17.6.tar.gz"
+tar = "https://github.com/rustsec/rustsec/archive/refs/tags/cargo-audit/v0.18.3.tar.gz"
 [build]
 template = "custom"
 dependencies = [
-- 
GitLab