Bump jsonrpc-core from 13.2.0 to 14.0.0 (#6287)
* Bump jsonrpc-core from 13.2.0 to 14.0.0 Bumps [jsonrpc-core](https://github.com/paritytech/jsonrpc) from 13.2.0 to 14.0.0. - [Release notes](https://github.com/paritytech/jsonrpc/releases) - [Commits](https://github.com/paritytech/jsonrpc/compare/v13.2.0...v14.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump all jsonrpc versions
This commit is contained in:
committed by
Tyera Eulberg
parent
0f7bf28617
commit
c2761a1259
@ -11,7 +11,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
bincode = "1.2.0"
|
||||
bs58 = "0.3.0"
|
||||
jsonrpc-core = "13.2.0"
|
||||
jsonrpc-core = "14.0.0"
|
||||
log = "0.4.8"
|
||||
rand = "0.6.5"
|
||||
rayon = "1.2.0"
|
||||
@ -23,6 +23,6 @@ solana-netutil = { path = "../netutil", version = "0.20.0" }
|
||||
solana-sdk = { path = "../sdk", version = "0.20.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
jsonrpc-core = "13.2.0"
|
||||
jsonrpc-http-server = "13.2.0"
|
||||
jsonrpc-core = "14.0.0"
|
||||
jsonrpc-http-server = "14.0.0"
|
||||
solana-logger = { path = "../logger", version = "0.20.0" }
|
||||
|
Reference in New Issue
Block a user