Bump jsonrpc-ws-server from 13.0.0 to 13.1.0 (#5721)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-08-29 09:12:02 -06:00
committed by Greg Fitzgerald
parent 8adac30c05
commit c3f07eb85a
2 changed files with 7 additions and 25 deletions

View File

@ -34,7 +34,7 @@ jsonrpc-core = "13.1.0"
jsonrpc-derive = "13.1.0"
jsonrpc-http-server = "13.1.0"
jsonrpc-pubsub = "13.0.0"
jsonrpc-ws-server = "13.0.0"
jsonrpc-ws-server = "13.1.0"
libc = "0.2.62"
log = "0.4.8"
memmap = { version = "0.7.0", optional = true }