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

@@ -10,9 +10,9 @@ homepage = "https://solana.com/"
[dependencies]
clap = "2.33"
jsonrpc-core = "14.2.0"
jsonrpc-derive = "14.2.1"
jsonrpc-http-server = "14.2.0"
jsonrpc-core = "15.0.0"
jsonrpc-derive = "15.0.0"
jsonrpc-http-server = "15.0.0"
log = "0.4.8"
serde_json = "1.0.56"
solana-clap-utils = { path = "../clap-utils", version = "1.4.0" }