Skip to content

Commit

Permalink
Update deny.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfallin committed Dec 2, 2024
1 parent c0ee7b2 commit b3be82e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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-apple-darwin" },
Expand All @@ -7,8 +8,6 @@ targets = [

# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
[advisories]
vulnerability = "deny"
unmaintained = "deny"
yanked = "deny"
ignore = []

Expand All @@ -19,6 +18,7 @@ allow = [
"Apache-2.0",
"MIT",
"Unicode-DFS-2016",
"Unicode-3.0",
]

# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
Expand Down

0 comments on commit b3be82e

Please sign in to comment.