Skip to content

Commit 4bdc815

Browse files
authored
Merge pull request #1228 from o1-labs/dependabot/cargo/itertools-0.12.0
chore(deps): bump itertools from 0.10.5 to 0.12.0
2 parents 6fce5c3 + 43b3dde commit 4bdc815

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Dependencies
1111

12-
- bump proc-macro2 from 1.0.93 to 1.0.95 ([#1230](https://github.com/o1-labs/openmina/pull/1230))
12+
- bump proc-macro2 from 1.0.93 to 1.0.95
13+
([#1230](https://github.com/o1-labs/openmina/pull/1230))
14+
- bump itertools from 0.10.5 to 0.12.0 #1228
15+
([#1228](https://github.com/o1-labs/openmina/pull/1228))
1316

1417
## [0.16.0] - 2025-04-04
1518

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)