Jelajahi Sumber

feat: remove chrono and time audit ignore rules (#3741)

Lucas Fernandes Nogueira 3 tahun lalu
induk
melakukan
203c6a8b13
1 mengubah file dengan 1 tambahan dan 3 penghapusan
  1. 1 3
      .cargo/audit.toml

+ 1 - 3
.cargo/audit.toml

@@ -1,6 +1,4 @@
 [advisories]
 ignore = [
-  "RUSTSEC-2020-0095", # difference is unmaintained (used by `mockito`)
-  "RUSTSEC-2020-0071", # potential segfault in the time crate (not fixed on `zip` and `mac-notification-sys`)
-  "RUSTSEC-2020-0159" # potential segfault in `localtime_r` invocations on the chrono crate (not fixed on `mac-notification-sys`)
+  "RUSTSEC-2020-0095" # difference is unmaintained (used by `mockito`)
 ]