Skip to content

Commit

Permalink
deny.toml: Apply new serde_derive policy
Browse files Browse the repository at this point in the history
(Yeah, we currently don't depend on it... but we don't want to START doing
so by accident.)
  • Loading branch information
ssokolow committed Aug 20, 2023
1 parent 2564a89 commit da1b577
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ allow = [
[bans]
multiple-versions = "allow"
wildcards = "deny"
deny = [
{ name = "serde_derive", version = ">=1.0.172" }
]

0 comments on commit da1b577

Please sign in to comment.