* chore(deps): bump rayon from 1.3.0 to 1.3.1 Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.3.0 to 1.3.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.3.0...v1.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
23 lines
650 B
TOML
23 lines
650 B
TOML
[package]
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
edition = "2018"
|
|
name = "solana-accounts-bench"
|
|
version = "1.3.0"
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
|
|
[dependencies]
|
|
log = "0.4.6"
|
|
rayon = "1.3.1"
|
|
solana-logger = { path = "../logger", version = "1.3.0" }
|
|
solana-runtime = { path = "../runtime", version = "1.3.0" }
|
|
solana-measure = { path = "../measure", version = "1.3.0" }
|
|
solana-sdk = { path = "../sdk", version = "1.3.0" }
|
|
rand = "0.7.0"
|
|
clap = "2.33.1"
|
|
crossbeam-channel = "0.4"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|