chore: bump itertools (#5867)

This commit is contained in:
Matthias Seitz
2023-12-27 14:15:59 +01:00
committed by GitHub
parent 8e9b02f128
commit ff78d1e1f9
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"