File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,14 +230,14 @@ ignore = [
230
230
" RUSTSEC-2021-0153" ,
231
231
# proc-macro-error is unmaintained, possible alternative: proc-macro-error2
232
232
" RUSTSEC-2024-0370" ,
233
- # lexical-core: Multiple soundness issues, depends on arrow upgrading
234
- " RUSTSEC-2023-0086" ,
235
233
# Use standard library's IsTerminal trait instead of `atty` (unmaintained)
236
234
" RUSTSEC-2024-0375" ,
237
235
# `derivative` is unmaintained; consider using an alternative (unmaintained)
238
236
" RUSTSEC-2024-0388" ,
239
237
# `instant` is unmaintained, and the author recommends using the maintained [`web-time`] crate instead.
240
238
" RUSTSEC-2024-0384" ,
239
+ # columnar: `Read` on uninitialized buffer may cause UB (ColumnarReadExt::read_typed_vec())
240
+ " RUSTSEC-2021-0087" ,
241
241
242
242
]
243
243
You can’t perform that action at this time.
0 commit comments