Bump jsonrpc crates to 12.0.0 (#4553)

* Bump jsonrpc-pubsub from 11.0.0 to 12.0.0

Bumps [jsonrpc-pubsub](https://github.com/paritytech/jsonrpc) from 11.0.0 to 12.0.0.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](https://github.com/paritytech/jsonrpc/commits/v12.0.0)

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

* Update all jsonrpc crates
This commit is contained in:
dependabot-preview[bot]
2019-06-10 13:22:57 -06:00
committed by Tyera Eulberg
parent 38ae54b720
commit 64d63966c7
4 changed files with 86 additions and 87 deletions

View File

@@ -11,9 +11,9 @@ homepage = "https://solana.com/"
[dependencies]
bs58 = "0.2.0"
clap = "2.33"
jsonrpc-core = "11.0.0"
jsonrpc-derive = "11.0.0"
jsonrpc-http-server = "11.0.0"
jsonrpc-core = "12.0.0"
jsonrpc-derive = "12.0.0"
jsonrpc-http-server = "12.0.0"
log = "0.4.2"
serde = "1.0.92"
serde_json = "1.0.39"