updat jsonrpsee (#828)

This commit is contained in:
Svyatoslav Nikolsky
2021-03-16 13:02:22 +03:00
committed by Bastian Köcher
parent d749bc3a96
commit 4cd6d128ea
5 changed files with 7 additions and 17 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ bp-eth-poa = { path = "../../../primitives/ethereum-poa" }
codec = { package = "parity-scale-codec", version = "2.0.0" }
headers-relay = { path = "../../generic/headers" }
hex-literal = "0.3"
jsonrpsee-proc-macros = "0.2.0-alpha"
jsonrpsee-types = "0.2.0-alpha"
jsonrpsee-ws-client = "0.2.0-alpha"
jsonrpsee-proc-macros = "0.2.0-alpha.2"
jsonrpsee-types = "0.2.0-alpha.2"
jsonrpsee-ws-client = "0.2.0-alpha.2"
libsecp256k1 = { version = "0.3.4", default-features = false, features = ["hmac"] }
log = "0.4.11"
relay-utils = { path = "../../generic/utils" }