Skip to content

Commit

Permalink
Update Zebra's allowed duplicate dependencies (#3316)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
teor2345 and mergify[bot] authored Jan 13, 2022
1 parent ac4ed57 commit 8887ed8
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ skip = [
# dependencies starting at the specified crate, up to a certain depth, which is
# by default infinite
skip-tree = [
# ticket #2953: tracing dependencies
{ name = "tracing-subscriber", version = "=0.1.6" },

# ticket #2983: criterion dependencies
{ name = "criterion", version = "=0.3.4" },

Expand All @@ -46,9 +43,8 @@ skip-tree = [
# ticket #3063: redjubjub dependencies
{ name = "redjubjub", version = "=0.4.0" },

# ordered-map dependencies that should be dev-dependencies
# https://github.com/qwfy/ordered-map/pull/1
{ name = "env_logger", version = "=0.7.1" },
# ticket #3315: ordered-map dependencies that should be dev-dependencies
{ name = "ordered-map", version = "=0.4.2" },

# ticket #2984: owo-colors dependencies
{ name = "color-eyre", version = "=0.5.11" },
Expand All @@ -65,9 +61,8 @@ skip-tree = [
# ticket #3061: reqwest and minreq dependencies
{ name = "webpki-roots", version = "=0.18.0" },

# ticket #2980: inferno and orchard/cryptographic dependencies
{ name = "inferno", version = "=0.10.8" },
{ name = "orchard", version = "=0.0.0" },
# ticket #2980: inferno dependency on outdated arrayvec
{ name = "inferno", version = "=0.10.9" },

# upgrade orchard from deprecated `bigint` to `uint`: https://github.com/zcash/orchard/issues/219
# alternative: downgrade Zebra to `bigint`
Expand All @@ -80,7 +75,6 @@ skip-tree = [
{ name = "rand", version = "=0.7.3" },

# wait for lots of crates in the tokio ecosystem to upgrade
{ name = "redox_syscall", version = "=0.1.57" },
{ name = "socket2", version = "=0.3.16" },
]

Expand Down

0 comments on commit 8887ed8

Please sign in to comment.