|
|
|
@ -1,18 +1,18 @@
|
|
|
|
|
[root]
|
|
|
|
|
name = "parity"
|
|
|
|
|
version = "0.9.99"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clippy 0.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ctrlc 1.1.1 (git+https://github.com/tomusdrw/rust-ctrlc.git)",
|
|
|
|
|
"daemonize 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"docopt 0.6.78 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethcore 0.9.99",
|
|
|
|
|
"ethcore-devtools 0.9.99",
|
|
|
|
|
"ethcore-rpc 0.9.99",
|
|
|
|
|
"ethcore-util 0.9.99",
|
|
|
|
|
"ethminer 0.9.99",
|
|
|
|
|
"ethsync 0.9.99",
|
|
|
|
|
"ethcore 1.1.0",
|
|
|
|
|
"ethcore-devtools 1.1.0",
|
|
|
|
|
"ethcore-rpc 1.1.0",
|
|
|
|
|
"ethcore-util 1.1.0",
|
|
|
|
|
"ethminer 1.1.0",
|
|
|
|
|
"ethsync 1.1.0",
|
|
|
|
|
"fdlimit 0.1.0",
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"number_prefix 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -162,7 +162,7 @@ name = "docopt"
|
|
|
|
|
version = "0.6.78"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"regex 0.1.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"strsim 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -178,7 +178,7 @@ version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.1.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -197,7 +197,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ethash"
|
|
|
|
|
version = "0.9.99"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"primal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -206,14 +206,14 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ethcore"
|
|
|
|
|
version = "0.9.99"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clippy 0.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"crossbeam 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethash 0.9.99",
|
|
|
|
|
"ethcore-devtools 0.9.99",
|
|
|
|
|
"ethcore-util 0.9.99",
|
|
|
|
|
"ethash 1.1.0",
|
|
|
|
|
"ethcore-devtools 1.1.0",
|
|
|
|
|
"ethcore-util 1.1.0",
|
|
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -225,21 +225,21 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ethcore-devtools"
|
|
|
|
|
version = "0.9.99"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ethcore-rpc"
|
|
|
|
|
version = "0.9.99"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clippy 0.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethash 0.9.99",
|
|
|
|
|
"ethcore 0.9.99",
|
|
|
|
|
"ethcore-util 0.9.99",
|
|
|
|
|
"ethminer 0.9.99",
|
|
|
|
|
"ethsync 0.9.99",
|
|
|
|
|
"ethash 1.1.0",
|
|
|
|
|
"ethcore 1.1.0",
|
|
|
|
|
"ethcore-util 1.1.0",
|
|
|
|
|
"ethminer 1.1.0",
|
|
|
|
|
"ethsync 1.1.0",
|
|
|
|
|
"jsonrpc-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-http-server 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -253,7 +253,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ethcore-util"
|
|
|
|
|
version = "0.9.99"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arrayvec 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bigint 0.1.0",
|
|
|
|
@ -263,7 +263,7 @@ dependencies = [
|
|
|
|
|
"elastic-array 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"eth-secp256k1 0.5.4 (git+https://github.com/ethcore/rust-secp256k1)",
|
|
|
|
|
"ethcore-devtools 0.9.99",
|
|
|
|
|
"ethcore-devtools 1.1.0",
|
|
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"igd 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"itertools 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -288,12 +288,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ethminer"
|
|
|
|
|
version = "0.9.99"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clippy 0.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethcore 0.9.99",
|
|
|
|
|
"ethcore-util 0.9.99",
|
|
|
|
|
"ethcore 1.1.0",
|
|
|
|
|
"ethcore-util 1.1.0",
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rayon 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -302,13 +302,13 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ethsync"
|
|
|
|
|
version = "0.9.99"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clippy 0.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethcore 0.9.99",
|
|
|
|
|
"ethcore-util 0.9.99",
|
|
|
|
|
"ethminer 0.9.99",
|
|
|
|
|
"ethcore 1.1.0",
|
|
|
|
|
"ethcore-util 1.1.0",
|
|
|
|
|
"ethminer 1.1.0",
|
|
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -343,7 +343,7 @@ version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.1.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -406,7 +406,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hyper 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.1.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"xml-rs 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"xmltree 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -687,12 +687,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
|
|
|
|
version = "0.1.55"
|
|
|
|
|
version = "0.1.56"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"memchr 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex-syntax 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex-syntax 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -701,6 +701,11 @@ name = "regex-syntax"
|
|
|
|
|
version = "0.2.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rocksdb"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|