Bump jsonrpc-* to 15.0.0

This commit is contained in:
Trent Nelson
2020-09-25 11:57:59 -06:00
committed by mergify[bot]
parent e39fac9f01
commit 1014781b87
4 changed files with 47 additions and 47 deletions

View File

@@ -26,12 +26,12 @@ fs_extra = "1.1.0"
flate2 = "1.0"
indexmap = "1.5"
itertools = "0.9.0"
jsonrpc-core = "14.2.0"
jsonrpc-core-client = { version = "14.2.0", features = ["ws"] }
jsonrpc-derive = "14.2.1"
jsonrpc-http-server = "14.2.0"
jsonrpc-pubsub = "14.2.0"
jsonrpc-ws-server = "14.2.0"
jsonrpc-core = "15.0.0"
jsonrpc-core-client = { version = "15.0.0", features = ["ws"] }
jsonrpc-derive = "15.0.0"
jsonrpc-http-server = "15.0.0"
jsonrpc-pubsub = "15.0.0"
jsonrpc-ws-server = "15.0.0"
log = "0.4.8"
num_cpus = "1.13.0"
num-traits = "0.2"