Skip to content

Commit a9b228b

Browse files
committed
chore(deny): ignore RUSTSEC-2025-0119 number_prefix unmaintained
Transitive dep through indicatif -> hf-hub -> fastembed; no safe upgrade path available yet.
1 parent 96be23f commit a9b228b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ ignore = [
7474
{ id = "RUSTSEC-2024-0436", reason = "paste: unmaintained, transitive dep of tokenizers/rav1e; no upgrade available" },
7575
{ id = "RUSTSEC-2025-0134", reason = "rustls-pemfile: unmaintained but pulled in by readability->reqwest; only reads PEM files for TLS, no code execution risk" },
7676
{ id = "RUSTSEC-2026-0049", reason = "rustls-webpki 0.102.8: fix only in 0.103.10+; pinned by serenity 0.12 -> tokio-tungstenite 0.21 -> rustls 0.22; limited impact (requires CA compromise)" },
77+
{ id = "RUSTSEC-2025-0119", reason = "number_prefix: unmaintained; transitive dep of indicatif -> hf-hub -> fastembed; no safe upgrade available" },
7778
]
7879
# If this is true, then cargo deny will use the git executable to fetch advisory database.
7980
# If this is false, then it uses a built-in git library.

0 commit comments

Comments
 (0)