Revert "Bump jsonrpc-core from 13.2.0 to 14.0.0 (#6287)" (#6328)

This reverts commit c2761a1259.
This commit is contained in:
Justin Starry
2019-10-11 00:32:06 -04:00
committed by GitHub
parent 364781366a
commit 578aa439be
4 changed files with 40 additions and 39 deletions

View File

@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
bincode = "1.2.0"
bs58 = "0.3.0"
jsonrpc-core = "14.0.0"
jsonrpc-core = "13.2.0"
log = "0.4.8"
rand = "0.6.5"
rayon = "1.2.0"
@ -23,6 +23,6 @@ solana-netutil = { path = "../netutil", version = "0.20.0" }
solana-sdk = { path = "../sdk", version = "0.20.0" }
[dev-dependencies]
jsonrpc-core = "14.0.0"
jsonrpc-http-server = "14.0.0"
jsonrpc-core = "13.2.0"
jsonrpc-http-server = "13.2.0"
solana-logger = { path = "../logger", version = "0.20.0" }