diff --git a/.cargo/audit.toml b/.cargo/audit.toml new file mode 100644 index 000000000000..6ffa4a433bb3 --- /dev/null +++ b/.cargo/audit.toml @@ -0,0 +1,5 @@ +[advisories] +ignore = [ + # we cannot do much here without an update from chrono + we do not call any affected function + "RUSTSEC-2020-0159" +]