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
This commit is contained in:
dependabot-preview[bot] 2020-06-04 19:06:14 -07:00 committed by GitHub
parent 754f25ae99
commit 318835e3a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -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",
]

View File

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