chore(audit): deny wildcard versions in Cargo.toml

This commit is contained in:
2026-06-02 01:23:00 +02:00
parent fc8dc805a9
commit 8bf2917eb7
+1 -1
View File
@@ -31,7 +31,7 @@ registries = []
[bans]
multiple-versions = "allow"
wildcards = "allow"
wildcards = "deny"
highlight = "all"
workspace-default-features = "allow"
external-default-features = "allow"