Add config for cargo-audit

This commit is contained in:
dbr 2021-10-21 13:33:19 +11:00
parent 2f7c11bcc3
commit 6aa355b835

4
.cargo/audit.toml Normal file
View file

@ -0,0 +1,4 @@
[advisories]
ignore = [
"RUSTSEC-2020-0159", # segfault in localtime_r - low risk to TC
]