From 54dd2b64f4a9a6542156038847f87c3d6229f4b3 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 13 Nov 2023 20:03:58 +0800 Subject: [PATCH] chore: Ignore RUSTSEC-2021-0124 --- .cargo/audit.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index cc904ee1a1..3fb908783a 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -12,5 +12,6 @@ ignore = [ # # TODO: when `tracing-futures` drops support for `tokio` 0.1, we can remove # the `ignore` for this warning, as we will no longer pull `net2`. - "RUSTSEC-2020-0016" -] \ No newline at end of file + "RUSTSEC-2020-0016", + "RUSTSEC-2021-0124", +]