From 13ea5f284351d4b1797fd0569fdda6af9ada85d9 Mon Sep 17 00:00:00 2001 From: Jon C Date: Fri, 28 Aug 2026 17:57:09 +0200 Subject: [PATCH] audit: Ignore h2 warning #### Problem CI is failing due to a security advisory on the h2 crate. #### Summary of changes Ignore the advisory, it's not directly used by the program. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1e3856ca..c8732b7c 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ audit: --ignore RUSTSEC-2026-0098 \ --ignore RUSTSEC-2026-0099 \ --ignore RUSTSEC-2026-0104 \ + --ignore RUSTSEC-2026-0258 \ $(ARGS) spellcheck: