Skip to content

Commit

Permalink
Update deny.toml to mirror artichoke's bans.deny config
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo authored Sep 8, 2024
1 parent fe0ca45 commit 857f7e7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ allow = [
multiple-versions = "deny"
highlight = "all"
allow = []
deny = []
# This deny configuration should mirror the one in artichoke/artichoke.
deny = [
{ name = "time", version = ">=0.2.0" },
# See https://github.com/artichoke/artichoke/pull/2564 for more context.
{ name = "dirs-sys", version = ">= 0.4.1" },
]
skip = []
skip-tree = []

Expand Down

0 comments on commit 857f7e7

Please sign in to comment.