Skip to content

Commit 7cd7055

Browse files
committed
1 parent 2cffe6a commit 7cd7055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deny.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,14 @@ ignore = [
230230
"RUSTSEC-2021-0153",
231231
# proc-macro-error is unmaintained, possible alternative: proc-macro-error2
232232
"RUSTSEC-2024-0370",
233-
# lexical-core: Multiple soundness issues, depends on arrow upgrading
234-
"RUSTSEC-2023-0086",
235233
# Use standard library's IsTerminal trait instead of `atty` (unmaintained)
236234
"RUSTSEC-2024-0375",
237235
# `derivative` is unmaintained; consider using an alternative (unmaintained)
238236
"RUSTSEC-2024-0388",
239237
# `instant` is unmaintained, and the author recommends using the maintained [`web-time`] crate instead.
240238
"RUSTSEC-2024-0384",
239+
# columnar: `Read` on uninitialized buffer may cause UB (ColumnarReadExt::read_typed_vec())
240+
"RUSTSEC-2021-0087",
241241

242242
]
243243

0 commit comments

Comments
 (0)