Skip to content

Commit cdd2ed2

Browse files
dependabot[bot]lutter
authored andcommitted
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](rust-itertools/itertools@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] <support@github.com>
1 parent f26a0ab commit cdd2ed2

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -78,7 +78,7 @@ graphman-store = { path = "./core/graphman_store" }
7878
graphql-tools = "0.5.1"
7979
indicatif = "0.18"
8080
Inflector = "0.11.3"
81-
itertools = "0.14.0"
81+
itertools = "0.15.0"
8282
lazy_static = "1.5.0"
8383
prost = "0.14"
8484
prost-types = "0.14"

chain/ethereum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tokio = { workspace = true }
2020
tokio-stream = { workspace = true }
2121
tower = { workspace = true }
2222

23-
itertools = "0.14.0"
23+
itertools = "0.15.0"
2424

2525
graph-runtime-wasm = { path = "../../runtime/wasm" }
2626
graph-runtime-derive = { path = "../../runtime/derive" }

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ wasmparser = "0.118.1"
8080
thiserror = { workspace = true }
8181
parking_lot = "0.12.5"
8282
portable-atomic = { version = "1.13", features = ["fallback"] }
83-
itertools = "0.14.0"
83+
itertools = "0.15.0"
8484
defer = "0.2"
8585

8686
serde_plain = "1.0.2"

store/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tokio = { workspace = true }
3232
tokio-stream = { workspace = true }
3333
anyhow = "1.0.102"
3434
git-testament = { workspace = true }
35-
itertools = "0.14.0"
35+
itertools = "0.15.0"
3636
hex = "0.4.3"
3737
pretty_assertions = "1.4.1"
3838
sqlparser = { workspace = true }

0 commit comments

Comments
 (0)