Skip to content

Commit c0dac60

Browse files
authored
chore: sync to arc-node (#39)
Automated sync via Copybara.
2 parents 748c663 + d3ed5c7 commit c0dac60

172 files changed

Lines changed: 13268 additions & 1868 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cargo/audit.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ ignore = [
1919
"RUSTSEC-2025-0134",
2020
# lru IterMut violates Stacked Borrows - used by discv5, reth-network
2121
"RUSTSEC-2026-0002",
22+
23+
# rand 0.8.5 is unsound with a custom logger - no 0.8.x patch available; upgrading
24+
# to 0.9+ requires a major-version API migration and transitive deps (yamux, libp2p)
25+
# still require rand 0.8.x
26+
"RUSTSEC-2026-0097",
2227
]

0 commit comments

Comments
 (0)