Skip to content

Commit 6c12413

Browse files
Build(deps): Bump rayon from 1.8.0 to 1.11.0
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.8.0 to 1.11.0. - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.8.0...rayon-core-v1.11.0) --- updated-dependencies: - dependency-name: rayon dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b94cd8 commit 6c12413

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

Cargo.lock

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

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ libp2p-identity = { version = "=0.2.7", features = ["peerid"] }
1515
mina-p2p-messages = { workspace = true }
1616
num_cpus = "1.0"
1717
rand = "0.8.0"
18-
rayon = "1.5"
18+
rayon = "1.11"
1919
redux = { workspace = true }
2020
serde = "1.0.158"
2121
sha2 = "0.10"

ledger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ark-ff = { workspace = true }
5151
ark-poly = { version = "0.3.0", features = ["std"] }
5252
ark-serialize = { version = "0.3.0", features = ["std"] }
5353

54-
rayon = "1.5"
54+
rayon = "1.11"
5555

5656
bitvec = "1.0.0"
5757
hex = "0.4.3"

node/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ledger = { workspace = true }
1515
mina-p2p-messages = { workspace = true }
1616
mina-signer = { workspace = true }
1717
rand = "0.8"
18-
rayon = "1.5"
18+
rayon = "1.11"
1919
serde = "1.0.158"
2020
serde_json = "1.0.94"
2121
sha3 = "0.10.8"

node/native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mina-signer = { workspace = true }
2222
nix = { version = "0.26.2", features = ["signal"] }
2323
o1-utils = { workspace = true }
2424
rand = "0.8"
25-
rayon = "1.5"
25+
rayon = "1.11"
2626
redux = { workspace = true, features = ["serializable_callbacks"] }
2727
reqwest = { version = "0.11.24", features = ["blocking", "json"] }
2828
serde = "1.0.158"

node/testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ multihash = "0.18.1"
4141
num_cpus = "1.0"
4242
postcard = { version = "1.0.9", features = ["use-std"] }
4343
rand = "0.8"
44-
rayon = "1.5"
44+
rayon = "1.11"
4545
redux = { workspace = true }
4646
serde = "1.0.147"
4747
serde_json = { version = "1.0.82", features = [

node/web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"]
1010
[dependencies]
1111
derive_more = "0.99.17"
1212
rand = "0.8"
13-
rayon = "1.5"
13+
rayon = "1.11"
1414
serde = "1.0.158"
1515
serde_json = "1.0.94"
1616
# reqwest = { version = "0.11.24", features = ["json"] }

snark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ num-bigint = "0.4"
2424
once_cell = "1"
2525
poseidon = { workspace = true }
2626
rand = "0.8"
27-
rayon = "1.5"
27+
rayon = "1.11"
2828
redux = { workspace = true }
2929
serde = { version = "1.0", features = ["rc"] }
3030
serde_json = { version = "1.0", features = ["float_roundtrip"] }

0 commit comments

Comments
 (0)