From 871690f4c9d6dfd4f5cf3295d8a235a0928b9e71 Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Sun, 25 Dec 2022 21:02:47 +0100 Subject: [PATCH] remove audit-ignores for time v0.1 --- .cargo/audit.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 2d2668d93..f71315d50 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -3,12 +3,6 @@ ignore = [ "RUSTSEC-2020-0036", # failure is officially deprecated/unmaintained # https://github.com/rust-lang/docs.rs/issues/1014 - "RUSTSEC-2020-0071", # `time` localtime_r segfault - # https://github.com/rust-lang/docs.rs/issues/1523 - - "RUSTSEC-2020-0159", # `chrono` localtime_r segfault - # https://github.com/rust-lang/docs.rs/issues/1525 - "RUSTSEC-2021-0127", # serde_cbor is unmaintained # https://github.com/rust-lang/docs.rs/issues/1568 ]