diff --git a/deny.toml b/deny.toml index fcb321d3a67..b62e053ec8b 100644 --- a/deny.toml +++ b/deny.toml @@ -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