Bump jsonrpc-core from 13.0.0 to 13.1.0 (#5669)

Bumps [jsonrpc-core](https://github.com/paritytech/jsonrpc) from 13.0.0 to 13.1.0.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](https://github.com/paritytech/jsonrpc/compare/v13.0.0...v13.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-08-27 07:49:16 -07:00
committed by Michael Vines
parent def71164f4
commit 8e6e72babd
4 changed files with 13 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
bincode = "1.1.4"
bs58 = "0.2.4"
jsonrpc-core = "13.0.0"
jsonrpc-core = "13.1.0"
log = "0.4.8"
rand = "0.6.5"
rayon = "1.1.0"
@@ -23,6 +23,6 @@ solana-netutil = { path = "../utils/netutil", version = "0.19.0-pre0" }
solana-sdk = { path = "../sdk", version = "0.19.0-pre0" }
[dev-dependencies]
jsonrpc-core = "13.0.0"
jsonrpc-core = "13.1.0"
jsonrpc-http-server = "13.0.0"
solana-logger = { path = "../logger", version = "0.19.0-pre0" }