* chore: bump rayon from 1.4.1 to 1.5.0 Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.4.1 to 1.5.0. - [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.4.1...rayon-core-v1.5.0) 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>
45 lines
1.4 KiB
TOML
45 lines
1.4 KiB
TOML
[package]
|
|
name = "solana-client"
|
|
version = "1.6.0"
|
|
description = "Solana Client"
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
homepage = "https://solana.com/"
|
|
license = "Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
base64 = "0.13.0"
|
|
bincode = "1.3.1"
|
|
bs58 = "0.3.1"
|
|
clap = "2.33.0"
|
|
indicatif = "0.15.0"
|
|
jsonrpc-core = "15.0.0"
|
|
log = "0.4.11"
|
|
net2 = "0.2.37"
|
|
rayon = "1.5.0"
|
|
reqwest = { version = "0.10.8", default-features = false, features = ["blocking", "rustls-tls", "json"] }
|
|
semver = "0.11.0"
|
|
serde = "1.0.112"
|
|
serde_derive = "1.0.103"
|
|
serde_json = "1.0.56"
|
|
solana-account-decoder = { path = "../account-decoder", version = "1.6.0" }
|
|
solana-clap-utils = { path = "../clap-utils", version = "1.6.0" }
|
|
solana-net-utils = { path = "../net-utils", version = "1.6.0" }
|
|
solana-sdk = { path = "../sdk", version = "1.6.0" }
|
|
solana-transaction-status = { path = "../transaction-status", version = "1.6.0" }
|
|
solana-version = { path = "../version", version = "1.6.0" }
|
|
solana-vote-program = { path = "../programs/vote", version = "1.6.0" }
|
|
thiserror = "1.0"
|
|
tungstenite = "0.10.1"
|
|
url = "2.1.1"
|
|
|
|
[dev-dependencies]
|
|
assert_matches = "1.3.0"
|
|
jsonrpc-core = "15.0.0"
|
|
jsonrpc-http-server = "15.0.0"
|
|
solana-logger = { path = "../logger", version = "1.6.0" }
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|