mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-09-02 01:43:49 +00:00
deny: Add override for paste
It's unmaintained now but there's no alternative. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1719>
This commit is contained in:
parent
6b207d8695
commit
ca76a41666
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,10 @@ exclude = [
|
|||
version = 2
|
||||
db-path = "~/.cargo/advisory-db"
|
||||
db-urls = ["https://github.com/rustsec/advisory-db"]
|
||||
ignore = []
|
||||
ignore = [
|
||||
# paste is no longer maintained but there's no alternative
|
||||
"RUSTSEC-2024-0436"
|
||||
]
|
||||
|
||||
[licenses]
|
||||
version = 2
|
||||
|
|
Loading…
Reference in a new issue