Skip to content

Commit c75b706

Browse files
committed
refactor(deny.toml): rustsec
1 parent d971069 commit c75b706

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

rust/deny.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ targets = [
1616

1717
[advisories]
1818
version = 2
19-
ignore = [
20-
{ id = "RUSTSEC-2020-0168", reason = "`mach` is used by wasmtime and we have no control over that." },
21-
{ id = "RUSTSEC-2021-0145", reason = "we don't target windows, and don't use a custom global allocator." },
22-
{ id = "RUSTSEC-2024-0370", reason = "`proc-macro-error` is used by crates we rely on, we can't control what they use."},
23-
]
19+
ignore = []
2420

2521
[bans]
2622
multiple-versions = "warn"

0 commit comments

Comments
 (0)