@@ -74,11 +74,13 @@ ignore = [
7474 # { id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
7575 # "a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish
7676 # { crate = "a-crate-that-is-yanked@0.1.1", reason = "you can specify why you are ignoring the yanked crate" },
77- { id = " RUSTSEC-2024-0370" , reason = " Temporary ignore until the ouroboros branch gets updated" },
77+ { id = " RUSTSEC-2024-0370" , reason = " Temporary ignore until the ouroboros branch gets updated" },
7878 # paste (via aws-lc-rs) is unmaintained
7979 # https://github.com/aws/aws-lc-rs/issues/722
80- { id = " RUSTSEC-2024-0436" , reason = " Temporary ignore until aws-lc-rs and rustls-webpki get updated" },
81- { id = " RUSTSEC-2025-0141" , reason = " Temporary ignore until heed migrates to wincode" },
80+ { id = " RUSTSEC-2024-0436" , reason = " Temporary ignore until aws-lc-rs and rustls-webpki get updated" },
81+ { id = " RUSTSEC-2025-0141" , reason = " Temporary ignore until heed migrates to wincode" },
82+ # ttf-parser (via egui) is unmaintained
83+ { id = " RUSTSEC-2026-0192" , reason = " Temporary ignore until ttf-parser is replaced by skrifa etc." },
8284]
8385# If this is true, then cargo deny will use the git executable to fetch advisory database.
8486# If this is false, then it uses a built-in git library.
0 commit comments