Bumps [indicatif](https://github.com/mitsuhiko/indicatif) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/mitsuhiko/indicatif/releases) - [Commits](https://github.com/mitsuhiko/indicatif/compare/0.12.0...0.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
33 lines
1.2 KiB
TOML
33 lines
1.2 KiB
TOML
[package]
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
edition = "2018"
|
|
name = "solana-validator"
|
|
description = "Blockchain, Rebuilt for Scale"
|
|
version = "0.21.0"
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
|
|
[dependencies]
|
|
bzip2 = "0.3.3"
|
|
clap = "2.33.0"
|
|
console = "0.9.1"
|
|
log = "0.4.8"
|
|
indicatif = "0.13.0"
|
|
reqwest = { version = "0.9.22", default-features = false }
|
|
serde_json = "1.0.41"
|
|
solana-client = { path = "../client", version = "0.21.0" }
|
|
solana-core = { path = "../core", version = "0.21.0" }
|
|
solana-drone = { path = "../drone", version = "0.21.0" }
|
|
solana-ledger = { path = "../ledger", version = "0.21.0" }
|
|
solana-logger = { path = "../logger", version = "0.21.0" }
|
|
solana-perf = { path = "../perf", version = "0.21.0" }
|
|
solana-metrics = { path = "../metrics", version = "0.21.0" }
|
|
solana-netutil = { path = "../netutil", version = "0.21.0" }
|
|
solana-runtime = { path = "../runtime", version = "0.21.0" }
|
|
solana-sdk = { path = "../sdk", version = "0.21.0" }
|
|
solana-vote-api = { path = "../programs/vote_api", version = "0.21.0" }
|
|
solana-vote-signer = { path = "../vote-signer", version = "0.21.0" }
|
|
tempfile = "3.1.0"
|
|
tar = "0.4.26"
|