From 298108d7d8735b2693b5eb7e526880ffa6d0e706 Mon Sep 17 00:00:00 2001 From: Brandon Konkle Date: Tue, 3 Sep 2024 16:56:34 -0600 Subject: [PATCH] Add another ignore until SeaORM can be updated to v1.1 --- Makefile.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile.toml b/Makefile.toml index 31c3109..efc8c46 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -90,8 +90,14 @@ args = ["nextest", "run", "--features=integration", "${@}"] [tasks.audit] command = "cargo" -# Ignore RUSTSEC-2023-0071 until SeaORM can be updated with an rsa fix -args = ["audit", "--ignore", "RUSTSEC-2023-0071"] +# Ignore RUSTSEC-2023-0071 and RUSTSEC-2024-0363 until SeaORM can be updated with an rsa & sqlx fix +args = [ + "audit", + "--ignore", + "RUSTSEC-2023-0071", + "--ignore", + "RUSTSEC-2024-0363", +] [tasks.timings] script = '''