diff --git a/deny.toml b/deny.toml index e7b699965e4..396aa0be376 100644 --- a/deny.toml +++ b/deny.toml @@ -144,7 +144,7 @@ registries = [ # https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html [bans] # Lint level for when multiple versions of the same crate are detected -multiple-versions = "deny" +multiple-versions = "warn" # Lint level for when a crate version requirement is `*` wildcards = "allow" # The graph highlighting used when creating dotgraphs for crates