Remove unnecessary import

This commit is contained in:
Pawan Dhananjay
2026-06-09 16:32:11 -07:00
parent c4817da2e7
commit 63a598a198
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -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",

View File

@@ -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" }