Upgrade impl-serde to 0.2.3 (#3960)

This commit is contained in:
Bastian Köcher
2019-10-29 20:22:20 +01:00
committed by GitHub
parent c92eda9809
commit de711ac188
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] }
twox-hash = { version = "1.5.0", optional = true }
byteorder = { version = "1.3.2", default-features = false }
primitive-types = { version = "0.5.1", default-features = false, features = ["codec"] }
impl-serde = { version = "0.2.1", optional = true }
impl-serde = { version = "0.2.3", optional = true }
wasmi = { version = "0.5.1", optional = true }
hash-db = { version = "0.15.2", default-features = false }
hash256-std-hasher = { version = "0.15.2", default-features = false }