mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-20 17:16:39 +00:00
deny: Update configuration
This commit is contained in:
parent
89346fa945
commit
b4f6e7186a
1 changed files with 7 additions and 0 deletions
|
@ -28,6 +28,7 @@ confidence-threshold = 0.8
|
|||
[bans]
|
||||
multiple-versions = "deny"
|
||||
highlight = "all"
|
||||
wildcards = "allow"
|
||||
|
||||
# ignore duplicated deps because of hyperx and rust-argon2 via redox_users
|
||||
# depending on old base64
|
||||
|
@ -59,6 +60,12 @@ version = "0.2"
|
|||
name = "winapi"
|
||||
version = "0.2"
|
||||
|
||||
# ignore duplicated deps because of rav1e depending on an old version of paste
|
||||
# https://github.com/xiph/rav1e/pull/2489
|
||||
[[bans.skip]]
|
||||
name = "paste"
|
||||
version = "0.1"
|
||||
|
||||
# ignore duplicated deps because of chrono, cookie, cookie_store, hyper,
|
||||
# hyperx, reqwest depending on old time
|
||||
# https://github.com/chronotope/chrono/issues/400
|
||||
|
|
Loading…
Reference in a new issue