File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ test-utils = [
8383 " nanoid" ,
8484 " tokio/full" ,
8585 " alloy-genesis" ,
86- " rand" ,
8786 " reth-ipc" ,
8887 " reth-ethereum/test-utils" ,
8988 " reth-optimism-rpc/client" ,
@@ -116,7 +115,7 @@ jsonrpsee = "0.26.0"
116115parking_lot = " 0.12"
117116metrics = " 0.24.0"
118117priority-queue = " 2.0.0"
119-
118+ rand = { version = " 0.9 " }
120119
121120# Alloy dependencies
122121alloy-origin = { version = " 1.0.41" , package = " alloy" , features = [
@@ -176,7 +175,6 @@ rblib-tests-macros = { path = "src/test_utils/macros", optional = true }
176175jsonrpsee-core = { version = " 0.26.0" , optional = true , features = [" client" ] }
177176nanoid = { version = " 0.4" , optional = true }
178177alloy-genesis = { version = " 1.0" , default-features = false , optional = true }
179- rand = { version = " 0.9" , optional = true }
180178ctor = { version = " 0.5" , optional = true }
181179tracing-subscriber = { version = " 0.3.20" , features = [
182180 " env-filter" ,
You can’t perform that action at this time.
0 commit comments