From c5837e896773971c5b0908d122aa1b5b8be532b6 Mon Sep 17 00:00:00 2001 From: Brian Hardock Date: Thu, 9 Apr 2026 15:31:21 -0600 Subject: [PATCH] Add audit.toml Signed-off-by: Brian Hardock --- .cargo/audit.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cargo/audit.toml diff --git a/.cargo/audit.toml b/.cargo/audit.toml new file mode 100644 index 0000000..9892d89 --- /dev/null +++ b/.cargo/audit.toml @@ -0,0 +1,5 @@ +[advisories] +ignore = [ + "RUSTSEC-2026-0049", + "RUSTSEC-2026-0037", +] \ No newline at end of file