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

4
Cargo.lock generated
View File

@ -1712,9 +1712,9 @@ dependencies = [
[[package]]
name = "jsonrpc-core"
version = "14.1.0"
version = "14.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25525f6002338fb4debb5167a89a0b47f727a5a48418417545ad3429758b7fec"
checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"
dependencies = [
"futures",
"log 0.4.8",

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" }

View File

@ -26,7 +26,7 @@ fs_extra = "1.1.0"
flate2 = "1.0"
indexmap = "1.4"
itertools = "0.9.0"
jsonrpc-core = "14.1.0"
jsonrpc-core = "14.2.0"
jsonrpc-core-client = { version = "14.1.0", features = ["ws"] }
jsonrpc-derive = "14.1.0"
jsonrpc-http-server = "14.1.0"

View File

@ -10,7 +10,7 @@ homepage = "https://solana.com/"
[dependencies]
clap = "2.33"
jsonrpc-core = "14.1.0"
jsonrpc-core = "14.2.0"
jsonrpc-derive = "14.1.0"
jsonrpc-http-server = "14.1.0"
log = "0.4.8"