Skip to content

Commit 21584d0

Browse files
build(deps): bump itertools from 0.10.5 to 0.11.0 (#4723)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.11.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.10.5...v0.11.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88c713f commit 21584d0

File tree

5 files changed

+20
-11
lines changed

5 files changed

+20
-11
lines changed

Cargo.lock

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

chain/ethereum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tiny-keccak = "1.5.0"
1919
hex = "0.4.3"
2020
semver = "1.0.16"
2121

22-
itertools = "0.10.5"
22+
itertools = "0.11.0"
2323

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

chain/substreams/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ hex = "0.4.3"
2525
semver = "1.0.16"
2626
base64 = "0.20.0"
2727

28-
itertools = "0.10.5"
28+
itertools = "0.11.0"
2929

3030
[dev-dependencies]
3131
tokio = { version = "1", features = ["full"] }

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ futures03 = { version = "0.3.1", package = "futures", features = ["compat"] }
6060
wasmparser = "0.78.2"
6161
thiserror = "1.0.25"
6262
parking_lot = "0.12.1"
63-
itertools = "0.10.5"
63+
itertools = "0.11.0"
6464

6565
# Our fork contains patches to make some fields optional for Celo and Fantom compatibility.
6666
# Without the "arbitrary_precision" feature, we get the error `data did not match any variant of untagged enum Response`.

store/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ stable-hash_legacy = { version = "0.3.3", package = "stable-hash" }
3434
diesel_derives = "1.4.1"
3535
anyhow = "1.0.71"
3636
git-testament = "0.2.4"
37-
itertools = "0.10.5"
37+
itertools = "0.11.0"
3838
pin-utils = "0.1"
3939
hex = "0.4.3"
4040
pretty_assertions = "1.3.0"

0 commit comments

Comments
 (0)