Skip to content

Commit

Permalink
Update cargo deny config
Browse files Browse the repository at this point in the history
  • Loading branch information
SplittyDev committed Apr 29, 2024
1 parent 4290af5 commit 1dde133
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
all-features = false
no-default-features = false
[graph]
all-features = true

[advisories]
version = 2
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
unmaintained = "warn"
yanked = "warn"
notice = "warn"
ignore = [
# "RUSTSEC-0000-0000"
]

[licenses]
unlicensed = "deny"
version = 2
allow = [
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"Unicode-DFS-2016", # used by unicode-ident
]
copyleft = "deny"
allow-osi-fsf-free = "neither"
default = "deny"

[bans]
skip = [
Expand Down

0 comments on commit 1dde133

Please sign in to comment.