Skip to content

Commit

Permalink
update cargo deny (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: Geoffrey Borough <[email protected]>
  • Loading branch information
gborough and Geoffrey Borough authored Aug 8, 2024
1 parent 83131e6 commit e356dac
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# General
# --------------------------------------------------

[graph]
all-features = true
no-default-features = true

Expand Down Expand Up @@ -36,21 +37,14 @@ allow-git = []
[advisories]
db-urls = ["https://github.com/rustsec/advisory-db"]
db-path = "~/.cargo/advisory-db"
vulnerability = "deny"
unmaintained = "warn"
yanked = "warn"
notice = "warn"
severity-threshold = "None"
ignore = []

# --------------------------------------------------
# LICENSES
# --------------------------------------------------

[licenses]
default = "deny"
copyleft = "warn"
unlicensed = "deny"
allow = [
"MIT",
"Zlib",
Expand Down

0 comments on commit e356dac

Please sign in to comment.