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
2 changed files with 4 additions and 3 deletions

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"