chore: Ignore rust advisory RUSTSEC-2023-0089 (#651)

This commit is contained in:
Karolin Varner
2025-05-09 18:20:19 +02:00
committed by GitHub

View File

@@ -27,6 +27,7 @@ feature-depth = 1
ignore = [
"RUSTSEC-2024-0370",
"RUSTSEC-2024-0436",
"RUSTSEC-2023-0089",
]
# If this is true, then cargo deny will use the git executable to fetch advisory database.
# If this is false, then it uses a built-in git library.