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

@ -16,11 +16,7 @@ regex = "1.5.4"
bincode = "1.3.3"
byteorder = "1.4.3"
log = "0.4.14"
num-derive = "0.3"
num-traits = "0.2"
rand_core = "0.6.3"
libsecp256k1 = "0.6.0"
sha3 = "0.9.1"
solana-measure = { path = "../../measure", version = "=1.8.0" }
solana-program-runtime = { path = "../../program-runtime", version = "=1.8.0" }
solana-sdk = { path = "../../sdk", version = "=1.8.0" }

View File

@ -12,8 +12,6 @@ edition = "2018"
[dependencies]
bincode = "1.3.3"
chrono = { version = "0.4.11", features = ["serde"] }
log = "0.4.14"
rand_core = "0.6.3"
serde = "1.0.130"
serde_derive = "1.0.103"
solana-sdk = { path = "../../sdk", version = "=1.8.0" }