Update to jsonrpc-derive 10.0.2, fixes aliases bug (#10300)

This commit is contained in:
Andrew Jones
2019-02-05 14:47:25 +00:00
committed by GitHub
parent 89ae0f0ea0
commit 1b3b9b2887
3 changed files with 6 additions and 6 deletions

View File

@@ -26,5 +26,5 @@ smallvec = "0.6"
tiny-keccak = "1.4"
jsonrpc-core = "10.0.1"
jsonrpc-derive = "10.0.1"
jsonrpc-derive = "10.0.2"
jsonrpc-pubsub = "10.0.1"