We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a5568 commit 7aeb636Copy full SHA for 7aeb636
beacon_node/http_api/Cargo.toml
@@ -28,6 +28,7 @@ metrics = { workspace = true }
28
network = { workspace = true }
29
operation_pool = { workspace = true }
30
parking_lot = { workspace = true }
31
+proto_array = { workspace = true }
32
rand = { workspace = true }
33
safe_arith = { workspace = true }
34
sensitive_url = { workspace = true }
@@ -46,7 +47,6 @@ tree_hash = { workspace = true }
46
47
types = { workspace = true }
48
warp = { workspace = true }
49
warp_utils = { workspace = true }
-proto_array = { workspace = true }
50
51
[dev-dependencies]
52
genesis = { workspace = true }
0 commit comments