Bump jsonrpc-derive from 10.0.2 to 10.1.0 (#2748)
* Bump jsonrpc-derive from 10.0.2 to 10.1.0 Bumps [jsonrpc-derive](https://github.com/paritytech/jsonrpc) from 10.0.2 to 10.1.0. - [Release notes](https://github.com/paritytech/jsonrpc/releases) - [Commits](https://github.com/paritytech/jsonrpc/compare/v10.0.2...v10.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com> * Bump version for all jsonrpc crates; remove pubsub dependency in vote-signer
This commit is contained in:
committed by
Tyera Eulberg
parent
c178fc7249
commit
aed07f0f48
10
Cargo.toml
10
Cargo.toml
@@ -33,11 +33,11 @@ fnv = "1.0.6"
|
||||
hashbrown = "0.1.8"
|
||||
indexmap = "1.0"
|
||||
itertools = "0.8.0"
|
||||
jsonrpc-core = "10.0.1"
|
||||
jsonrpc-derive = "10.0.2"
|
||||
jsonrpc-http-server = "10.0.1"
|
||||
jsonrpc-pubsub = "10.0.1"
|
||||
jsonrpc-ws-server = "10.0.1"
|
||||
jsonrpc-core = "10.1.0"
|
||||
jsonrpc-derive = "10.1.0"
|
||||
jsonrpc-http-server = "10.1.0"
|
||||
jsonrpc-pubsub = "10.1.0"
|
||||
jsonrpc-ws-server = "10.1.0"
|
||||
libc = "0.2.48"
|
||||
log = "0.4.2"
|
||||
nix = "0.13.0"
|
||||
|
Reference in New Issue
Block a user