From a82b1b910be1af668b6079adb67bfddb1ec657b2 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Wed, 20 Oct 2021 11:43:43 +0300 Subject: [PATCH] Add `cargo audit` configuration file See https://github.com/romanz/electrs/pull/576#issuecomment-947430005 --- .cargo/audit.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .cargo/audit.toml diff --git a/.cargo/audit.toml b/.cargo/audit.toml new file mode 100644 index 0000000..ec7b5e0 --- /dev/null +++ b/.cargo/audit.toml @@ -0,0 +1,3 @@ +[advisories] + +ignore = ["RUSTSEC-2020-0159"]