diff --git a/.cargo/audit.toml b/.cargo/audit.toml new file mode 100644 index 00000000..d1ef853a --- /dev/null +++ b/.cargo/audit.toml @@ -0,0 +1,5 @@ +[advisories] +ignore = [ + # Waiting on trin ethportal-api to fix this issue with the validator crate + "RUSTSEC-2024-0421", +]