diff --git a/.cargo/audit.toml b/.cargo/audit.toml index ce4b72659f..141c66d3a7 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -5,6 +5,11 @@ ignore = [ # upstream issue: https://github.com/phsym/prettytable-rs/issues/119 "RUSTSEC-2018-0015", + # title: Potential segfault in the time crate + # why needed: used by `chrono` + # upstream issue: https://github.com/chronotope/chrono/issues/553 + "RUSTSEC-2020-0071", + # title: memmap is unmaintained # why needed: used by `symbolic` which is used by `pprof` # upstream issue: https://github.com/getsentry/symbolic/issues/304