removes unused Cargo dependencies (#22022)
Also moving some to [dev-dependencies] so that they are not propagated to other packages which depend on the package.
This commit is contained in:
@ -13,7 +13,6 @@ publish = false
|
||||
clap = "2.33.1"
|
||||
serde = "1.0.132"
|
||||
serde_json = "1.0.73"
|
||||
solana-clap-utils = { path = "../clap-utils", version = "=1.10.0" }
|
||||
solana-logger = { path = "../logger", version = "=1.10.0" }
|
||||
rand = "0.7.0"
|
||||
|
||||
|
Reference in New Issue
Block a user