Skip to content

Commit 9aa1d80

Browse files
authored
fix(ci/deny): fix cargo deny (op-rs/kona#3238)
## Description Fixes cargo deny checks in CI
1 parent 3063d64 commit 9aa1d80

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)