Skip to content

Commit

Permalink
try fix deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Oct 20, 2023
1 parent 8f1e6e1 commit b88e932
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[bans]
# Lint level for when multiple versions of the same crate are detected
multiple-versions = "deny"

tails
# Don't allow wildcard ("any version") dependencies
wildcards = "deny"
# Allow private and dev wildcard dependencies.
Expand Down Expand Up @@ -72,13 +72,10 @@ skip-tree = [
# wait for indexmap, toml_edit, serde_json, tower to upgrade
{ name = "hashbrown", version = "=0.12.3" },

# ECC crates

# wait for minreq and zcash_proofs to upgrade
{ name = "rustls", version = "=0.20.9" },
# wait for jsonrpc-http-server to upgrade
{ name = "redox_syscall", version = "=0.2.16" },

# wait for zcash_proofs to upgrade
{ name = "webpki-roots", version = "=0.22.6" },
# ECC crates

# zebra-utils dependencies

Expand Down

0 comments on commit b88e932

Please sign in to comment.