Skip to content

Commit

Permalink
chore: Ignore RUSTSEC-2024-0436
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Mar 8, 2025
1 parent 33beb78 commit 97e15cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
all-features = true
exclude = ["examples"]

[advisories]
ignore = [
{ id = "RUSTSEC-2024-0436", reason = "paste crate is unmaintained. aws-lc-rs, aws-lc-sys and compression test depend on it." },
]

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

0 comments on commit 97e15cc

Please sign in to comment.