From 8bf2917eb791d3d33055a060e1c7fa5b4a90f08c Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 2 Jun 2026 01:23:00 +0200 Subject: [PATCH] chore(audit): deny wildcard versions in Cargo.toml --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 738cae9..520f833 100644 --- a/deny.toml +++ b/deny.toml @@ -31,7 +31,7 @@ registries = [] [bans] multiple-versions = "allow" -wildcards = "allow" +wildcards = "deny" highlight = "all" workspace-default-features = "allow" external-default-features = "allow"