Skip to content

Commit

Permalink
chore: Update deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Nov 5, 2024
1 parent 52198f7 commit dbd648f
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
Expand Up @@ -10,22 +10,22 @@ allow = [
"ISC",
"MIT",
"Unicode-DFS-2016",
"WTFPL",
"MPL-2.0",
"Apache-2.0 WITH LLVM-exception",
"Unlicense",
"CC0-1.0",
"zlib-acknowledgement",
"Zlib",
"0BSD",
"Unicode-3.0",
]
exceptions = [{ allow = ["OpenSSL"], crate = "ring" }]

[advisories]
version = 2
ignore = [
{ id = "RUSTSEC-2023-0086", reason = "Ignore a security adivisory on lexical-core" },
{ id = "dotenv", reason = "Dotenv is used by spider" },
{ id = "RUSTSEC-2021-0141", reason = "Dotenv is used by spider" },
]

[bans]
Expand Down

0 comments on commit dbd648f

Please sign in to comment.