Skip to content

Commit ed11909

Browse files
dependabot[bot]dannywillems
authored andcommitted
chore(deps): bump itertools from 0.10.5 to 0.12.0
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.12.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.10.5...v0.12.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6fce5c3 commit ed11909

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

Cargo.lock

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

ledger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sha2 = "0.10"
4444
# mina-curves = { path = "../curves" }
4545
# o1-utils = { path = "../utils" }
4646

47-
itertools = "0.10"
47+
itertools = "0.12"
4848

4949
ark-ec = { version = "0.3.0", features = ["std"] }
5050
ark-ff = { workspace = true }

tools/fuzzing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde = { version = "1.0", features = ["derive"] }
3030
serde_json = "1.0"
3131
#ark-ff = { git = "https://github.com/openmina/algebra", branch = "openmina", features = [ "parallel", "asm", "std" ] }
3232
#ark-ec = { git = "https://github.com/openmina/algebra", branch = "openmina", features = [ "std" ] }
33-
itertools = "0.11.0"
33+
itertools = "0.12.0"
3434
num-bigint = "0.4.0"
3535
once_cell = "1.18.0"
3636
text-diff = "0.4.0"

0 commit comments

Comments
 (0)