Skip to content

Commit

Permalink
chore: move skip to skip-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno authored Nov 11, 2024
1 parent 4f7512f commit d8bf909
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ deny = []
#exact = true

# Certain crates/versions that will be skipped when doing duplicate detection.
skip = [{ crate = "nu-ansi-term" }, { crate = "itertools" }, { crate = "hashbrown" }, { crate = "thiserror" }]
skip = [{ crate = "nu-ansi-term" }, { crate = "itertools" }, { crate = "hashbrown" }]
skip-tree = [
{ crate = "thiserror", reason = "Multiple crates use different versions" },
{ crate = "windows-sys", reason = "several crates use outdated versions" },
{ crate = "windows-core", reason = "several crates use outdated versions" },
{ crate = "windows", reason = "several crates use outdated versions" },
Expand Down

0 comments on commit d8bf909

Please sign in to comment.