From 7270015afe78ddc9e948ac7b20d3679193f4551a Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Wed, 19 Jan 2022 21:39:21 +0000 Subject: [PATCH] Switch deny.toml to warn about duplicate crate versions instead of denying. --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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