Skip to content

Commit bb25937

Browse files
committed
CI: Fix Typo in cargo-deny.
1 parent f2af0a1 commit bb25937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ feature-depth = 1
7070
# A list of advisory IDs to ignore. Note that ignored advisories will still
7171
# output a note when they are encountered.
7272
ignore = [
73-
{ id = "RUSTSEC_2024-0436", reason = "Even the most recent WGPU doesn't fix this yet, but metal itself is also deprecated" },
73+
{ id = "RUSTSEC-2024-0436", reason = "Even the most recent WGPU doesn't fix this yet, but metal itself is also deprecated" },
7474
{ id = "RUSTSEC-2025-0056", reason = "No safe upgrade is available, used by multiple dependencies" },
7575
#"RUSTSEC-0000-0000",
7676
#{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },

0 commit comments

Comments
 (0)