mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-10 19:25:26 +00:00
deny: ignore aes related errors
This commit is contained in:
parent
a07edc7cf4
commit
16d35a789a
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ ignore = [
|
|||
# Waiting for https://github.com/chronotope/chrono/pull/578
|
||||
"RUSTSEC-2020-0071",
|
||||
"RUSTSEC-2020-0159",
|
||||
# Waiting for https://github.com/librespot-org/librespot/issues/937
|
||||
"RUSTSEC-2021-0059",
|
||||
"RUSTSEC-2021-0060",
|
||||
"RUSTSEC-2021-0061",
|
||||
]
|
||||
|
||||
[licenses]
|
||||
|
|
Loading…
Reference in a new issue