Skip to content

Commit

Permalink
update denies
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Oct 9, 2024
1 parent c477ce1 commit 5f11574
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,16 @@ skip-tree = [
{ name = "uint", version = "=0.9.5" },

# wait for dirs-sys to update windows-sys
{ name = "windows-sys", version = "=0.48.0" }
{ name = "windows-sys", version = "=0.48.0" },

# Remove after release candicate period is over and the ECC crates are not patched anymore
{ name = "equihash", version = "=0.2.0" },
{ name = "f4jumble", version = "=0.1.0" },
{ name = "incrementalmerkletree", version = "=0.6.0" },
{ name = "zcash_address", version = "=0.4.0" },
{ name = "zcash_keys", version = "=0.3.0" },
{ name = "zcash_primitives", version = "=0.16.0" },
{ name = "zcash_protocol", version = "=0.2.0" }
]

# This section is considered when running `cargo deny check sources`.
Expand Down

0 comments on commit 5f11574

Please sign in to comment.