Skip to content

Commit 6a34a4c

Browse files
committed
ignore cargo deny RUSTSEC-2025-0056
1 parent 3f6aac7 commit 6a34a4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ ignore = [
8888
"RUSTSEC-2021-0059", # aesni unmaintained
8989
"RUSTSEC-2021-0060", # aes-soft unmaintained
9090
"RUSTSEC-2021-0061", # aes-ctr unmaintained
91+
"RUSTSEC-2025-0056", # adler is unmaintained, use adler2 instead
9192
]
9293
# If this is true, then cargo deny will use the git executable to fetch advisory database.
9394
# If this is false, then it uses a built-in git library.

0 commit comments

Comments
 (0)