From 318835e3a02737ffe5e3630789e7a3b167b04a32 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2020 19:06:14 -0700 Subject: [PATCH] Merge pull request #10410 from solana-labs/dependabot/cargo/jsonrpc-pubsub-14.2.0 Bump jsonrpc-pubsub from 14.1.0 to 14.2.0 --- Cargo.lock | 5 +++-- core/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dab0bd619..2cb346f89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1761,13 +1761,14 @@ dependencies = [ [[package]] name = "jsonrpc-pubsub" -version = "14.1.0" +version = "14.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4ca5e391d6c6a2261d4adca029f427fe63ea546ad6cef2957c654c08495ec16" +checksum = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986" dependencies = [ "jsonrpc-core", "log 0.4.8", "parking_lot 0.10.2", + "rand 0.7.3", "serde", ] diff --git a/core/Cargo.toml b/core/Cargo.toml index ef4c3e779..c882536cd 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -30,7 +30,7 @@ jsonrpc-core = "14.2.0" jsonrpc-core-client = { version = "14.1.0", features = ["ws"] } jsonrpc-derive = "14.2.1" jsonrpc-http-server = "14.2.0" -jsonrpc-pubsub = "14.1.0" +jsonrpc-pubsub = "14.2.0" jsonrpc-ws-server = "14.2.0" log = "0.4.8" num_cpus = "1.13.0"