unused deps

This commit is contained in:
Giles Cope
2021-09-11 18:32:33 +01:00
committed by Michael Vines
parent 33de7b856f
commit c3a610374a
37 changed files with 0 additions and 214 deletions

View File

@@ -12,16 +12,12 @@ documentation = "https://docs.rs/solana-cli"
[dependencies]
bincode = "1.3.3"
bs58 = "0.4.0"
chrono = { version = "0.4.11", features = ["serde"] }
clap = "2.33.1"
criterion-stats = "0.3.0"
ctrlc = { version = "3.1.9", features = ["termination"] }
console = "0.14.1"
const_format = "0.2.19"
dirs-next = "2.0.0"
log = "0.4.14"
Inflector = "0.11.4"
indicatif = "0.16.2"
humantime = "2.0.1"
num-traits = "0.2"
pretty-hex = "0.2.1"
@@ -38,7 +34,6 @@ solana-client = { path = "../client", version = "=1.8.0" }
solana-config-program = { path = "../programs/config", version = "=1.8.0" }
solana-faucet = { path = "../faucet", version = "=1.8.0" }
solana-logger = { path = "../logger", version = "=1.8.0" }
solana-net-utils = { path = "../net-utils", version = "=1.8.0" }
solana_rbpf = "=0.2.14"
solana-remote-wallet = { path = "../remote-wallet", version = "=1.8.0" }
solana-sdk = { path = "../sdk", version = "=1.8.0" }
@@ -48,7 +43,6 @@ solana-vote-program = { path = "../programs/vote", version = "=1.8.0" }
spl-memo = { version = "=3.0.1", features = ["no-entrypoint"] }
thiserror = "1.0.29"
tiny-bip39 = "0.7.0"
url = "2.2.2"
[dev-dependencies]
solana-core = { path = "../core", version = "=1.8.0" }