chore: fix unused dep (#19397)

This commit is contained in:
Matthias Seitz
2025-10-29 22:19:29 +01:00
committed by GitHub
parent be50b284b3
commit e808b9ab8f

View File

@@ -51,7 +51,7 @@ thiserror.workspace = true
tracing.workspace = true
tempfile = { workspace = true, optional = true }
itertools.workspace = true
itertools = { workspace = true, optional = true }
[dev-dependencies]
async-compression = { workspace = true, features = ["gzip", "tokio"] }
@@ -70,7 +70,7 @@ tempfile.workspace = true
[features]
default = []
file-client = ["dep:async-compression", "dep:alloy-rlp"]
file-client = ["dep:async-compression", "dep:alloy-rlp", "dep:itertools"]
test-utils = [
"tempfile",
"reth-consensus/test-utils",