deny: Remove old goodlist and license entry, goodlist yaml-rust.
- yaml-rust is unmaintained. - yaml-rust is used by subplot/roadmap/serde_yaml thus an indirect dependency. Remove when a new version of roadmap is released that uses a newer version of serde_yaml. See https://gitlab.com/larswirzenius/roadmap/-/issues/13
This commit is contained in:
parent
1ac709cda4
commit
2143899236
10
deny.toml
10
deny.toml
@ -1,12 +1,19 @@
|
|||||||
[advisories]
|
[advisories]
|
||||||
ignore = [
|
ignore = [
|
||||||
"RUSTSEC-2020-0071", # chrono not affected by time 0.1 issue
|
|
||||||
# fehler is unmaintained.
|
# fehler is unmaintained.
|
||||||
#
|
#
|
||||||
# fehler is used by subplot and thus an indirect dependency. Remove
|
# fehler is used by subplot and thus an indirect dependency. Remove
|
||||||
# when a new version subplot is released without fehler. See
|
# when a new version subplot is released without fehler. See
|
||||||
# https://gitlab.com/subplot/subplot/-/issues/340.
|
# https://gitlab.com/subplot/subplot/-/issues/340.
|
||||||
"RUSTSEC-2023-0067",
|
"RUSTSEC-2023-0067",
|
||||||
|
|
||||||
|
# yaml-rust is unmaintained.
|
||||||
|
#
|
||||||
|
# yaml-rust is used by subplot/roadmap/serde_yaml thus an indirect
|
||||||
|
# dependency. Remove when a new version of roadmap is released that
|
||||||
|
# uses a newer version of serde_yaml. See
|
||||||
|
# https://gitlab.com/larswirzenius/roadmap/-/issues/13
|
||||||
|
"RUSTSEC-2024-0320",
|
||||||
]
|
]
|
||||||
unmaintained = "deny"
|
unmaintained = "deny"
|
||||||
yanked = "deny"
|
yanked = "deny"
|
||||||
@ -31,7 +38,6 @@ allow = [
|
|||||||
"LGPL-2.0",
|
"LGPL-2.0",
|
||||||
"LGPL-3.0",
|
"LGPL-3.0",
|
||||||
"MIT",
|
"MIT",
|
||||||
"MIT-0",
|
|
||||||
"MPL-2.0",
|
"MPL-2.0",
|
||||||
"Unicode-DFS-2016",
|
"Unicode-DFS-2016",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user