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:
Justus Winter 2024-03-26 18:22:11 +01:00
parent 1ac709cda4
commit 2143899236
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386

View File

@ -1,12 +1,19 @@
[advisories]
ignore = [
"RUSTSEC-2020-0071", # chrono not affected by time 0.1 issue
# fehler is unmaintained.
#
# fehler is used by subplot and thus an indirect dependency. Remove
# when a new version subplot is released without fehler. See
# https://gitlab.com/subplot/subplot/-/issues/340.
"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"
yanked = "deny"
@ -31,7 +38,6 @@ allow = [
"LGPL-2.0",
"LGPL-3.0",
"MIT",
"MIT-0",
"MPL-2.0",
"Unicode-DFS-2016",
]