From 366a85b9161008adb32cc5af459608119c7eeb08 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 20 Jul 2023 11:53:04 -0400 Subject: [PATCH] Ignore tokio oneshot alert --- .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..8bb4054 --- /dev/null +++ b/.cargo/audit.toml @@ -0,0 +1,5 @@ +[advisories] +ignore = [ + "RUSTSEC-2021-0124" # See issue #3 +] +informational_warnings = ["unmaintained"] \ No newline at end of file