mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-09-01 01:13:48 +00:00
deny: Add override for paste
It's unmaintained now but there's no alternative.
This commit is contained in:
parent
a2c9e1ef88
commit
035ebe032b
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