updating dependencies (#5028)

* updated docopt, env_logger, semver and regex crates

* updated parking_lot to 0.4

* fixed compiling on linux

* updated igd to 0.6

* updated jsonrpc

* fixed regex related compiler error on linux
This commit is contained in:
Marek Kotewicz
2017-03-29 00:06:08 +07:00
committed by Gav Wood
parent 843d95966e
commit 64c098627e
26 changed files with 148 additions and 196 deletions

View File

@@ -9,7 +9,7 @@ lazy_static = "0.2"
tiny-keccak = "1.0"
eth-secp256k1 = { git = "https://github.com/ethcore/rust-secp256k1" }
rustc-serialize = "0.3"
docopt = { version = "0.6", optional = true }
docopt = { version = "0.7", optional = true }
ethcore-bigint = { path = "../util/bigint" }
rust-crypto = "0.2"
byteorder = "1.0"