Skip to content

Commit

Permalink
Fix cargo deny
Browse files Browse the repository at this point in the history
uklotzde committed Nov 12, 2024
1 parent acd3a08 commit 078a70d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .deny.toml
Original file line number Diff line number Diff line change
@@ -8,6 +8,8 @@ all-features = true
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
yanked = "deny"
# TODO: Remove this exception when it is no longer needed.
ignore = [{ id = "RUSTSEC-2024-0384", reason = "needed by tantivy v0.22.0" }]

[licenses]
allow = [
@@ -19,6 +21,7 @@ allow = [
"ISC",
"MIT",
"MPL-2.0",
"Unicode-3.0",
"Unicode-DFS-2016",
"Unlicense",
"zlib-acknowledgement",

0 comments on commit 078a70d

Please sign in to comment.