Skip to content

Commit

Permalink
edit deny
Browse files Browse the repository at this point in the history
  • Loading branch information
Endle committed Sep 21, 2024
1 parent 7692bd9 commit c5b607d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fire_seq_search_server/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`.
Expand Down

0 comments on commit c5b607d

Please sign in to comment.