Skip to content

Commit ab14529

Browse files
committed
cargo-deny: Ignore "paste is unmaintained" "advisory"
1 parent 0cd3b67 commit ab14529

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deny.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
6868
# A list of advisory IDs to ignore. Note that ignored advisories will still
6969
# output a note when they are encountered.
7070
ignore = [
71+
# "paste is unmaintained"
72+
"RUSTSEC-2024-0436",
73+
7174
# "ring is unmaintained" – we are aware, but there is not much we can do
7275
# about it on our side for now :-/
7376
"RUSTSEC-2025-0007",

0 commit comments

Comments
 (0)