Skip to content

Commit 27c5a46

Browse files
committed
add audit.toml
1 parent d899c9a commit 27c5a46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.cargo/audit.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[advisories]
2+
ignore = [
3+
# this is the `time` segfault
4+
# `chrono` depends on `time = "0.1"`, but doesn't use the vulnerable API
5+
"RUSTSEC-2020-0071"
6+
]

0 commit comments

Comments
 (0)