Skip to content

Commit

Permalink
Update cargo-deny config
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Dec 9, 2024
1 parent 44e014e commit c337f65
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,9 @@ allow = [
"BSD-2-Clause",
"BSD-3-Clause",
"MIT",
"MIT-0",
"MPL-2.0",
"Unicode-DFS-2016",
"Unicode-3.0",
]

[[licenses.exceptions]]
allow = ["WTFPL"]
name = "pcx"
version = "*"

[advisories]
yanked = "deny"
ignore = []
Expand All @@ -41,5 +34,4 @@ deny = []
skip = [
{ name = "bitflags" }, # Some deps depend on 1.3.2 while others on 2.6.0
{ name = "hashbrown" }, # Some deps depend on 0.13.2 while others on 0.14.5
{ name = "miniz_oxide" } # Some deps depend on 0.7.4 while others on 0.8.0
]

0 comments on commit c337f65

Please sign in to comment.