Skip to content

Commit

Permalink
CI: Stop ignoreing serde_cbor advisory since it is no longer being used.
Browse files Browse the repository at this point in the history
criterion.rs replaced serde_cbor in 0.4.0 so we should have removed this
workaround when upgrading to 0.4.0.
  • Loading branch information
briansmith committed Feb 15, 2023
1 parent ca173d0 commit 5d1751e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[advisories]
# https://github.com/bheisler/criterion.rs/issues/534. serde_cbor is a
# benchmark-only dependency.
ignore = ["RUSTSEC-2021-0127"]
ignore = []

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

0 comments on commit 5d1751e

Please sign in to comment.