Skip to content

Commit

Permalink
add duplicated dependencies to deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Oct 19, 2023
1 parent cee1db6 commit 83e0542
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ deny = [
#
# Certain crates/versions that will be skipped when doing duplicate detection.
skip = [
# wait for zebra to update `incrementalmerkletree` ECC dependency
{ name = "incrementalmerkletree", version = "=0.4.0" },

# wait for zebra to update `orchard` ECC dependency
{ name = "orchard", version = "=0.5.0" },

# wait for zebra to update `zcash_primitives` ECC dependency
{ name = "zcash_primitives", version = "=0.12.0" },
]

# Similarly to `skip` allows you to skip certain crates during duplicate
Expand Down

0 comments on commit 83e0542

Please sign in to comment.