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

* Bump jsonrpc-core from 13.2.0 to 14.0.0

Bumps [jsonrpc-core](https://github.com/paritytech/jsonrpc) from 13.2.0 to 14.0.0.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](https://github.com/paritytech/jsonrpc/compare/v13.2.0...v14.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump all jsonrpc versions
This commit is contained in:
dependabot-preview[bot]
2019-10-10 10:32:38 -06:00
committed by Tyera Eulberg
parent 0f7bf28617
commit c2761a1259
4 changed files with 39 additions and 40 deletions

View File

@@ -11,9 +11,9 @@ homepage = "https://solana.com/"
[dependencies]
bs58 = "0.3.0"
clap = "2.33"
jsonrpc-core = "13.2.0"
jsonrpc-derive = "13.2.0"
jsonrpc-http-server = "13.2.0"
jsonrpc-core = "14.0.0"
jsonrpc-derive = "14.0.0"
jsonrpc-http-server = "14.0.0"
log = "0.4.8"
serde = "1.0.101"
serde_json = "1.0.41"