Skip to content

Commit 0568865

Browse files
committed
Add rand dep
1 parent f4bc06b commit 0568865

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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"
116115
parking_lot = "0.12"
117116
metrics = "0.24.0"
118117
priority-queue = "2.0.0"
119-
118+
rand = { version = "0.9"}
120119

121120
# Alloy dependencies
122121
alloy-origin = { version = "1.0.41", package = "alloy", features = [
@@ -176,7 +175,6 @@ rblib-tests-macros = { path = "src/test_utils/macros", optional = true }
176175
jsonrpsee-core = { version = "0.26.0", optional = true, features = ["client"] }
177176
nanoid = { version = "0.4", optional = true }
178177
alloy-genesis = { version = "1.0", default-features = false, optional = true }
179-
rand = { version = "0.9", optional = true }
180178
ctor = { version = "0.5", optional = true }
181179
tracing-subscriber = { version = "0.3.20", features = [
182180
"env-filter",

0 commit comments

Comments
 (0)