From 2e37eccfc4ab60da3daf2273ce48364a08abc2f2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 15:51:01 -0600 Subject: [PATCH] Bump jsonrpc-core-client from 14.1.0 to 14.2.0 (#10425) Bumps [jsonrpc-core-client](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/compare/v14.1.0...v14.2.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2cb346f895..23d7f985b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1694,9 +1694,9 @@ dependencies = [ [[package]] name = "jsonrpc-client-transports" -version = "14.1.0" +version = "14.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2307a7e78cf969759e390a8a2151ea12e783849a45bb00aa871b468ba58ea79e" +checksum = "ecbdaacc17243168d9d1fa6b2bd7556a27e1e60a621d8a2a6e590ae2b145d158" dependencies = [ "failure", "futures", @@ -1725,9 +1725,9 @@ dependencies = [ [[package]] name = "jsonrpc-core-client" -version = "14.1.0" +version = "14.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f9382e831a6d630c658df103aac3f971da096deb57c136ea2b760d3b4e3f9f" +checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713" dependencies = [ "jsonrpc-client-transports", ] diff --git a/core/Cargo.toml b/core/Cargo.toml index c882536cdc..926acfd0aa 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -27,7 +27,7 @@ flate2 = "1.0" indexmap = "1.4" itertools = "0.9.0" jsonrpc-core = "14.2.0" -jsonrpc-core-client = { version = "14.1.0", features = ["ws"] } +jsonrpc-core-client = { version = "14.2.0", features = ["ws"] } jsonrpc-derive = "14.2.1" jsonrpc-http-server = "14.2.0" jsonrpc-pubsub = "14.2.0"