From 3254b14df0f90d51856f8e3ec6aa132fbe0e7629 Mon Sep 17 00:00:00 2001 From: Miles Wirht <114884788+philocalyst@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:49:03 -0400 Subject: [PATCH] added these until we can switch off of zeds crates (#67) --- audit.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 audit.toml diff --git a/audit.toml b/audit.toml new file mode 100644 index 0000000000..a57d12da85 --- /dev/null +++ b/audit.toml @@ -0,0 +1,5 @@ +[advisories] +ignore = [ + "RUSTSEC-2024-0384", # instant is unmaintained + "RUSTSEC-2024-0436", # paste is unmaintained +]