diff --git a/.deny.toml b/.deny.toml index aa2f82a..aa9cae9 100644 --- a/.deny.toml +++ b/.deny.toml @@ -10,9 +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 = [] # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html [licenses]