mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-30 17:48:03 -05:00
chore: bump itertools (#5867)
This commit is contained in:
14
Cargo.lock
generated
14
Cargo.lock
generated
@@ -5601,7 +5601,7 @@ dependencies = [
|
||||
"human_bytes",
|
||||
"humantime",
|
||||
"hyper",
|
||||
"itertools 0.11.0",
|
||||
"itertools 0.12.0",
|
||||
"jemalloc-ctl",
|
||||
"jemallocator",
|
||||
"metrics",
|
||||
@@ -5818,7 +5818,7 @@ dependencies = [
|
||||
"futures",
|
||||
"heapless",
|
||||
"iai",
|
||||
"itertools 0.11.0",
|
||||
"itertools 0.12.0",
|
||||
"metrics",
|
||||
"modular-bitfield",
|
||||
"page_size",
|
||||
@@ -5904,7 +5904,7 @@ dependencies = [
|
||||
"assert_matches",
|
||||
"futures",
|
||||
"futures-util",
|
||||
"itertools 0.11.0",
|
||||
"itertools 0.12.0",
|
||||
"metrics",
|
||||
"pin-project",
|
||||
"rayon",
|
||||
@@ -6296,7 +6296,7 @@ dependencies = [
|
||||
"assert_matches",
|
||||
"auto_impl",
|
||||
"dashmap",
|
||||
"itertools 0.11.0",
|
||||
"itertools 0.12.0",
|
||||
"metrics",
|
||||
"parking_lot 0.12.1",
|
||||
"pin-project",
|
||||
@@ -6321,7 +6321,7 @@ name = "reth-prune"
|
||||
version = "0.1.0-alpha.13"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"itertools 0.11.0",
|
||||
"itertools 0.12.0",
|
||||
"metrics",
|
||||
"rayon",
|
||||
"reth-config",
|
||||
@@ -6516,7 +6516,7 @@ dependencies = [
|
||||
"bytes",
|
||||
"ethereum_ssz",
|
||||
"ethereum_ssz_derive",
|
||||
"itertools 0.11.0",
|
||||
"itertools 0.12.0",
|
||||
"jsonrpsee-types",
|
||||
"proptest",
|
||||
"proptest-derive",
|
||||
@@ -6568,7 +6568,7 @@ dependencies = [
|
||||
"auto_impl",
|
||||
"criterion",
|
||||
"futures-util",
|
||||
"itertools 0.11.0",
|
||||
"itertools 0.12.0",
|
||||
"metrics",
|
||||
"num-traits",
|
||||
"paste",
|
||||
|
||||
@@ -173,7 +173,7 @@ rand = "0.8.5"
|
||||
schnellru = "0.2"
|
||||
strum = "0.25"
|
||||
rayon = "1.7"
|
||||
itertools = "0.11"
|
||||
itertools = "0.12"
|
||||
parking_lot = "0.12"
|
||||
metrics = "0.21.1" # Needed for `metrics-macro` to resolve the crate using `::metrics` notation
|
||||
hex-literal = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user