We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699ad96 commit 0f389a4Copy full SHA for 0f389a4
1 file changed
deny.toml
@@ -31,6 +31,9 @@ ignore = [
31
32
# Bincode is unmaintained. Version 1.3.3 is considered "complete" and can still be used
33
"RUSTSEC-2025-0141",
34
+
35
+ # Paste unmaintained, but considered complete and trusted by the community.
36
+ "RUSTSEC-2024-0436",
37
]
38
39
# This section is considered when running `cargo deny check licenses`
0 commit comments