Skip to content

Commit

Permalink
chore: Updated ignored advisories in deny.toml (#431)
Browse files Browse the repository at this point in the history
Fixes #428
  • Loading branch information
timonv authored Nov 4, 2024
1 parent 3924322 commit 4a800cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ exceptions = [{ allow = ["OpenSSL"], crate = "ring" }]

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

[bans]
multiple-versions = "allow"
Expand Down

0 comments on commit 4a800cf

Please sign in to comment.