Update parity-common dependencies (#5254)

This commit is contained in:
Stanislav Tkach
2020-03-16 10:36:04 +02:00
committed by GitHub
parent 26fa6e3c76
commit 5e0b6f2f29
12 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ log = "0.4.8"
sc-client-api = { version = "2.0.0-alpha.2", path = "../api" }
sp-core = { version = "2.0.0-alpha.2", path = "../../primitives/core" }
codec = { package = "parity-scale-codec", version = "1.2.0", features = ["derive"] }
parity-util-mem = "0.5.1"
parity-util-mem = "0.5.2"
parity-util-mem-derive = "0.1.0"
[dev-dependencies]