mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 05:21:00 +00:00
deny: Ignore RUSTSEC-2020-0071 for now
Waiting for https://github.com/chronotope/chrono/pull/578
This commit is contained in:
parent
b0cebbedbc
commit
bd8a7e8df7
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ vulnerability = "deny"
|
|||
unmaintained = "warn"
|
||||
notice = "warn"
|
||||
ignore = [
|
||||
# Waiting for https://github.com/chronotope/chrono/pull/578
|
||||
"RUSTSEC-2020-0071",
|
||||
]
|
||||
|
||||
[licenses]
|
||||
|
|
Loading…
Reference in a new issue