From bf9dcfe40e78455ac8be732c0542da27fa1974e1 Mon Sep 17 00:00:00 2001 From: yoshidan Date: Wed, 6 Nov 2024 08:18:42 +0900 Subject: [PATCH] fix cargo deny --- deny.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deny.toml b/deny.toml index ccde4d85..27af93d4 100644 --- a/deny.toml +++ b/deny.toml @@ -35,8 +35,6 @@ yanked = "warn" # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. ignore = [ - # TODO wait for release https://github.com/apache/arrow-rs/blob/f41c258246cd4bd9d89228cded9ed54dbd00faff/arrow-cast/Cargo.toml#L52 - "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 @@ -70,7 +68,8 @@ allow = [ "Unicode-DFS-2016", "BSD-2-Clause", "BSD-3-Clause", - "CC0-1.0" + "CC0-1.0", + "Unicode-3.0" ] # The confidence threshold for detecting a license from license text. # The higher the value, the more closely the license text must be to the