Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 7b08a97

Browse files
authored
fix(ci/deny): fix cargo deny (#3238)
## Description Fixes cargo deny checks in CI
1 parent cdb9be2 commit 7b08a97

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ignore = [
1212
"RUSTSEC-2024-0436",
1313
"RUSTSEC-2024-0384",
1414
"RUSTSEC-2025-0012",
15+
# bincode is unmaintained but still functional; transitive dep from reth-nippy-jar and test-fuzz.
16+
"RUSTSEC-2025-0141",
1517
]
1618

1719
[licenses]

0 commit comments

Comments
 (0)