chore(ci): run cargo audit

This commit is contained in:
Nicolas Sarlin
2025-09-12 16:55:10 +02:00
committed by Nicolas Sarlin
parent 6b94872a00
commit b4066df77f
3 changed files with 61 additions and 1 deletions

12
.cargo/audit.toml Normal file
View File

@@ -0,0 +1,12 @@
[advisories]
ignore = [
# Ignoring unmaintained 'paste' advisory as it is a widely used, low-risk build dependency.
"RUSTSEC-2024-0436",
]
[output]
# Deny advisories that are warnings by default.
# At the moment this works if we allow paste, we might want to disable this in the future if it
# becomes too tedious
deny = ["warnings"]
quiet = false