Skip to content

Commit a646e2b

Browse files
build(deps): bump itertools from 0.13.0 to 0.14.0
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6026fe0 commit a646e2b

File tree

5 files changed

+9
-18
lines changed

5 files changed

+9
-18
lines changed

Cargo.lock

Lines changed: 5 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ graph-store-postgres = { path = "./store/postgres" }
6464
graphman-server = { path = "./server/graphman" }
6565
graphman = { path = "./core/graphman" }
6666
graphman-store = { path = "./core/graphman_store" }
67-
itertools = "0.13.0"
67+
itertools = "0.14.0"
6868
lazy_static = "1.5.0"
6969
prost = "0.13"
7070
prost-types = "0.13"

chain/ethereum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hex = "0.4.3"
1616
semver = "1.0.23"
1717
thiserror = { workspace = true }
1818

19-
itertools = "0.13.0"
19+
itertools = "0.14.0"
2020

2121
graph-runtime-wasm = { path = "../../runtime/wasm" }
2222
graph-runtime-derive = { path = "../../runtime/derive" }

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ futures03 = { version = "0.3.1", package = "futures", features = ["compat"] }
8989
wasmparser = "0.118.1"
9090
thiserror = "2.0.12"
9191
parking_lot = "0.12.3"
92-
itertools = "0.13.0"
92+
itertools = "0.14.0"
9393
defer = "0.2"
9494

9595
# Our fork contains patches to make some fields optional for Celo and Fantom compatibility.

store/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ serde_json = { workspace = true }
2929
stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" }
3030
anyhow = "1.0.98"
3131
git-testament = "0.2.6"
32-
itertools = "0.13.0"
32+
itertools = "0.14.0"
3333
hex = "0.4.3"
3434
pretty_assertions = "1.4.1"
3535

0 commit comments

Comments
 (0)