Skip to content

Commit ec2fef9

Browse files
build(deps): bump itertools from 0.13.0 to 0.14.0 (#6014)
1 parent ca30fd1 commit ec2fef9

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
@@ -90,7 +90,7 @@ futures03 = { version = "0.3.31", package = "futures", features = ["compat"] }
9090
wasmparser = "0.118.1"
9191
thiserror = "2.0.12"
9292
parking_lot = "0.12.3"
93-
itertools = "0.13.0"
93+
itertools = "0.14.0"
9494
defer = "0.2"
9595

9696
# 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)