From 1eab81f47eeb26c8b9f4f18a425e808b604242e5 Mon Sep 17 00:00:00 2001 From: Marco Neumann Date: Tue, 30 Nov 2021 15:46:34 +0100 Subject: [PATCH] chore: ignore `RUSTSEC-2021-0127` --- .cargo/audit.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index b4e7b2d43b..0a54839ea8 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -39,6 +39,11 @@ ignore = [ # why needed: part of `arrow` # upstream issue: https://github.com/google/flatbuffers/issues/6627 "RUSTSEC-2021-0122", + + # title: serde_cbor is unmaintained + # why needed: used by `criterion` + # upstream issue: https://github.com/bheisler/criterion.rs/issues/534 + "RUSTSEC-2021-0127", ] [output]