Skip to content

Commit

Permalink
.cargo/audit.toml: initial config with RUSTSEC-2021-0127 (#471)
Browse files Browse the repository at this point in the history
Ignores `RUSTSEC-2021-0127`: `serde_cbor` is unmaintained

This is a transitive dependency of `criterion`
  • Loading branch information
tarcieri authored Dec 1, 2021
1 parent 0069b86 commit 0fb805d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[advisories]
ignore = [
"RUSTSEC-2021-0127", # serde_cbor is unmaintained
]

0 comments on commit 0fb805d

Please sign in to comment.