We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39015c commit 646ba98Copy full SHA for 646ba98
indexer/deny.toml
@@ -86,8 +86,10 @@ ignore = [
86
# Marvin Attack: potential key recovery through timing sidechannels
87
# https://github.com/iotaledger/iota-names/issues/265
88
"RUSTSEC-2023-0071",
89
- # rustls-pemfile is unmaintained
+ # `rustls-pemfile` is unmaintained
90
"RUSTSEC-2025-0134",
91
+ # `bincode` is unmaintained
92
+ "RUSTSEC-2025-0141",
93
]
94
# If this is true, then cargo deny will use the git executable to fetch advisory database.
95
# If this is false, then it uses a built-in git library.
0 commit comments