bump dependencies before start referencing polkadot repo (#1048)

This commit is contained in:
Svyatoslav Nikolsky
2021-07-12 16:17:47 +03:00
committed by Bastian Köcher
parent a428420866
commit f5f73537a8
36 changed files with 45 additions and 46 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies]
async-std = { version = "1.6.5", features = ["attributes"] }
async-trait = "0.1.40"
codec = { package = "parity-scale-codec", version = "2.0.0" }
codec = { package = "parity-scale-codec", version = "2.2.0" }
jsonrpsee-proc-macros = "=0.2.0-alpha.6"
jsonrpsee-ws-client = "=0.2.0-alpha.6"
log = "0.4.11"