Skip to content

Commit

Permalink
CI: Ignore RUSTSEC-2021-0145 since it only affects benchmarks.
Browse files Browse the repository at this point in the history
See the issue linked in audit.toml for more info.
  • Loading branch information
briansmith committed Feb 15, 2023
1 parent 5d1751e commit ae1e921
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
[advisories]
ignore = []
ignore = [
# criterion.rs is a benchmark-only dependency.
# https://github.com/bheisler/criterion.rs/issues/629
# Dependency tree:
# atty 0.2.14
# └── criterion 0.4.0
# └── ring 0.17.0-not-released-yet
"RUSTSEC-2021-0145",
]

[output]
deny = ["warnings", "yanked", "unsound", "unmaintained"]
Expand Down

0 comments on commit ae1e921

Please sign in to comment.