Skip to content

Commit 425d7e3

Browse files
committed
chore(deny): remove RUSTSEC-2025-0141 ignore after bincode removal
bincode 1.x is no longer in the dependency tree (replaced by postcard 1.x in mlxcel-core). Remove the ignore entry so cargo deny enforces the advisory going forward. The paste advisory (RUSTSEC-2024-0436) is retained — it is a separate transitive-via-tokenizers concern, unchanged by this PR.
1 parent b3c383c commit 425d7e3

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

deny.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ no-default-features = false
1818
[advisories]
1919
db-path = "~/.cargo/advisory-db"
2020
ignore = [
21-
# `bincode 1.3.3` — used by mlxcel-core. The bincode 1.x team has permanently
22-
# ceased development (RUSTSEC-2025-0141). No safe upgrade exists; bincode 2.x
23-
# is a different crate with a breaking API. Migration to an alternative
24-
# (postcard / bitcode / rkyv) is tracked separately and is not a runtime
25-
# security issue — the advisory is "unmaintained", not a vulnerability.
26-
{ id = "RUSTSEC-2025-0141", reason = "bincode 1.x permanently unmaintained; migration tracked in a follow-up issue; no runtime vulnerability" },
27-
2821
# `paste 1.0.15` — transitive via the `tokenizers` crate (HF). The author
2922
# archived the project (RUSTSEC-2024-0436). `pastey` is a drop-in fork but
3023
# adoption depends on upstream `tokenizers` switching. No runtime vulnerability

0 commit comments

Comments
 (0)