mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Add config for cargo-audit
This commit is contained in:
parent
2f7c11bcc3
commit
6aa355b835
1 changed files with 4 additions and 0 deletions
4
.cargo/audit.toml
Normal file
4
.cargo/audit.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[advisories]
|
||||
ignore = [
|
||||
"RUSTSEC-2020-0159", # segfault in localtime_r - low risk to TC
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue