chore: add advisory ignore for unmaintained transitive dependency

This commit is contained in:
Manuel Raimann
2026-02-11 19:23:31 +01:00
parent 7d70220da0
commit a9ea097377
+5 -2
View File
@@ -1,7 +1,11 @@
[advisories]
version = 2
db-path = "~/.cargo/advisory-db"
ignore = []
ignore = [
# paste is unmaintained but it's a transitive dep via simba -> nalgebra
# with no fix available upstream yet
"RUSTSEC-2024-0436",
]
[licenses]
version = 2
@@ -9,7 +13,6 @@ allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"Unicode-3.0",
]
confidence-threshold = 0.8