We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2af0a1 commit bb25937Copy full SHA for bb25937
1 file changed
deny.toml
@@ -70,7 +70,7 @@ feature-depth = 1
70
# A list of advisory IDs to ignore. Note that ignored advisories will still
71
# output a note when they are encountered.
72
ignore = [
73
- { id = "RUSTSEC_2024-0436", reason = "Even the most recent WGPU doesn't fix this yet, but metal itself is also deprecated" },
+ { id = "RUSTSEC-2024-0436", reason = "Even the most recent WGPU doesn't fix this yet, but metal itself is also deprecated" },
74
{ id = "RUSTSEC-2025-0056", reason = "No safe upgrade is available, used by multiple dependencies" },
75
#"RUSTSEC-0000-0000",
76
#{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
0 commit comments