mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-10 09:37:38 +00:00
Remove unnecessary import
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -6224,7 +6224,6 @@ dependencies = [
|
||||
"operation_pool",
|
||||
"parking_lot",
|
||||
"paste",
|
||||
"proto_array",
|
||||
"rand 0.8.5",
|
||||
"rand 0.9.2",
|
||||
"rand_chacha 0.3.1",
|
||||
|
||||
@@ -60,7 +60,6 @@ kzg = { workspace = true }
|
||||
libp2p = { workspace = true }
|
||||
matches = "0.1.8"
|
||||
paste = { workspace = true }
|
||||
proto_array = { workspace = true }
|
||||
rand_08 = { package = "rand", version = "0.8.5" }
|
||||
rand_chacha = "0.9.0"
|
||||
rand_chacha_03 = { package = "rand_chacha", version = "0.3.1" }
|
||||
|
||||
Reference in New Issue
Block a user