Skip to content

Commit

Permalink
ignore instant crate while we're updating upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Dec 5, 2024
1 parent 4dca2e3 commit b33b084
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[advisories]
yanked = "deny"
ignore = [
{ id = "RUSTSEC-2024-0384", reason = "this is about instant crate, which is only used for benchmarks + an upstream fix is in the works." },
]

[licenses]
allow = [
Expand Down

0 comments on commit b33b084

Please sign in to comment.