Skip to content

Commit

Permalink
chore: fix cargo deny issues
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Nov 22, 2024
1 parent 683b334 commit 5bedf0e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
all-features = false
no-default-features = false

[advisories]
vulnerability = "deny"
unmaintained = "warn"
yanked = "warn"
notice = "warn"
ignore = [
#"RUSTSEC-0000-0000",
]

[licenses]
unlicensed = "deny"
allow = [
#"Apache-2.0 WITH LLVM-exception",
"MIT",
Expand All @@ -20,17 +13,12 @@ allow = [
"Unlicense",
"MPL-2.0",
"Unicode-DFS-2016",
"Unicode-3.0",
"CC0-1.0",
"BSD-2-Clause",
"BSD-3-Clause",
"Zlib",
]
deny = [
#"Nokia",
]
copyleft = "warn"
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 0.8
exceptions = [
# Each entry is the crate and version constraint, and its specific allow
Expand Down

0 comments on commit 5bedf0e

Please sign in to comment.