diff --git a/.deny.toml b/.deny.toml index b886583..34b930e 100644 --- a/.deny.toml +++ b/.deny.toml @@ -12,7 +12,8 @@ ignore = [ # https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html [bans] multiple-versions = "warn" -wildcards = "allow" # https://github.com/EmbarkStudios/cargo-deny/issues/488 +wildcards = "deny" +allow-wildcard-paths = true build.allow-build-scripts = [ ] @@ -32,4 +33,5 @@ allow = [ [sources] unknown-registry = "deny" unknown-git = "deny" -allow-git = [] +allow-git = [ +]