Add cargo audit configuration file

See https://github.com/romanz/electrs/pull/576#issuecomment-947430005
This commit is contained in:
Roman Zeyde 2021-10-20 11:43:43 +03:00
parent a1334c63c2
commit a82b1b910b

3
.cargo/audit.toml Normal file
View file

@ -0,0 +1,3 @@
[advisories]
ignore = ["RUSTSEC-2020-0159"]