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
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
hex-literal = "0.1.4"
hex-literal = "0.2"
parity-codec = { version = "4.1.1", default-features = false, features = ["derive"] }
serde = { version = "1.0.93", optional = true }
inherents = { package = "substrate-inherents", path = "../../core/inherents", default-features = false }