summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-10-26 11:09:28 -0400
committerDan Davison <dandavison7@gmail.com>2021-10-26 11:09:28 -0400
commitde8eebeab7b9f2c81bec94dd4a49f04899821090 (patch)
tree48fb5b4417891f575bd507fcebd75b31f678464b
parentff25f2ba3be40c0ddb2354c642a7ef453ad92d45 (diff)
Ignore "RUSTSEC-2020-0159"
It appears to be inevitable at the moment due to the dependency chain syntect -> plist -> chrono See https://github.com/trishume/syntect/issues/385
-rw-r--r--.cargo/audit.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.cargo/audit.toml b/.cargo/audit.toml
new file mode 100644
index 00000000..2e95f789
--- /dev/null
+++ b/.cargo/audit.toml
@@ -0,0 +1,4 @@
+# See https://github.com/rustsec/rustsec/blob/main/cargo-audit/audit.toml.example
+
+[advisories]
+ignore = ["RUSTSEC-2020-0159"]