chore: disable itertools default features (#13500)

This commit is contained in:
Matthias Seitz
2024-12-22 20:31:12 +01:00
committed by GitHub
parent 0a5e430268
commit 1d0bb3d127
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ workflows:
# Ignore the case that `A` it outside of the workspace. Otherwise it will report errors in external dependencies that we have no influence on.
"--left-side-outside-workspace=ignore",
# Auxillary flags:
# Auxilary flags:
"--offline",
"--locked",
"--show-path",

View File

@ -505,7 +505,7 @@ fdlimit = "0.3.0"
generic-array = "0.14"
humantime = "2.1"
humantime-serde = "1.1"
itertools = "0.13"
itertools = { version = "0.13", default-features = false }
linked_hash_set = "0.1"
modular-bitfield = "0.11.2"
notify = { version = "6.1.1", default-features = false, features = [

View File

@ -46,7 +46,7 @@ tokio.workspace = true
## misc
eyre.workspace = true
itertools.workspace = true
itertools = { workspace = true, features = ["use_std"] }
metrics.workspace = true
parking_lot.workspace = true
rmp-serde = "1.3"

View File

@ -25,7 +25,7 @@ alloy-serde = { workspace = true, optional = true }
bytes = { workspace = true, optional = true }
derive_more.workspace = true
itertools.workspace = true
itertools= { workspace = true, features = ["use_alloc"] }
nybbles = { workspace = true, features = ["rlp"] }
# `serde` feature