* chore: bump crossbeam-channel from 0.4.4 to 0.5.0 Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.4.4 to 0.5.0. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.4.4...crossbeam-channel-0.5.0) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: direct:production update-type: version-update:semver-minor ... 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>
31 lines
1.1 KiB
TOML
31 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.0"
|
|
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-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"]
|