Skip to content

Commit

Permalink
bump itertools
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubarov committed Feb 6, 2024
1 parent 7231ef7 commit 519b64b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alu_u32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
itertools = "0.10.5"
itertools = "0.12.0"

p3-air = { path = "../../Plonky3/air" }
p3-baby-bear = { path = "../../Plonky3/baby-bear" }
Expand Down
2 changes: 1 addition & 1 deletion machine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ std = []

[dependencies]
byteorder = "1.4.3"
itertools = "0.10.3"
itertools = "0.12.0"
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] }
tracing = "0.1.37"

Expand Down
2 changes: 1 addition & 1 deletion native_field/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
itertools = "0.10.5"
itertools = "0.12.0"

p3-air = { path = "../../Plonky3/air" }
p3-field = { path = "../../Plonky3/field" }
Expand Down

0 comments on commit 519b64b

Please sign in to comment.