From 774c7f4e1bba33695f5b4607731960daa3c6b432 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 16 Dec 2023 23:22:09 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/cargo-auditable/recipe.toml | 2 +-
 recipes/wip/cargo-cache/recipe.toml     | 3 ++-
 recipes/wip/cargo-crev/recipe.toml      | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes/wip/cargo-auditable/recipe.toml b/recipes/wip/cargo-auditable/recipe.toml
index f8ff0900e..c64d92fd0 100644
--- a/recipes/wip/cargo-auditable/recipe.toml
+++ b/recipes/wip/cargo-auditable/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/rust-secure-code/cargo-auditable"
 [build]
diff --git a/recipes/wip/cargo-cache/recipe.toml b/recipes/wip/cargo-cache/recipe.toml
index ed612b3d4..b7a691112 100644
--- a/recipes/wip/cargo-cache/recipe.toml
+++ b/recipes/wip/cargo-cache/recipe.toml
@@ -1,5 +1,6 @@
 #TODO camino crate compilation error
 [source]
-tar = "https://github.com/matthiaskrgr/cargo-cache/archive/refs/tags/0.8.3.tar.gz"
+git = "https://github.com/matthiaskrgr/cargo-cache"
+rev = "f26f8b8bb1ce96481973483de9a939ff80f97d5d"
 [build]
 template = "cargo"
diff --git a/recipes/wip/cargo-crev/recipe.toml b/recipes/wip/cargo-crev/recipe.toml
index 5baf0a561..05f326ff2 100644
--- a/recipes/wip/cargo-crev/recipe.toml
+++ b/recipes/wip/cargo-crev/recipe.toml
@@ -1,5 +1,6 @@
 #TODO Not compiled or tested
 [source]
-tar = "https://github.com/crev-dev/cargo-crev/archive/refs/tags/v0.25.4.tar.gz"
+git = "https://github.com/crev-dev/cargo-crev"
+rev = "be532d95731dc067302e7910164120a2e4fdf745"
 [build]
 template = "cargo"
-- 
GitLab