deny: Update

This commit is contained in:
Sebastian Dröge 2021-01-09 12:50:46 +02:00
parent 835273923e
commit 89acc11e2c

View file

@ -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"