deny.toml: skip orchard and equihash instead of zcash_primitives (#3044)

Co-authored-by: Deirdre Connolly <deirdre@zfnd.org>
This commit is contained in:
Conrado Gouvea 2021-11-09 20:28:56 -03:00 committed by GitHub
parent 85b016756d
commit 02526c3339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -41,7 +41,10 @@ skip-tree = [
{ name = "fpe", version = "=0.4.0" },
# ticket #2982: librustzcash and orchard git versions
{ name = "zcash_primitives", version = "=0.5.0" },
# Note that the equihash duplication is probably because `zcash_primitives`
# (which imports it with a path import) is being imported as a git dependency.
{ name = "equihash", version = "=0.1.0" },
{ name = "orchard", version = "=0.0.0" },
# ticket #2983: criterion dependencies
{ name = "criterion", version = "=0.3.4" },