diff --git a/rust/.cargo/audit.toml b/rust/.cargo/audit.toml new file mode 100644 index 000000000..200bcb455 --- /dev/null +++ b/rust/.cargo/audit.toml @@ -0,0 +1,4 @@ +[advisories] +ignore = [ + "RUSTSEC-2023-0071" # This cannot currently be patched. For more information, see: https://rustsec.org/advisories/RUSTSEC-2023-0071 +] \ No newline at end of file