Skip to content

Commit

Permalink
chore(deps): bump itertools from 0.12.1 to 0.13.0 (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jun 11, 2024
2 parents 3361c64 + ff3e92b commit ee23130
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 16 deletions.
27 changes: 18 additions & 9 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.1.0"
bincode = "1.3.3"
serde = { version = "1.0", features = ["derive", "rc"] }
elf = "0.7.4"
itertools = "0.12.1"
itertools = "0.13.0"
log = "0.4.21"
nohash-hasher = "0.2.0"
num = { version = "0.4.3" }
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ p3-field = { workspace = true }
p3-baby-bear = { workspace = true }
p3-poseidon2 = { workspace = true }
p3-symmetric = { workspace = true }
itertools = "0.12.1"
itertools = "0.13.0"
2 changes: 1 addition & 1 deletion prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bincode = "1.3.3"
serde = { version = "1.0", features = ["derive", "rc"] }
backtrace = "0.3.71"
rayon = "1.10.0"
itertools = "0.12.1"
itertools = "0.13.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
serde_json = "1.0.117"
Expand Down
2 changes: 1 addition & 1 deletion recursion/circuit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ p3-matrix = { workspace = true }
p3-util = { workspace = true }
sp1-recursion-core = { path = "../core" }
sp1-core = { path = "../../core" }
itertools = "0.12.1"
itertools = "0.13.0"
serde = { version = "1.0.201", features = ["derive"] }
sp1-recursion-derive = { path = "../derive" }
sp1-recursion-compiler = { path = "../compiler" }
Expand Down
2 changes: 1 addition & 1 deletion recursion/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ p3-symmetric = { workspace = true }
p3-util = { workspace = true }
sp1-recursion-core = { path = "../core" }
sp1-core = { path = "../../core" }
itertools = "0.12.1"
itertools = "0.13.0"
serde = { version = "1.0.201", features = ["derive"] }
sp1-recursion-derive = { path = "../derive" }
p3-bn254-fr = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion recursion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sp1-primitives = { path = "../../primitives" }
tracing = "0.1.40"
sp1-core = { path = "../../core" }
hashbrown = "0.14.5"
itertools = "0.12.1"
itertools = "0.13.0"
p3-bn254-fr = { workspace = true }
p3-merkle-tree = { workspace = true }
p3-commit = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion recursion/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ p3-poseidon2 = { workspace = true }
sp1-recursion-core = { path = "../core" }
sp1-recursion-compiler = { path = "../compiler" }
sp1-core = { path = "../../core" }
itertools = "0.12.1"
itertools = "0.13.0"
serde = { version = "1.0.201", features = ["derive"] }
rand = "0.8.5"
tracing = "0.1.40"
Expand Down

0 comments on commit ee23130

Please sign in to comment.