diff --git a/deny.toml b/deny.toml index c5b514a742b35..b396cb4eac121 100644 --- a/deny.toml +++ b/deny.toml @@ -36,6 +36,9 @@ ignore = [ "RUSTSEC-2024-0320", # allow unmaintained proc-macro-error used in transitive dependencies "RUSTSEC-2024-0370", + + # Temporarily allow until arrow family of crates updates `lexical-core` to 1.0 + "RUSTSEC-2023-0086", ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score # lower than the range specified will be ignored. Note that ignored advisories