From 50a4f5938acfca4d8ef4f99e11cae471673d44a3 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 13 Jan 2023 17:44:20 -0500 Subject: [PATCH] Correct syntax in prior commit --- deny.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deny.toml b/deny.toml index c4d8f391..59376eeb 100644 --- a/deny.toml +++ b/deny.toml @@ -9,11 +9,11 @@ unmaintained = "warn" ignore = [ "RUSTSEC-2020-0071", # https://github.com/chronotope/chrono/issues/602 - "RUSTSEC-2021-0139". # https://github.com/serai-dex/serai/228 - "RUSTSEC-2021-0145". # https://github.com/serai-dex/serai/225 - "RUSTSEC-2022-0061". # https://github.com/serai-dex/serai/227 + "RUSTSEC-2021-0139", # https://github.com/serai-dex/serai/228 + "RUSTSEC-2021-0145", # https://github.com/serai-dex/serai/225 + "RUSTSEC-2022-0061", # https://github.com/serai-dex/serai/227 "RUSTSEC-2022-0075", # https://github.com/serai-dex/serai/226 - "RUSTSEC-2022-0076". # https://github.com/serai-dex/serai/226 + "RUSTSEC-2022-0076", # https://github.com/serai-dex/serai/226 ] [licenses]