Remove syn from cargo deny skip, warn on multiple-versions
This commit is contained in:
parent
39895c988a
commit
587bb5c98f
1 changed files with 1 additions and 4 deletions
|
|
@ -186,7 +186,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 = "deny"
|
multiple-versions = "warn"
|
||||||
# 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
|
||||||
|
|
@ -243,9 +243,6 @@ deny = [
|
||||||
|
|
||||||
# Certain crates/versions that will be skipped when doing duplicate detection.
|
# Certain crates/versions that will be skipped when doing duplicate detection.
|
||||||
skip = [
|
skip = [
|
||||||
# TODO: We allow syn 1.0 during the transition to syn 2.0. Remove this when
|
|
||||||
# syn is not in the dependency tree anymore.
|
|
||||||
{ name = "syn", version = "1" }
|
|
||||||
#{ name = "ansi_term", version = "=0.11.0" },
|
#{ name = "ansi_term", version = "=0.11.0" },
|
||||||
]
|
]
|
||||||
# Similarly to `skip` allows you to skip certain crates during duplicate
|
# Similarly to `skip` allows you to skip certain crates during duplicate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue