Update hex-literal dependency version. (#3141)

* Update hex-literal dep version.

* Update lock file.
This commit is contained in:
Kian Peymani
2019-07-18 11:28:55 +02:00
committed by GitHub
parent 62f62c6c48
commit e8a2fee6d6
3 changed files with 4 additions and 38 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ derive_more = { version = "0.14.0", optional = true }
fnv = { version = "1.0", optional = true }
log = { version = "0.4", optional = true }
parking_lot = { version = "0.8.0", optional = true }
hex = { package = "hex-literal", version = "0.1", optional = true }
hex = { package = "hex-literal", version = "0.2", optional = true }
futures-preview = { version = "0.3.0-alpha.17", optional = true }
consensus = { package = "substrate-consensus-common", path = "../consensus/common", optional = true }
executor = { package = "substrate-executor", path = "../executor", optional = true }