mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
deny: Unignore arrayvec/itertools now that nom/rav1e are updated to the new version
This commit is contained in:
parent
f4e7f127d9
commit
d9257c2219
1 changed files with 0 additions and 12 deletions
12
deny.toml
12
deny.toml
|
@ -29,12 +29,6 @@ confidence-threshold = 0.8
|
|||
multiple-versions = "deny"
|
||||
highlight = "all"
|
||||
|
||||
# ignore duplicated deps because of nom 5.0 depending on old lexical-core
|
||||
# https://github.com/Geal/nom/issues/1157
|
||||
[[bans.skip]]
|
||||
name = "arrayvec"
|
||||
version = "0.4"
|
||||
|
||||
# ignore duplicated deps because of hyperx and rust-argon2 via redox_users
|
||||
# depending on old base64
|
||||
# https://github.com/dekellum/hyperx/pull/20
|
||||
|
@ -68,12 +62,6 @@ version = "0.1"
|
|||
name = "percent-encoding"
|
||||
version = "1.0"
|
||||
|
||||
# ignore duplicated deps because of rav1e depending on old itertools
|
||||
# https://github.com/xiph/rav1e/pull/2261
|
||||
[[bans.skip]]
|
||||
name = "itertools"
|
||||
version = "0.8"
|
||||
|
||||
# ignore duplicated deps because of mio-named-pipes via mio depending on old
|
||||
# miow
|
||||
# https://github.com/alexcrichton/mio-named-pipes/issues/7
|
||||
|
|
Loading…
Reference in a new issue