Skip to content

Commit

Permalink
temporarily disable rust advisory
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Sep 10, 2024
1 parent c1c2df8 commit b976a58
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
@@ -1,3 +1,6 @@
[advisories]
version = 2
ignore = [{ id = "RUSTSEC-2024-0320", reason = "temporarily disabling" }]
ignore = [
{ id = "RUSTSEC-2024-0320", reason = "temporarily disabling" },
{ id = "RUSTSEC-2024-0370", reason = "temporarily disabling" },
]

0 comments on commit b976a58

Please sign in to comment.