From 31d07e710cec19ec42baca8937da6efce075cb85 Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Fri, 1 Mar 2024 11:06:50 +0800 Subject: [PATCH] Fix security-audit, xxhash-rust need BSL-1.0 --- deny.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/deny.toml b/deny.toml index 93c6c7e2..bdb1b996 100644 --- a/deny.toml +++ b/deny.toml @@ -3,12 +3,7 @@ vulnerability = "deny" unmaintained = "warn" yanked = "deny" notice = "deny" -ignore = [ - # TODO Potential segfault in the time crate; waiting for the fix from upstream (chrono) - "RUSTSEC-2020-0071", - # TODO Potential segfault in the chrono crate; waiting for the new release of chrono - "RUSTSEC-2020-0159" -] +ignore = [] [licenses] unlicensed = "deny" @@ -20,6 +15,7 @@ allow = [ "ISC", "MIT", "Unicode-DFS-2016", + "BSL-1.0", # xxhash-rust 0.8.10 ] copyleft = "deny" default = "deny"