Skip to content

Commit

Permalink
Ban duplicate tokio dependencies
Browse files Browse the repository at this point in the history
Also ban git sources for tokio dependencies.
  • Loading branch information
teor2345 committed Nov 1, 2021
1 parent bec3efb commit 7466baf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ skip = [
# dependencies starting at the specified crate, up to a certain depth, which is
# by default infinite
skip-tree = [
# ticket #2200: tokio dependencies
{ name = "metrics-exporter-prometheus", version = "=0.1.0-alpha.7" },
{ name = "tower", version = "=0.4.0" },
{ name = "tokio", version = "=0.2.23" },
{ name = "tokio-util", version = "=0.3.1" },

# ticket #2953: tracing dependencies
{ name = "tracing-subscriber", version = "=0.1.6" },

Expand Down Expand Up @@ -95,8 +89,4 @@ allow-git = [
github = [
"ZcashFoundation",
"zcash",

# ticket #2200: tokio dependencies
"hyperium",
"tower-rs",
]

0 comments on commit 7466baf

Please sign in to comment.