From b24b742e120ee3852b0381abbd93bb7ed608f9e8 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 3 Jul 2025 06:51:35 -0300 Subject: [PATCH] Update binwalk recipe --- recipes/wip/dev/analysis/binwalk/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/dev/analysis/binwalk/recipe.toml b/recipes/wip/dev/analysis/binwalk/recipe.toml index 668f3e68..8ee40ae9 100644 --- a/recipes/wip/dev/analysis/binwalk/recipe.toml +++ b/recipes/wip/dev/analysis/binwalk/recipe.toml @@ -5,5 +5,5 @@ git = "https://github.com/ReFirmLabs/binwalk" template = "cargo" dependencies = [ "fontconfig", - "liblzma", + "xz", ]