Bump jsonrpc-http-server from 12.1.0 to 13.0.0 (#5361)

* Bump jsonrpc-http-server from 12.1.0 to 13.0.0

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

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

* Update all jsonrpc crates to v13.0.0
This commit is contained in:
dependabot-preview[bot]
2019-07-31 14:30:47 -06:00
committed by Tyera Eulberg
parent 05f3437601
commit 01d2b4e952
4 changed files with 42 additions and 78 deletions

View File

@@ -11,9 +11,9 @@ homepage = "https://solana.com/"
[dependencies]
bs58 = "0.2.0"
clap = "2.33"
jsonrpc-core = "12.1.0"
jsonrpc-derive = "12.1.0"
jsonrpc-http-server = "12.1.0"
jsonrpc-core = "13.0.0"
jsonrpc-derive = "13.0.0"
jsonrpc-http-server = "13.0.0"
log = "0.4.7"
serde = "1.0.98"
serde_json = "1.0.40"