Skip to content

Commit

Permalink
chore(deps): bump itertools (#3998)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jul 31, 2023
1 parent ed3d736 commit e214248
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ serde = { version = "1.0", default-features = false }
rand = "0.8.5"
strum = "0.25"
rayon = "1.7"
itertools = "0.11"

### proc-macros
proc-macro2 = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/net/downloaders/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand All @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions crates/prune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ reth-interfaces.workspace = true
# misc
tracing.workspace = true
thiserror.workspace = true
itertools = "0.10"
rayon = "1.6.0"
itertools.workspace = true
rayon.workspace = true

[dev-dependencies]
# reth
Expand Down
2 changes: 1 addition & 1 deletion crates/rpc/rpc-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ reth-rlp.workspace = true
thiserror.workspace = true

# misc
itertools = "0.10"
itertools.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
jsonrpsee-types.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/stages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ serde.workspace = true
# misc
thiserror.workspace = true
aquamarine = "0.3.0"
itertools = "0.10.5"
itertools.workspace = true
rayon.workspace = true
num-traits = "0.2.15"

Expand All @@ -56,7 +56,7 @@ reth-rlp.workspace = true
reth-revm = { path = "../revm" }
reth-trie = { path = "../trie", features = ["test-utils"] }

itertools = "0.10.5"
itertools.workspace = true
tokio = { workspace = true, features = ["rt", "sync", "macros"] }
assert_matches = "1.5.0"
rand.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/storage/provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tracing.workspace = true

# misc
auto_impl = "1.0"
itertools = "0.10"
itertools.workspace = true
pin-project.workspace = true
derive_more = "0.99"
parking_lot = "0.12"
Expand Down

0 comments on commit e214248

Please sign in to comment.