Bump jsonrpc-http-server from 14.1.0 to 14.2.0

Bumps [jsonrpc-http-server](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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-06-04 09:21:53 +00:00
committed by Michael Vines
parent 26e684f375
commit 8736247554
4 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ itertools = "0.9.0"
jsonrpc-core = "14.2.0"
jsonrpc-core-client = { version = "14.1.0", features = ["ws"] }
jsonrpc-derive = "14.2.1"
jsonrpc-http-server = "14.1.0"
jsonrpc-http-server = "14.2.0"
jsonrpc-pubsub = "14.1.0"
jsonrpc-ws-server = "14.1.0"
log = "0.4.8"