Skip to content

Commit

Permalink
build(deps): bump itertools from 0.10.5 to 0.11.0 (#4723)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Jun 29, 2023
1 parent 88c713f commit 21584d0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
23 changes: 16 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chain/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tiny-keccak = "1.5.0"
hex = "0.4.3"
semver = "1.0.16"

itertools = "0.10.5"
itertools = "0.11.0"

graph-runtime-wasm = { path = "../../runtime/wasm" }
graph-runtime-derive = { path = "../../runtime/derive" }
Expand Down
2 changes: 1 addition & 1 deletion chain/substreams/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hex = "0.4.3"
semver = "1.0.16"
base64 = "0.20.0"

itertools = "0.10.5"
itertools = "0.11.0"

[dev-dependencies]
tokio = { version = "1", features = ["full"] }
2 changes: 1 addition & 1 deletion graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ futures03 = { version = "0.3.1", package = "futures", features = ["compat"] }
wasmparser = "0.78.2"
thiserror = "1.0.25"
parking_lot = "0.12.1"
itertools = "0.10.5"
itertools = "0.11.0"

# Our fork contains patches to make some fields optional for Celo and Fantom compatibility.
# Without the "arbitrary_precision" feature, we get the error `data did not match any variant of untagged enum Response`.
Expand Down
2 changes: 1 addition & 1 deletion store/postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stable-hash_legacy = { version = "0.3.3", package = "stable-hash" }
diesel_derives = "1.4.1"
anyhow = "1.0.71"
git-testament = "0.2.4"
itertools = "0.10.5"
itertools = "0.11.0"
pin-utils = "0.1"
hex = "0.4.3"
pretty_assertions = "1.3.0"
Expand Down

0 comments on commit 21584d0

Please sign in to comment.