Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions rust/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ ignore = [
"RUSTSEC-2025-0012",
# bincode is unmaintained but still functional; transitive dep from reth-nippy-jar and test-fuzz.
"RUSTSEC-2025-0141",
# https://rustsec.org/advisories/RUSTSEC-2026-0002 lru unused directly: https://github.com/alloy-rs/alloy/pull/3460
"RUSTSEC-2026-0002",
]

# This section is considered when running `cargo deny check bans`.
Expand Down
Loading