Skip to content

Commit

Permalink
Ignore unmaintained safemem dependency of plist
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Mar 19, 2024
1 parent 44bffce commit 389b3f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ multiple-versions = "deny"
deny = []
skip = []

[advisories]
ignore = [
# Unmtaintained `safemem` dependency - only used by plist to build
"RUSTSEC-2023-0081",
]

[licenses]
unlicensed = "deny"
# We want really high confidence when inferring licenses from text
Expand Down

0 comments on commit 389b3f0

Please sign in to comment.