Update codec version to the 4.1 version (#2948)

* Update codec version to the 4.1 version

* Bump impl_version

* Update lock files

* Update codec to 4.1.1 version

* Bump impl version
This commit is contained in:
Stanislav Tkach
2019-06-26 17:26:24 +03:00
committed by Bastian Köcher
parent 4c52aec260
commit 443ad90b47
69 changed files with 425 additions and 387 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
derive_more = "0.14.0"
futures = "0.1.17"
codec = { package = "parity-codec", version = "3.2", features = ["derive"] }
codec = { package = "parity-codec", version = "4.1.1", features = ["derive"] }
primitives = { package = "substrate-primitives", path = "../../primitives" }
consensus = { package = "substrate-consensus-common", path = "../common" }
client = { package = "substrate-client", path = "../../client" }
@@ -21,7 +21,7 @@ runtime_io = { package = "sr-io", path = "../../sr-io" }
tokio = "0.1.7"
parking_lot = "0.8.0"
log = "0.4"
rhododendron = { version = "0.5.0", features = ["codec"] }
rhododendron = { version = "0.6.0", features = ["codec"] }
exit-future = "0.1"
[dev-dependencies]