Upgrade to jsonrpc v14 (#11151)

* Upgrade to jsonrpc v14

Contains https://github.com/paritytech/jsonrpc/pull/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.
This commit is contained in:
David
2019-10-10 16:56:22 +02:00
committed by Seun LanLege
parent 330cdc1a4d
commit 9d313e31e6
11 changed files with 178 additions and 146 deletions

View File

@@ -12,7 +12,7 @@ hyper = "~0.12.9"
hyper-rustls = "0.16.0"
http = "0.1"
log = "0.4"
tokio = "~0.1.8"
tokio = "0.1.22"
url = "2"
bytes = "0.4"