Skip to content

Commit

Permalink
Fix security-audit, xxhash-rust need BSL-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Mar 1, 2024
1 parent e4c5f27 commit 31d07e7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -20,6 +15,7 @@ allow = [
"ISC",
"MIT",
"Unicode-DFS-2016",
"BSL-1.0", # xxhash-rust 0.8.10
]
copyleft = "deny"
default = "deny"
Expand Down

0 comments on commit 31d07e7

Please sign in to comment.