Skip to content

Commit

Permalink
Upgrade to jsonrpc v14 (#11151)
Browse files Browse the repository at this point in the history
* Upgrade to jsonrpc v14

Contains paritytech/jsonrpc#495 with good bugfixes to resource usage.

* Bump tokio & futures.

* Bump even further.

* Upgrade tokio to 0.1.22

* Partially revert "Bump tokio & futures."

This reverts commit 100907eb91907aa124d856d52374637256118e86.
  • Loading branch information
dvdplm authored and seunlanlege committed Oct 10, 2019
1 parent 516d688 commit e50d62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
tiny-keccak = "1.4"
tokio = "~0.1.11"
tokio = "0.1.22"
tokio-io = "0.1"
tokio-service = "0.1"
url = "2.1.0"
jsonrpc-server-utils = "13.2.0"
jsonrpc-server-utils = "14.0.0"

[dev-dependencies]
env_logger = "0.5"
Expand Down

0 comments on commit e50d62b

Please sign in to comment.