Bump jsonrpc-derive from 10.0.2 to 10.1.0 (#2748)

* Bump jsonrpc-derive from 10.0.2 to 10.1.0

Bumps [jsonrpc-derive](https://github.com/paritytech/jsonrpc) from 10.0.2 to 10.1.0.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](https://github.com/paritytech/jsonrpc/compare/v10.0.2...v10.1.0)

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

* Bump version for all jsonrpc crates; remove pubsub dependency in vote-signer
This commit is contained in:
dependabot[bot]
2019-02-13 10:44:22 -07:00
committed by Tyera Eulberg
parent c178fc7249
commit aed07f0f48
3 changed files with 34 additions and 36 deletions

View File

@@ -12,10 +12,9 @@ homepage = "https://solana.com/"
bs58 = "0.2.0"
clap = "2.31"
log = "0.4.2"
jsonrpc-core = "10.0.1"
jsonrpc-derive = "10.0.2"
jsonrpc-http-server = "10.0.1"
jsonrpc-pubsub = "10.0.1"
jsonrpc-core = "10.1.0"
jsonrpc-derive = "10.1.0"
jsonrpc-http-server = "10.1.0"
serde = "1.0.87"
serde_json = "1.0.38"
solana-sdk = { path = "../sdk", version = "0.12.0" }