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

@ -32,11 +32,11 @@ dlopen_derive = "0.1.4"
fs_extra = "1.1.0"
indexmap = "1.1"
itertools = "0.8.0"
jsonrpc-core = "14.0.0"
jsonrpc-derive = "14.0.0"
jsonrpc-http-server = "14.0.0"
jsonrpc-pubsub = "14.0.0"
jsonrpc-ws-server = "14.0.0"
jsonrpc-core = "13.2.0"
jsonrpc-derive = "13.2.0"
jsonrpc-http-server = "13.2.0"
jsonrpc-pubsub = "13.2.0"
jsonrpc-ws-server = "13.2.0"
lazy_static = "1.4.0"
libc = "0.2.62"
log = "0.4.8"