mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-15 23:01:02 +00:00
deny: Remove obsolete entries
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1350>
This commit is contained in:
parent
a168456428
commit
389ab2e46c
1 changed files with 0 additions and 18 deletions
18
deny.toml
18
deny.toml
|
@ -10,8 +10,6 @@ ignore = [
|
|||
"RUSTSEC-2021-0060",
|
||||
"RUSTSEC-2021-0061",
|
||||
"RUSTSEC-2021-0145",
|
||||
# https://github.com/chronotope/chrono/issues/499
|
||||
"RUSTSEC-2020-0071",
|
||||
# sodiumoxide is deprecated
|
||||
"RUSTSEC-2021-0137",
|
||||
]
|
||||
|
@ -45,17 +43,6 @@ multiple-versions = "deny"
|
|||
highlight = "all"
|
||||
wildcards = "allow"
|
||||
|
||||
# ignore duplicated deps because of chrono, cookie, cookie_store, hyper,
|
||||
# hyperx, reqwest depending on old time
|
||||
# https://github.com/chronotope/chrono/issues/400
|
||||
# https://github.com/pfernie/cookie_store/issues/11
|
||||
# https://github.com/hyperium/hyper/pull/2139
|
||||
# https://github.com/dekellum/hyperx/issues/21
|
||||
# https://github.com/seanmonstar/reqwest/issues/934
|
||||
[[bans.skip]]
|
||||
name = "time"
|
||||
version = "0.1"
|
||||
|
||||
# ignore duplicated crc dependency because ffv1 depends on an old version
|
||||
# https://github.com/rust-av/ffv1/issues/21
|
||||
[[bans.skip]]
|
||||
|
@ -79,11 +66,6 @@ version = "0.9"
|
|||
name = "hmac"
|
||||
version = "0.11"
|
||||
|
||||
# ignore duplicated wasi dependency because various crates depends on an old version
|
||||
[[bans.skip]]
|
||||
name = "wasi"
|
||||
version = "0.10"
|
||||
|
||||
# ignore duplicated spin dependency because various crates depend on an old version
|
||||
[[bans.skip]]
|
||||
name = "spin"
|
||||
|
|
Loading…
Reference in a new issue