From 0f9b9a83941ef14172c0fb089c8fd8f9b53c8715 Mon Sep 17 00:00:00 2001 From: Joy Wang <108701016+joyqvq@users.noreply.github.com> Date: Thu, 31 Oct 2024 18:45:24 -0400 Subject: [PATCH] cargo deny fix --- deny.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deny.toml b/deny.toml index b396cb4eac1215..6506509deab0d2 100644 --- a/deny.toml +++ b/deny.toml @@ -39,6 +39,8 @@ ignore = [ # Temporarily allow until arrow family of crates updates `lexical-core` to 1.0 "RUSTSEC-2023-0086", + # todo: maybe allow unmaintained + "RUSTSEC-2021-0127" ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score # lower than the range specified will be ignored. Note that ignored advisories