From b992ce9657d326901188a07e2567a5dacec8c393 Mon Sep 17 00:00:00 2001 From: jutty Date: Thu, 4 Jun 2026 17:41:27 -0300 Subject: [PATCH] CI: Use cargo-deny binary directly --- .justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.justfile b/.justfile index 7b189f6..eaff108 100644 --- a/.justfile +++ b/.justfile @@ -384,7 +384,7 @@ alias ta := todos-assess # Check for security advisories, unexpected licenses, allowed registries [group: 'assess'] deny: - cargo deny check + cargo-deny check # Check for spelling mistakes [group: 'assess']