Cleaning up dependencies (#125)

* cargo update
* Update to latest ctrlc crate
* Update vergen
* Update to latest pretty_assertions
* Update log
* Update parking_lot
* Update hex-rustc
This commit is contained in:
Benjamin Kampmann
2019-02-08 18:25:15 +01:00
committed by GitHub
parent 36034e79a2
commit 9fb22ce28d
16 changed files with 122 additions and 117 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
bitvec = { version = "0.8", default-features = false, features = ["alloc"] }
rustc-hex = "1.0"
rustc-hex = { version = "2.0.1", default-features = false }
log = { version = "0.3", optional = true }
serde = { version = "1.0", default-features = false }
serde_derive = { version = "1.0", optional = true }
@@ -50,6 +50,7 @@ default = ["std"]
std = [
"bitvec/std",
"polkadot-primitives/std",
"rustc-hex/std",
"parity-codec/std",
"parity-codec-derive/std",
"substrate-primitives/std",