Merge pull request #307 from taskchampion/auditcfg

Add config for cargo-audit
This commit is contained in:
dbr/Ben
2021-10-21 19:56:34 +11:00
committed by GitHub

5
.cargo/audit.toml Normal file
View File

@@ -0,0 +1,5 @@
[advisories]
ignore = [
"RUSTSEC-2020-0159", # segfault in localtime_r - low risk to TC
"RUSTSEC-2020-0071", # same localtime_r bug as above
]