Skip to content

Commit

Permalink
Update deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SplittyDev committed Apr 23, 2024
1 parent 96df9b5 commit 3baf7be
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
all-features = false
no-default-features = false
[graph]
all-features = true

[advisories]
version = 2
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",
Expand All @@ -22,18 +19,17 @@ allow = [
"MPL-2.0", # dependencies of zitane-s3-async
"CC0-1.0",
]
copyleft = "deny"
allow-osi-fsf-free = "neither"
default = "deny"

[bans]
skip = [
]

[sources]
unknown-registry = "warn"
unknown-git = "warn"
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = [
"https://github.com/rust-lang/crates.io-index"
]
allow-git = []
allow-git = [
"https://github.com/ZitaneLabs/bincache.git"
]

0 comments on commit 3baf7be

Please sign in to comment.