Skip to content

Commit

Permalink
Update deny
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusGrass committed Aug 8, 2024
1 parent e667de8 commit 666db12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[graph]
targets = [
{ triple = "x86_64-unknown-linux-gnu" },
{ triple = "x86_64-unknown-linux-musl" },
Expand All @@ -6,7 +7,6 @@ targets = [
]

[advisories]
unmaintained = "deny"
ignore = [
]

Expand All @@ -17,12 +17,13 @@ deny = [
{ name = "openssl-sys" },
]
skip = [
# jsonwebtoken needs to update base64 internally, it's in progress but no new release
{ name = "base64", version = "=0.21.7" }
]
skip-tree = [
]

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

0 comments on commit 666db12

Please sign in to comment.