Bump jsonrpc-derive from 12.0.0 to 12.1.0 (#5193)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-07-19 07:34:48 -07:00
committed by Michael Vines
parent 9fd34cd985
commit 19e131d710
3 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@ hashbrown = "0.2.0"
indexmap = "1.0"
itertools = "0.8.0"
jsonrpc-core = "12.0.0"
jsonrpc-derive = "12.0.0"
jsonrpc-derive = "12.1.0"
jsonrpc-http-server = "12.0.0"
jsonrpc-pubsub = "12.0.0"
jsonrpc-ws-server = "12.0.0"