Also ignore time bug

This commit is contained in:
dbr 2021-10-21 13:45:32 +11:00
parent 6aa355b835
commit ae244055f7

View file

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