Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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: 1 addition & 3 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions anchor/message_validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ database = { workspace = true }
ethereum_ssz = { workspace = true }
gossipsub = { workspace = true }
hex = { workspace = true }
openssl = { workspace = true }
parking_lot = { workspace = true }
processor = { workspace = true }
sha2 = { workspace = true }
Expand All @@ -20,8 +21,5 @@ tokio = { workspace = true }
tracing = { workspace = true }

[dev-dependencies]
async-channel = { workspace = true }
bls = { workspace = true }
once_cell = "1.20.3"
task_executor = { workspace = true }
types = { workspace = true }
Loading