Skip to content

Commit

Permalink
chore: bump rayon from 1.5.2 to 1.5.3 (#25242)
Browse files Browse the repository at this point in the history
* chore: bump rayon from 1.5.2 to 1.5.3

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](rayon-rs/rayon@v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: rayon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
  • Loading branch information
dependabot[bot] and dependabot-buildkite committed May 18, 2022
1 parent 3b47250 commit 542bd0e
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 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 accounts-bench/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ publish = false
[dependencies]
clap = "2.33.1"
log = "0.4.17"
rayon = "1.5.2"
rayon = "1.5.3"
solana-logger = { path = "../logger", version = "=1.11.0" }
solana-measure = { path = "../measure", version = "=1.11.0" }
solana-runtime = { path = "../runtime", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion accounts-cluster-bench/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ publish = false
clap = "2.33.1"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
rayon = "1.5.3"
solana-account-decoder = { path = "../account-decoder", version = "=1.11.0" }
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }
solana-client = { path = "../client", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion banking-bench/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ clap = { version = "3.1.8", features = ["derive"] }
crossbeam-channel = "0.5"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
rayon = "1.5.3"
solana-core = { path = "../core", version = "=1.11.0" }
solana-gossip = { path = "../gossip", version = "=1.11.0" }
solana-ledger = { path = "../ledger", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion bench-tps/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ publish = false
clap = "2.33.1"
crossbeam-channel = "0.5"
log = "0.4.17"
rayon = "1.5.2"
rayon = "1.5.3"
serde_json = "1.0.81"
serde_yaml = "0.8.24"
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion bloom/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ bv = { version = "0.11.1", features = ["serde"] }
fnv = "1.0.7"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
rayon = "1.5.3"
serde = { version = "1.0.137", features = ["rc"] }
serde_derive = "1.0.103"
solana-frozen-abi = { path = "../frozen-abi", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion bucket_map/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ tempfile = "3.3.0"

[dev-dependencies]
fs_extra = "1.2.0"
rayon = "1.5.2"
rayon = "1.5.3"
solana-logger = { path = "../logger", version = "=1.11.0" }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ quinn = "0.8.2"
quinn-proto = "0.8.2"
rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.2"
rayon = "1.5.3"
reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "rustls-tls", "json"] }
rustls = { version = "0.20.5", features = ["dangerous_configuration"] }
semver = "1.0.9"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ lru = "0.7.5"
min-max-heap = "1.3.0"
rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.2"
rayon = "1.5.3"
retain_mut = "0.1.7"
serde = "1.0.137"
serde_derive = "1.0.103"
Expand Down
2 changes: 1 addition & 1 deletion entry/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ dlopen_derive = "0.1.4"
lazy_static = "1.4.0"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
rayon = "1.5.3"
serde = "1.0.137"
solana-measure = { path = "../measure", version = "=1.11.0" }
solana-merkle-tree = { path = "../merkle-tree", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ matches = "0.1.9"
num-traits = "0.2"
rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.2"
rayon = "1.5.3"
serde = "1.0.137"
serde_bytes = "0.11"
serde_derive = "1.0.103"
Expand Down
2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Expand Up @@ -28,7 +28,7 @@ num_enum = "0.5.7"
prost = "0.10.3"
rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.2"
rayon = "1.5.3"
reed-solomon-erasure = { version = "5.0.2", features = ["simd-accel"] }
serde = "1.0.137"
serde_bytes = "0.11.6"
Expand Down
2 changes: 1 addition & 1 deletion local-cluster/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ fs_extra = "1.2.0"
itertools = "0.10.3"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
rayon = "1.5.3"
solana-client = { path = "../client", version = "=1.11.0" }
solana-config-program = { path = "../programs/config", version = "=1.11.0" }
solana-core = { path = "../core", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion perf/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ fnv = "1.0.7"
lazy_static = "1.4.0"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
rayon = "1.5.3"
serde = "1.0.137"
solana-metrics = { path = "../metrics", version = "=1.11.0" }
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion poh-bench/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ publish = false
clap = { version = "3.1.5", features = ["cargo"] }
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
rayon = "1.5.3"
solana-entry = { path = "../entry", version = "=1.11.0" }
solana-logger = { path = "../logger", version = "=1.11.0" }
solana-measure = { path = "../measure", version = "=1.11.0" }
Expand Down
4 changes: 2 additions & 2 deletions programs/bpf/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 rpc/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ jsonrpc-http-server = "18.0.0"
jsonrpc-pubsub = "18.0.0"
libc = "0.2.125"
log = "0.4.17"
rayon = "1.5.2"
rayon = "1.5.3"
regex = "1.5.4"
serde = "1.0.137"
serde_derive = "1.0.103"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ num-traits = { version = "0.2" }
num_cpus = "1.13.1"
ouroboros = "0.15.0"
rand = "0.7.0"
rayon = "1.5.2"
rayon = "1.5.3"
regex = "1.5.4"
serde = { version = "1.0.137", features = ["rc"] }
serde_derive = "1.0.103"
Expand Down
2 changes: 1 addition & 1 deletion transaction-dos/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ bincode = "1.3.3"
clap = "2.33.1"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
rayon = "1.5.3"
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }
solana-cli = { path = "../cli", version = "=1.11.0" }
solana-client = { path = "../client", version = "=1.11.0" }
Expand Down

0 comments on commit 542bd0e

Please sign in to comment.