Skip to content

Commit 2267b59

Browse files
committed
chore(test): Remove ignorance of RUSTSEC-2021-0145
Now that we're consuming criterion 0.5.1 that no longer depends on atty, removes the ignorance of RUSTSEC-2021-0145 from cargo audit test. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 3d74d4d commit 2267b59

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.cargo/audit.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
11
[advisories]
2-
# atty is an unmaintained dependency introduced by criterion.
3-
# It has a security advisory about illegal memory access on
4-
# windows.
5-
# We are using criterion only for benchmarks, so we can ignore
6-
# this vulnerability until criterion releases a new version
7-
# that replaces atty.
8-
# See https://github.com/bheisler/criterion.rs/issues/628.
9-
ignore = ["RUSTSEC-2021-0145"]

0 commit comments

Comments
 (0)