* chore: bump rayon from 1.5.0 to 1.5.1 Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/rayon-rs/rayon/releases) - [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.5.0...v1.5.1) --- 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 <you@example.com>
32 lines
1.1 KiB
TOML
32 lines
1.1 KiB
TOML
[package]
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
edition = "2018"
|
|
name = "solana-banking-bench"
|
|
version = "1.8.0"
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
clap = "2.33.1"
|
|
crossbeam-channel = "0.5"
|
|
log = "0.4.11"
|
|
rand = "0.7.0"
|
|
rayon = "1.5.1"
|
|
solana-core = { path = "../core", version = "=1.8.0" }
|
|
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
|
|
solana-gossip = { path = "../gossip", version = "=1.8.0" }
|
|
solana-ledger = { path = "../ledger", version = "=1.8.0" }
|
|
solana-logger = { path = "../logger", version = "=1.8.0" }
|
|
solana-measure = { path = "../measure", version = "=1.8.0" }
|
|
solana-perf = { path = "../perf", version = "=1.8.0" }
|
|
solana-poh = { path = "../poh", version = "=1.8.0" }
|
|
solana-runtime = { path = "../runtime", version = "=1.8.0" }
|
|
solana-streamer = { path = "../streamer", version = "=1.8.0" }
|
|
solana-sdk = { path = "../sdk", version = "=1.8.0" }
|
|
solana-version = { path = "../version", version = "=1.8.0" }
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|