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 bbc5fdb
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 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 @@ -39,7 +32,5 @@ multiple-versions = "deny"
wildcards = "allow" # at least until https://github.com/EmbarkStudios/cargo-deny/issues/241 is fixed
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 bbc5fdb

Please sign in to comment.