From f2872a2e070c2abf794ad7555aecc7f88ca473e6 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Tue, 22 Aug 2023 22:15:13 -0400 Subject: [PATCH] Silence RUSTSEC tracked by https://github.com/serai-dex/serai/355 Since it isn't resolvable immediately, it's better to track it than effectively neuter the deny job (as it would always error). --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index d9b98523..9ddbd5c9 100644 --- a/deny.toml +++ b/deny.toml @@ -11,6 +11,7 @@ ignore = [ "RUSTSEC-2020-0071", # https://github.com/chronotope/chrono/issues/602 "RUSTSEC-2021-0139", # https://github.com/serai-dex/serai/228 "RUSTSEC-2022-0061", # https://github.com/serai-dex/serai/227 + "RUSTSEC-2023-0052", # https://github.com/serai-dex/serai/355 ] [licenses]