Update parity-scale codec minor version (#2951)

* update parity-scale codec minor version

* update to 3.5.3

* update locks

* increase impl version

* Update to 3.5.4

* Update WASM lockfiles
This commit is contained in:
thiolliere
2019-06-26 08:48:12 +02:00
committed by Bastian Köcher
parent 183931a8a2
commit 8b89c7ae62
58 changed files with 208 additions and 208 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ tokio = "0.1.7"
futures = "0.1"
exit-future = "0.1"
cli = { package = "substrate-cli", path = "../../core/cli" }
parity-codec = { version = "3.3" }
parity-codec = { version = "3.5.4" }
sr-io = { path = "../../core/sr-io" }
client = { package = "substrate-client", path = "../../core/client" }
primitives = { package = "substrate-primitives", path = "../../core/primitives" }