1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-06-15 04:45:55 +01:00

add cargo audit config file

ignore yaml-rust advisory for now
This commit is contained in:
Keith Hall
2024-12-30 20:53:31 +02:00
parent d660cca8a9
commit 63560c4733

2
.cargo/audit.toml Normal file

@ -0,0 +1,2 @@
[advisories]
ignore = ["RUSTSEC-2024-0320"]