deny: Disallow duplicate dependency versions again

Partially reverts 587bb5c98f.
This commit is contained in:
Marijn Suijten 2023-10-31 16:21:48 +01:00
parent aecd4c777c
commit 2c987b6c96

View file

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