cargo: Ignore tracked advisories

This commit is contained in:
Lorenz Leutgeb 2024-05-10 18:53:39 +02:00 committed by cloudhead
parent d5045417d6
commit 11a1bca0fc
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

5
.cargo/audit.toml Normal file
View File

@ -0,0 +1,5 @@
[advisories]
ignore = [
"RUSTSEC-2023-0071", # issue bd8af7a5e3fd02c0963d7550a5cc2cab00950775
"RUSTSEC-2024-0335", # patch 5ece76e0e9defd0787ac01aa21588e27c8e22652
]