chore(audit): deny wildcard versions in Cargo.toml
This commit is contained in:
@@ -31,7 +31,7 @@ registries = []
|
|||||||
|
|
||||||
[bans]
|
[bans]
|
||||||
multiple-versions = "allow"
|
multiple-versions = "allow"
|
||||||
wildcards = "allow"
|
wildcards = "deny"
|
||||||
highlight = "all"
|
highlight = "all"
|
||||||
workspace-default-features = "allow"
|
workspace-default-features = "allow"
|
||||||
external-default-features = "allow"
|
external-default-features = "allow"
|
||||||
|
|||||||
Reference in New Issue
Block a user