Skip to content

Commit be39de7

Browse files
dependabot[bot]leoyvens
authored andcommitted
build(deps): bump itertools from 0.10.1 to 0.10.3
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.1 to 0.10.3. - [Release notes](https://github.com/rust-itertools/itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.10.1...v0.10.3) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b419af0 commit be39de7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -21,7 +21,7 @@ tiny-keccak = "1.5.0"
2121
hex = "0.4.3"
2222
semver = "1.0.3"
2323

24-
itertools = "0.10.0"
24+
itertools = "0.10.3"
2525

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

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ futures03 = { version = "0.3.1", package = "futures", features = ["compat"] }
5454
wasmparser = "0.78.2"
5555
thiserror = "1.0.25"
5656
parking_lot = "0.11.2"
57-
itertools = "0.10.1"
57+
itertools = "0.10.3"
5858

5959
# Our fork contains patches for custom http headers and to make some block fields optional.
6060
# 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
@@ -31,7 +31,7 @@ backtrace = "0.3"
3131
diesel_derives = "1.4.1"
3232
anyhow = "1.0.45"
3333
git-testament = "0.2.0"
34-
itertools = "0.10.1"
34+
itertools = "0.10.3"
3535
pin-utils = "0.1"
3636
hex = "0.4.3"
3737

0 commit comments

Comments
 (0)