diff --git a/.cargo/audit.toml b/.cargo/audit.toml new file mode 100644 index 0000000..4ad3c87 --- /dev/null +++ b/.cargo/audit.toml @@ -0,0 +1,4 @@ +[advisories] +ignore = [ + "RUSTSEC-2023-0071", # no fix available as of 2024-12-07: https://github.com/RustCrypto/RSA/issues/19 +]