Bump jsonrpc-core from 14.0.1 to 14.0.3 (#6552)

Bumps [jsonrpc-core](https://github.com/paritytech/jsonrpc) from 14.0.1 to 14.0.3.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](https://github.com/paritytech/jsonrpc/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-25 09:40:25 -07:00
committed by Michael Vines
parent 5496f85dbc
commit 0cf4eb2ee4
4 changed files with 13 additions and 13 deletions

View File

@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
bincode = "1.2.0"
bs58 = "0.3.0"
jsonrpc-core = "14.0.1"
jsonrpc-core = "14.0.3"
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.1"
jsonrpc-core = "14.0.3"
jsonrpc-http-server = "14.0.1"
solana-logger = { path = "../logger", version = "0.20.0" }