forked from mirrors/gstreamer-rs
deny: Update
This commit is contained in:
parent
835273923e
commit
89acc11e2c
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[advisories]
|
||||
db-path = "~/.cargo/advisory-db"
|
||||
db-url = "https://github.com/rustsec/advisory-db"
|
||||
db-urls = ["https://github.com/rustsec/advisory-db"]
|
||||
vulnerability = "deny"
|
||||
unmaintained = "warn"
|
||||
notice = "warn"
|
||||
|
@ -43,3 +43,9 @@ allow-git = [
|
|||
[[bans.skip]]
|
||||
name = "cfg-if"
|
||||
version = "0.1"
|
||||
|
||||
# ignore duplicated itertools dependency because a few dozen dependencies still
|
||||
# pull in the old version
|
||||
[[bans.skip]]
|
||||
name = "itertools"
|
||||
version = "0.9"
|
||||
|
|
Loading…
Reference in a new issue