Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Dec 13, 2018
1 parent 75f407e commit 0f38b4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ unstable = []
bench_streamer = []

[dependencies]
atty = "0.2"
bincode = "1.0.0"
bs58 = "0.2.0"
bv = { version = "0.10.0", features = ["serde"] }
Expand All @@ -75,10 +74,8 @@ bytes = "0.4"
chrono = { version = "0.4.0", features = ["serde"] }
clap = "2.31"
dirs = "1.0.2"
elf = "0.0.10"
env_logger = "0.6.0"
generic-array = { version = "0.12.0", default-features = false, features = ["serde"] }
getopts = "0.2"
hex-literal = "0.1.1"
indexmap = "1.0"
ipnetwork = "0.12.7"
Expand Down Expand Up @@ -118,7 +115,6 @@ solana-storage-program = { path = "programs/native/storage", version = "0.11.0"
solana-system-program = { path = "programs/native/system", version = "0.11.0" }
solana-vote-program = { path = "programs/native/vote", version = "0.11.0" }
solana-vote-signer = { path = "vote-signer", version = "0.0.1" }
sys-info = "0.5.6"
tokio = "0.1"
tokio-codec = "0.1"
untrusted = "0.6.2"
Expand Down

0 comments on commit 0f38b4b

Please sign in to comment.