diff --git a/rust/.cargo/audit.toml b/rust/.cargo/audit.toml new file mode 100644 index 000000000..5d1327d5d --- /dev/null +++ b/rust/.cargo/audit.toml @@ -0,0 +1,3 @@ +[advisories] +# RUSTSEC-2023-0071 side channel attack; currently not fixable +ignore = ["RUSTSEC-2023-0071"]