Skip to content

Commit

Permalink
fix deny
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidan committed Oct 10, 2023
1 parent e8cd53e commit ea9bdc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,13 @@ deny = [

# Certain crates/versions that will be skipped when doing duplicate detection.
skip = [
{ name = "regex-syntax", version = "=0.6.29" },
{ name = "regex-automata", version = "=0.1.10" },
]
# Similarly to `skip` allows you to skip certain crates during duplicate
# detection. Unlike skip, it also includes the entire tree of transitive
# dependencies starting at the specified crate, up to a certain depth, which is
# by default infinite.
skip-tree = [
{ name = "regex-automata" },
{ name = "windows-sys" },
{ name = "reqwest" },
]
Expand Down

0 comments on commit ea9bdc8

Please sign in to comment.