Bump jsonrpc-http-server from 12.1.0 to 13.0.0 (#5361)

* Bump jsonrpc-http-server from 12.1.0 to 13.0.0

Bumps [jsonrpc-http-server](https://github.com/paritytech/jsonrpc) from 12.1.0 to 13.0.0.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](https://github.com/paritytech/jsonrpc/compare/v12.1.0...v13.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update all jsonrpc crates to v13.0.0
This commit is contained in:
dependabot-preview[bot]
2019-07-31 14:30:47 -06:00
committed by Tyera Eulberg
parent 05f3437601
commit 01d2b4e952
4 changed files with 42 additions and 78 deletions

View File

@ -28,11 +28,11 @@ crossbeam-channel = "0.3"
hashbrown = "0.2.0"
indexmap = "1.0"
itertools = "0.8.0"
jsonrpc-core = "12.1.0"
jsonrpc-derive = "12.1.0"
jsonrpc-http-server = "12.1.0"
jsonrpc-pubsub = "12.0.0"
jsonrpc-ws-server = "12.1.0"
jsonrpc-core = "13.0.0"
jsonrpc-derive = "13.0.0"
jsonrpc-http-server = "13.0.0"
jsonrpc-pubsub = "13.0.0"
jsonrpc-ws-server = "13.0.0"
libc = "0.2.58"
log = "0.4.7"
memmap = { version = "0.7.0", optional = true }