From cdd2ed2777e5fce8711b86de7b8568cf99ed6d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:55:50 +0000 Subject: [PATCH] build(deps): bump itertools from 0.14.0 to 0.15.0 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.14.0 to 0.15.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- chain/ethereum/Cargo.toml | 2 +- graph/Cargo.toml | 2 +- store/postgres/Cargo.toml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 175abb749eb..46859173d15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,7 +606,7 @@ dependencies = [ "alloy-serde", "alloy-sol-types", "arbitrary", - "itertools 0.14.0", + "itertools 0.13.0", "serde", "serde_json", "serde_with", @@ -786,7 +786,7 @@ checksum = "b273587487921274f4f5d0ef2c7ef36944dcbb75a4e2318e69eae822bd263f91" dependencies = [ "alloy-json-rpc", "alloy-transport", - "itertools 0.14.0", + "itertools 0.13.0", "reqwest 0.13.2", "serde_json", "tower 0.5.2", @@ -3922,7 +3922,7 @@ dependencies = [ "hyper", "hyper-util", "indoc", - "itertools 0.14.0", + "itertools 0.15.0", "lazy-regex", "lazy_static", "lru_time_cache", @@ -3998,7 +3998,7 @@ dependencies = [ "graph-runtime-derive", "graph-runtime-wasm", "hex", - "itertools 0.14.0", + "itertools 0.15.0", "jsonrpc-core", "prost", "prost-types", @@ -4044,7 +4044,7 @@ dependencies = [ "graph-chain-near", "graph-runtime-wasm", "indoc", - "itertools 0.14.0", + "itertools 0.15.0", "parking_lot", "prometheus", "serde_yaml", @@ -4099,7 +4099,7 @@ dependencies = [ "graphman", "graphman-server", "indicatif", - "itertools 0.14.0", + "itertools 0.15.0", "json-structural-diff", "lazy_static", "prometheus", @@ -4219,7 +4219,7 @@ dependencies = [ "graph", "graphman-store", "hex", - "itertools 0.14.0", + "itertools 0.15.0", "lazy_static", "lru_time_cache", "openssl", @@ -4284,7 +4284,7 @@ dependencies = [ "graph", "graph-store-postgres", "graphman-store", - "itertools 0.14.0", + "itertools 0.15.0", "thiserror 2.0.18", "tokio", ] @@ -6467,7 +6467,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7" dependencies = [ "heck 0.5.0", - "itertools 0.14.0", + "itertools 0.10.5", "log", "multimap", "petgraph 0.8.3", @@ -6488,7 +6488,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.118", diff --git a/Cargo.toml b/Cargo.toml index 1b3e80d32c4..45de29e5bfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ graphman-store = { path = "./core/graphman_store" } graphql-tools = "0.5.1" indicatif = "0.18" Inflector = "0.11.3" -itertools = "0.14.0" +itertools = "0.15.0" lazy_static = "1.5.0" prost = "0.14" prost-types = "0.14" diff --git a/chain/ethereum/Cargo.toml b/chain/ethereum/Cargo.toml index fc17012fb94..a9c9d42a124 100644 --- a/chain/ethereum/Cargo.toml +++ b/chain/ethereum/Cargo.toml @@ -20,7 +20,7 @@ tokio = { workspace = true } tokio-stream = { workspace = true } tower = { workspace = true } -itertools = "0.14.0" +itertools = "0.15.0" graph-runtime-wasm = { path = "../../runtime/wasm" } graph-runtime-derive = { path = "../../runtime/derive" } diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 4d306c33e3a..55b4b19cbfa 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -80,7 +80,7 @@ wasmparser = "0.118.1" thiserror = { workspace = true } parking_lot = "0.12.5" portable-atomic = { version = "1.13", features = ["fallback"] } -itertools = "0.14.0" +itertools = "0.15.0" defer = "0.2" serde_plain = "1.0.2" diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index 52f33bb7177..629b8beb4b9 100644 --- a/store/postgres/Cargo.toml +++ b/store/postgres/Cargo.toml @@ -32,7 +32,7 @@ tokio = { workspace = true } tokio-stream = { workspace = true } anyhow = "1.0.102" git-testament = { workspace = true } -itertools = "0.14.0" +itertools = "0.15.0" hex = "0.4.3" pretty_assertions = "1.4.1" sqlparser = { workspace = true }