diff --git a/.cargo/audit.toml b/.cargo/audit.toml new file mode 100644 index 0000000..e4dda2b --- /dev/null +++ b/.cargo/audit.toml @@ -0,0 +1,6 @@ +# See https://github.com/rustsec/rustsec/blob/59e1d2ad0b9cbc6892c26de233d4925074b4b97b/cargo-audit/audit.toml.example for example. + +[advisories] +ignore = [ + "RUSTSEC-2020-0159", +]