diff --git a/.deny.toml b/.deny.toml index af3304b0..aa9cae91 100644 --- a/.deny.toml +++ b/.deny.toml @@ -10,11 +10,8 @@ ignore = [] # https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html [bans] -multiple-versions = "deny" +multiple-versions = "warn" wildcards = "allow" # https://github.com/EmbarkStudios/cargo-deny/issues/448 -skip = [ - { name = "bitflags", version = "1" }, -] # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html [licenses]