Bump jsonrpc-core from 14.0.5 to 14.1.0

Bumps [jsonrpc-core](https://github.com/paritytech/jsonrpc) from 14.0.5 to 14.1.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-04-17 02:08:00 +00:00
committed by Michael Vines
parent dbaebe101c
commit cb0a1a94a7
4 changed files with 14 additions and 14 deletions

View File

@ -12,7 +12,7 @@ edition = "2018"
bincode = "1.2.1"
bs58 = "0.3.0"
indicatif = "0.14.0"
jsonrpc-core = "14.0.5"
jsonrpc-core = "14.1.0"
log = "0.4.8"
rayon = "1.3.0"
reqwest = { version = "0.10.4", 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.0.5"
jsonrpc-core = "14.1.0"
jsonrpc-http-server = "14.0.6"
solana-logger = { path = "../logger", version = "1.2.0" }