Skip to content

Commit

Permalink
fix: ignore unmaintined advisory for proc-macro-error #479
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxCWhitehead committed Oct 8, 2024
1 parent 314b6e8 commit b187ef7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ github = ["gschup"]
name = "ring"
expression = "MIT AND ISC AND OpenSSL"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]


[advisories]
ignore = [
"RUSTSEC-2024-0370", # no upgrade available - https://github.com/fishfolk/bones/issues/479
]

0 comments on commit b187ef7

Please sign in to comment.