forked from mirrors/gstreamer-rs
deny: Update
This commit is contained in:
parent
6487380021
commit
dbd2911fbc
1 changed files with 0 additions and 12 deletions
12
deny.toml
12
deny.toml
|
@ -37,15 +37,3 @@ unknown-git = "deny"
|
|||
allow-git = [
|
||||
"https://github.com/gtk-rs/gtk-rs",
|
||||
]
|
||||
|
||||
# ignore duplicated cfg-if dependency because a few dozen dependencies still
|
||||
# pull in the old version
|
||||
[[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