Skip to content

Commit

Permalink
fix(ci): sync with standard deny.toml from cat-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed May 9, 2024
1 parent 3aadaa8 commit ff9d92d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catalyst-gateway/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ all-features = true
version = 2
ignore = [
{ id = "RUSTSEC-2020-0168", reason = "`mach` is used by wasmtime and we have no control over that." },
{ id = "RUSTSEC-2021-0145", reason = "we don't target windows, and don;t use a custom global allocator." },
]

[bans]
Expand Down

0 comments on commit ff9d92d

Please sign in to comment.