From 8f129d91759cdf4203bb3564ef6ea03624d87c03 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 17 Feb 2022 12:00:46 +0100 Subject: [PATCH] Ignore some SEC advisories --- .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..17520f6 --- /dev/null +++ b/.cargo/audit.toml @@ -0,0 +1,3 @@ +[advisories] +# TODO: check if chrono fixed this +ignore = [ "RUSTSEC-2020-0159", "RUSTSEC-2020-0071" ]