Bump jsonrpc-core from 14.1.0 to 14.2.0

Bumps [jsonrpc-core](https://github.com/paritytech/jsonrpc) from 14.1.0 to 14.2.0.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](https://github.com/paritytech/jsonrpc/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-06-03 10:54:19 +00:00
committed by Michael Vines
parent e8d9521cf6
commit f58b6b3431
4 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ edition = "2018"
bincode = "1.2.1"
bs58 = "0.3.1"
indicatif = "0.14.0"
jsonrpc-core = "14.1.0"
jsonrpc-core = "14.2.0"
log = "0.4.8"
rayon = "1.3.0"
reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] }
@ -29,7 +29,7 @@ url = "2.1.1"
[dev-dependencies]
assert_matches = "1.3.0"
jsonrpc-core = "14.1.0"
jsonrpc-core = "14.2.0"
jsonrpc-http-server = "14.1.0"
solana-logger = { path = "../logger", version = "1.3.0" }