From c5b607ddc84dabfedb171cc1331cb76cfffaf384 Mon Sep 17 00:00:00 2001 From: Zhenbo Li Date: Sat, 21 Sep 2024 10:38:44 -0400 Subject: [PATCH] edit deny --- fire_seq_search_server/deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fire_seq_search_server/deny.toml b/fire_seq_search_server/deny.toml index 95c657c..944f728 100644 --- a/fire_seq_search_server/deny.toml +++ b/fire_seq_search_server/deny.toml @@ -23,6 +23,7 @@ allow = [ "MIT", "Apache-2.0", "BSD-2-Clause", "BSD-3-Clause", "CC0-1.0", + "MPL-2.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 @@ -34,7 +35,6 @@ confidence-threshold = 0.8 exceptions = [ { name = "fastdivide", allow = ["zlib-acknowledgement"] }, { name = "unicode-ident", allow = ["Unicode-DFS-2016"] }, - { allow = ["Unlicense"], crate = "measure_time" }, # tantivy ] # This section is considered when running `cargo deny check bans`.