Skip to content
Closed
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
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ ignore = [
# (stuck on 0.7.3) and `alloy-signer-local` (stuck on 0.8.5). Neither is
# reachable from Pluto's loggers. Remove once upstream bumps to >=0.9.3.
{ id = "RUSTSEC-2026-0097", reason = "transitive rand <0.9.3 via cuckoofilter and alloy-signer-local; not triggerable from our code" },
# `multihash` 0.19.x still requires `core2` 0.4.0 and libp2p 0.56 has no
# compatible update that removes it yet. Remove once upstream publishes a
# non-yanked replacement in the current dependency line.
{ crate = "core2@0.4.0", reason = "transitive via multihash/libp2p; no compatible non-yanked release available yet" },
]
unmaintained = "workspace"

Expand Down
Loading