Skip to content

cargo deny check fails: RUSTSEC-2025-0137 advisory not encountered #575

@Himess

Description

@Himess

Description

cargo deny check is failing on all PRs with the following errors:

1. Stale advisory (RUSTSEC-2025-0137)

warning[advisory-not-detected]: advisory was not encountered
   ┌─ deny.toml:12:6
   │
12 │     "RUSTSEC-2025-0137",
   │      ━━━━━━━━━━━━━━━━━ no crate matched advisory criteria

Cause: The ruint crate has been updated to v1.17.2 which is not affected by this advisory. The ignore entry is now stale.

Solution: Remove the stale entry.

2. New advisory (RUSTSEC-2025-0141)

error[unmaintained]: Bincode is unmaintained
    ├ ID: RUSTSEC-2025-0141

Cause: bincode v1.3.3 is used by reth-nippy-jar and has been marked as unmaintained.

Solution: Add to ignore list (bincode is a core dependency and works fine).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions