chore(deps): bump itertools (#3998)

This commit is contained in:
Matthias Seitz
2023-07-31 13:53:24 +02:00
committed by GitHub
parent ed3d7366a0
commit e2142481c0
7 changed files with 14 additions and 13 deletions

View File

@ -32,7 +32,7 @@ thiserror.workspace = true
# optional deps for the test-utils feature
reth-rlp = { workspace = true, optional = true }
tempfile = { version = "3.3", optional = true }
itertools = { version = "0.10", optional = true }
itertools = { workspace = true, optional = true }
[dev-dependencies]
reth-db = { path = "../../storage/db", features = ["test-utils"] }
@ -42,7 +42,7 @@ reth-tracing = { path = "../../tracing" }
assert_matches = "1.5.0"
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
reth-rlp.workspace = true
itertools = "0.10"
itertools.workspace = true
tempfile = "3.3"