Skip to content

Commit

Permalink
try fixing deny
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Nov 13, 2024
1 parent 1920f2f commit cbe280a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ all-features = true
[output]
feature-depth = 1

[advisories]
ignore = [
"RUSTSEC-2024-0384",
"[email protected]",
{ crate = "[email protected]", reason = "Instant is need for WASM, we don't care about WASM" },
]

[licenses]
allow = [
"Apache-2.0",
Expand Down

0 comments on commit cbe280a

Please sign in to comment.