From c4010edb75d186ede7e8aaaed3f0dccd7e5faaf2 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Tue, 8 Jan 2019 11:15:42 +0100 Subject: [PATCH] Updating parking_lot dependencies to 0.7.1 (#1361) --- substrate/Cargo.lock | 1339 ++++++++--------- substrate/core/client/Cargo.toml | 2 +- substrate/core/client/db/Cargo.toml | 2 +- substrate/core/consensus/aura/Cargo.toml | 2 +- substrate/core/consensus/common/Cargo.toml | 2 +- substrate/core/consensus/rhd/Cargo.toml | 2 +- substrate/core/executor/Cargo.toml | 2 +- substrate/core/executor/wasm/Cargo.lock | 29 +- substrate/core/finality-grandpa/Cargo.toml | 2 +- substrate/core/network-libp2p/Cargo.toml | 2 +- substrate/core/network/Cargo.toml | 2 +- substrate/core/rpc/Cargo.toml | 2 +- substrate/core/service/Cargo.toml | 2 +- substrate/core/state-db/Cargo.toml | 2 +- substrate/core/state-machine/Cargo.toml | 2 +- substrate/core/telemetry/Cargo.toml | 2 +- substrate/core/test-runtime/wasm/Cargo.lock | 83 +- .../substrate_test_runtime.compact.wasm | Bin 42266 -> 42281 bytes substrate/core/transaction-pool/Cargo.toml | 2 +- .../core/transaction-pool/graph/Cargo.toml | 2 +- substrate/node/runtime/wasm/Cargo.lock | 83 +- .../release/node_runtime.compact.wasm | Bin 807803 -> 809938 bytes substrate/srml/aura/Cargo.toml | 2 +- 23 files changed, 778 insertions(+), 790 deletions(-) diff --git a/substrate/Cargo.lock b/substrate/Cargo.lock index 749a8764f7..53489b81a2 100644 --- a/substrate/Cargo.lock +++ b/substrate/Cargo.lock @@ -1,3 +1,11 @@ +[[package]] +name = "MacTypes-sys" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "aes-ctr" version = "0.1.0" @@ -34,7 +42,7 @@ name = "aho-corasick" version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -45,9 +53,9 @@ dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -71,7 +79,7 @@ dependencies = [ "ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -81,7 +89,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "arrayvec" -version = "0.4.7" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -100,48 +108,46 @@ name = "assert_matches" version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "aster" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "atty" version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "autocfg" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "backtrace" -version = "0.3.9" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "backtrace-sys" -version = "0.1.24" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "base-x" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -178,29 +184,23 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.29.1" +version = "0.37.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "aster 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", "cexpr 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "clang-sys 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "clang-sys 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "quasi 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "quasi_codegen 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "which 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "bitflags" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "bitflags" version = "0.9.1" @@ -226,7 +226,7 @@ name = "blake2-rfc" version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -269,7 +269,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bytes" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -283,7 +283,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cc" -version = "1.0.25" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -318,17 +318,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "clang-sys" -version = "0.21.2" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "libloading 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", + "libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -351,7 +351,7 @@ name = "clear_on_drop" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -367,7 +367,7 @@ name = "cmake" version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -381,7 +381,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -389,7 +389,7 @@ name = "core-foundation-sys" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -400,14 +400,14 @@ dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "criterion-plot 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "criterion-stats 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "isatty 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", "simplelog 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -435,8 +435,29 @@ dependencies = [ [[package]] name = "crossbeam" -version = "0.2.12" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "crossbeam-channel" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "crossbeam-deque" @@ -449,11 +470,11 @@ dependencies = [ [[package]] name = "crossbeam-deque" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -461,7 +482,7 @@ name = "crossbeam-epoch" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -472,12 +493,12 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -493,12 +514,7 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "crossbeam-utils" -version = "0.6.1" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -565,7 +581,7 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -576,9 +592,9 @@ dependencies = [ "base64 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "chashmap 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", - "tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -612,7 +628,7 @@ dependencies = [ "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "curve25519-dalek 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", - "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -645,9 +661,9 @@ version = "0.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -661,7 +677,7 @@ name = "error-chain" version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -669,8 +685,8 @@ name = "eth-secp256k1" version = "0.5.7" source = "git+https://github.com/paritytech/rust-secp256k1#ccc06e7480148b723eb44ac56cf4d20eec380b6f" dependencies = [ - "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", - "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", + "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -682,30 +698,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "exit-future" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "failure" -version = "0.1.3" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "failure_derive" -version = "0.1.3" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -719,7 +735,7 @@ name = "fdlimit" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -742,7 +758,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "static_assertions 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -772,7 +788,7 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -802,7 +818,7 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -823,7 +839,7 @@ name = "getset" version = "0.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -841,25 +857,25 @@ dependencies = [ "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "h2" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "string 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -885,7 +901,7 @@ dependencies = [ [[package]] name = "heck" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -927,7 +943,7 @@ name = "http" version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -939,7 +955,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "humantime" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -955,8 +971,8 @@ dependencies = [ "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", "traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -965,27 +981,27 @@ dependencies = [ [[package]] name = "hyper" -version = "0.12.17" +version = "0.12.19" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "h2 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "h2 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1013,7 +1029,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1036,7 +1052,7 @@ name = "iovec" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1046,8 +1062,8 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1072,21 +1088,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "jsonrpc-core" version = "9.0.0" -source = "git+https://github.com/paritytech/jsonrpc.git#0d78b8f145c18f08c1103f6b0b51991a89fb0a6f" +source = "git+https://github.com/paritytech/jsonrpc.git#3604d9990f051b8b440961b0877a46140bb87a50" dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-http-server" version = "9.0.0" -source = "git+https://github.com/paritytech/jsonrpc.git#0d78b8f145c18f08c1103f6b0b51991a89fb0a6f" +source = "git+https://github.com/paritytech/jsonrpc.git#3604d9990f051b8b440961b0877a46140bb87a50" dependencies = [ - "hyper 0.12.17 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)", "jsonrpc-server-utils 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1097,35 +1113,35 @@ dependencies = [ [[package]] name = "jsonrpc-macros" version = "9.0.0" -source = "git+https://github.com/paritytech/jsonrpc.git#0d78b8f145c18f08c1103f6b0b51991a89fb0a6f" +source = "git+https://github.com/paritytech/jsonrpc.git#3604d9990f051b8b440961b0877a46140bb87a50" dependencies = [ "jsonrpc-core 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)", "jsonrpc-pubsub 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-pubsub" version = "9.0.0" -source = "git+https://github.com/paritytech/jsonrpc.git#0d78b8f145c18f08c1103f6b0b51991a89fb0a6f" +source = "git+https://github.com/paritytech/jsonrpc.git#3604d9990f051b8b440961b0877a46140bb87a50" dependencies = [ "jsonrpc-core 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-server-utils" version = "9.0.0" -source = "git+https://github.com/paritytech/jsonrpc.git#0d78b8f145c18f08c1103f6b0b51991a89fb0a6f" +source = "git+https://github.com/paritytech/jsonrpc.git#3604d9990f051b8b440961b0877a46140bb87a50" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1133,13 +1149,13 @@ dependencies = [ [[package]] name = "jsonrpc-ws-server" version = "9.0.0" -source = "git+https://github.com/paritytech/jsonrpc.git#0d78b8f145c18f08c1103f6b0b51991a89fb0a6f" +source = "git+https://github.com/paritytech/jsonrpc.git#3604d9990f051b8b440961b0877a46140bb87a50" dependencies = [ "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)", "jsonrpc-server-utils 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "ws 0.7.9 (git+https://github.com/tomusdrw/ws-rs)", ] @@ -1191,10 +1207,10 @@ dependencies = [ "interleaved-ordered 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "rocksdb 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rocksdb 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1214,30 +1230,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lazycell" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" -version = "0.2.43" +version = "0.2.46" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "libloading" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "libloading" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1246,7 +1252,7 @@ name = "libp2p" version = "0.1.0" source = "git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5#d961e656a74d1bab5366d371a06f9e10d5f4a6c5" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "libp2p-dns 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", @@ -1268,8 +1274,8 @@ dependencies = [ "multihash 0.8.1-pre (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "stdweb 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1278,7 +1284,7 @@ version = "0.1.0" source = "git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5#d961e656a74d1bab5366d371a06f9e10d5f4a6c5" dependencies = [ "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1286,13 +1292,13 @@ dependencies = [ "multihash 0.8.1-pre (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "multistream-select 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "protobuf 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "rw-stream-sink 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", - "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1306,7 +1312,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "multiaddr 0.3.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "tokio-dns-unofficial 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1316,17 +1322,17 @@ source = "git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371 dependencies = [ "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "multiaddr 0.3.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "protobuf 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1335,7 +1341,7 @@ name = "libp2p-identify" version = "0.1.0" source = "git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5#d961e656a74d1bab5366d371a06f9e10d5f4a6c5" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", @@ -1343,10 +1349,10 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "multiaddr 0.3.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "protobuf 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1356,10 +1362,10 @@ name = "libp2p-kad" version = "0.1.0" source = "git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5#d961e656a74d1bab5366d371a06f9e10d5f4a6c5" dependencies = [ - "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "bigint 4.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "datastore 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1370,12 +1376,12 @@ dependencies = [ "multiaddr 0.3.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "multihash 0.8.1-pre (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "protobuf 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1384,14 +1390,14 @@ name = "libp2p-mplex" version = "0.1.0" source = "git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5#d961e656a74d1bab5366d371a06f9e10d5f4a6c5" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1406,8 +1412,8 @@ dependencies = [ "libp2p-core 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "multiaddr 0.3.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1415,8 +1421,8 @@ name = "libp2p-ping" version = "0.1.0" source = "git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5#d961e656a74d1bab5366d371a06f9e10d5f4a6c5" dependencies = [ - "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1425,8 +1431,8 @@ dependencies = [ "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1439,8 +1445,8 @@ dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1448,16 +1454,16 @@ name = "libp2p-relay" version = "0.1.0" source = "git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5#d961e656a74d1bab5366d371a06f9e10d5f4a6c5" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "libp2p-peerstore 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "multiaddr 0.3.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", - "protobuf 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1468,7 +1474,7 @@ source = "git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371 dependencies = [ "aes-ctr 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "asn1_der 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "ctr 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "ed25519-dalek 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "eth-secp256k1 0.5.7 (git+https://github.com/paritytech/rust-secp256k1)", @@ -1476,13 +1482,13 @@ dependencies = [ "hmac 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "protobuf 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "ring 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "rw-stream-sink 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "stdweb 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "stdweb 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", "twofish 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1496,9 +1502,9 @@ dependencies = [ "libp2p-core 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "multiaddr 0.3.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", - "tk-listen 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tk-listen 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1509,7 +1515,7 @@ dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1521,7 +1527,7 @@ dependencies = [ "libp2p-core 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "multiaddr 0.3.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", - "tokio-uds 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1535,7 +1541,7 @@ dependencies = [ "multiaddr 0.3.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "rw-stream-sink 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "stdweb 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", "websocket 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1544,23 +1550,23 @@ name = "libp2p-yamux" version = "0.1.0" source = "git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5#d961e656a74d1bab5366d371a06f9e10d5f4a6c5" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "yamux 0.1.0 (git+https://github.com/paritytech/yamux)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "yamux 0.1.6 (git+https://github.com/paritytech/yamux)", ] [[package]] name = "librocksdb-sys" -version = "5.11.3" +version = "5.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bindgen 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)", - "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "bindgen 0.37.4 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "make-cmd 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1571,10 +1577,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lock_api" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1627,16 +1633,16 @@ name = "memchr" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "memchr" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1676,8 +1682,8 @@ dependencies = [ "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1690,7 +1696,7 @@ name = "mio-extras" version = "2.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1702,7 +1708,7 @@ version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1725,9 +1731,9 @@ dependencies = [ "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "data-encoding 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "multihash 0.8.1-pre (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1748,12 +1754,12 @@ name = "multistream-select" version = "0.1.0" source = "git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5#d961e656a74d1bab5366d371a06f9e10d5f4a6c5" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1771,15 +1777,15 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)", "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)", "schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", "security-framework 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "security-framework-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1788,7 +1794,7 @@ version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1798,9 +1804,9 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1809,7 +1815,7 @@ name = "node-cli" version = "0.1.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "exit-future 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "exit-future 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1820,7 +1826,7 @@ dependencies = [ "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", - "structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-basic-authorship 0.1.0", "substrate-cli 0.3.0", "substrate-client 0.1.0", @@ -1832,7 +1838,7 @@ dependencies = [ "substrate-service 0.3.0", "substrate-service-test 0.3.0", "substrate-transaction-pool 0.1.0", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1861,7 +1867,7 @@ dependencies = [ "substrate-state-machine 0.1.0", "substrate-trie 0.4.0", "trie-root 0.9.0 (git+https://github.com/paritytech/trie)", - "wabt 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "wabt 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1871,8 +1877,8 @@ dependencies = [ "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_assertions 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 0.1.0", "sr-std 0.1.0", "substrate-primitives 0.1.0", @@ -1890,7 +1896,7 @@ dependencies = [ "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 0.1.0", "sr-std 0.1.0", "sr-version 0.1.0", @@ -1923,7 +1929,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "nohash-hasher" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1960,15 +1966,15 @@ name = "num_cpus" version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "num_cpus" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1992,15 +1998,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "openssl" -version = "0.10.15" +version = "0.10.16" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2010,11 +2016,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "openssl-sys" -version = "0.9.39" +version = "0.9.40" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2032,6 +2038,14 @@ dependencies = [ "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "owning_ref" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "parity-bytes" version = "0.1.0" @@ -2047,8 +2061,8 @@ name = "parity-codec" version = "2.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2113,16 +2127,16 @@ name = "parking_lot" version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "parking_lot" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2131,9 +2145,9 @@ name = "parking_lot_core" version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2142,10 +2156,10 @@ name = "parking_lot_core" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2154,10 +2168,10 @@ name = "parking_lot_core" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2221,7 +2235,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "proc-macro2" -version = "0.3.8" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2237,7 +2251,7 @@ dependencies = [ [[package]] name = "protobuf" -version = "2.1.4" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -2250,26 +2264,6 @@ dependencies = [ "parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "quasi" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", - "syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "quasi_codegen" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "aster 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", - "syntex 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", - "syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", - "syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "quick-error" version = "0.1.4" @@ -2285,7 +2279,7 @@ name = "quote" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2302,7 +2296,7 @@ version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2312,7 +2306,7 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2323,36 +2317,35 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rand" -version = "0.6.0" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_isaac 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_os 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rand_chacha" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2378,12 +2371,24 @@ dependencies = [ [[package]] name = "rand_isaac" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "rand_os" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "rand_pcg" version = "0.1.1" @@ -2395,7 +2400,7 @@ dependencies = [ [[package]] name = "rand_xorshift" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2426,13 +2431,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "redox_syscall" -version = "0.1.40" +version = "0.1.50" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -2440,7 +2445,7 @@ name = "redox_termios" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2449,7 +2454,7 @@ version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", - "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2457,12 +2462,12 @@ dependencies = [ [[package]] name = "regex" -version = "1.0.6" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", - "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "regex-syntax 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2472,15 +2477,15 @@ name = "regex-syntax" version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "ucd-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "regex-syntax" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "ucd-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2510,18 +2515,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rocksdb" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "librocksdb-sys 5.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", + "librocksdb-sys 5.14.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2530,15 +2535,15 @@ version = "0.2.36" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rustc-demangle" -version = "0.1.9" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -2569,9 +2574,9 @@ name = "rw-stream-sink" version = "0.1.0" source = "git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5#d961e656a74d1bab5366d371a06f9e10d5f4a6c5" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2623,17 +2628,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", + "security-framework-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "security-framework-sys" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "MacTypes-sys 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2651,27 +2657,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "serde" -version = "1.0.80" +version = "1.0.84" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "serde_derive" -version = "1.0.80" +version = "1.0.84" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_json" -version = "1.0.33" +version = "1.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2711,7 +2717,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2736,28 +2742,28 @@ dependencies = [ [[package]] name = "slog-json" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "slog-scope" -version = "4.0.1" +version = "4.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "smallvec" -version = "0.6.5" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2775,7 +2781,7 @@ dependencies = [ "substrate-client 0.1.0", "substrate-primitives 0.1.0", "substrate-test-client 0.1.0", - "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2801,9 +2807,9 @@ dependencies = [ "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-std 0.1.0", "substrate-primitives 0.1.0", @@ -2818,8 +2824,8 @@ dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "sr-std 0.1.0", "substrate-primitives 0.1.0", - "wabt 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmi 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "wabt 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2835,8 +2841,8 @@ version = "0.1.0" dependencies = [ "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 0.1.0", "sr-std 0.1.0", ] @@ -2848,7 +2854,7 @@ dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -2865,8 +2871,8 @@ dependencies = [ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -2886,7 +2892,7 @@ dependencies = [ "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -2903,7 +2909,7 @@ dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -2921,7 +2927,7 @@ dependencies = [ "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)", "pwasm-utils 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-sandbox 0.1.0", @@ -2930,7 +2936,7 @@ dependencies = [ "srml-support 0.1.0", "srml-system 0.1.0", "substrate-primitives 0.1.0", - "wabt 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "wabt 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2941,7 +2947,7 @@ dependencies = [ "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -2960,7 +2966,7 @@ dependencies = [ "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -2977,7 +2983,7 @@ dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -2994,7 +3000,7 @@ dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -3011,8 +3017,8 @@ dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -3029,8 +3035,8 @@ version = "0.1.0" dependencies = [ "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-std 0.1.0", "substrate-primitives 0.1.0", ] @@ -3043,7 +3049,7 @@ dependencies = [ "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -3062,7 +3068,7 @@ dependencies = [ "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -3083,7 +3089,7 @@ dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -3104,8 +3110,8 @@ dependencies = [ "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -3121,7 +3127,7 @@ dependencies = [ "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", "sr-api-macros 0.1.0", "srml-support-procedural-tools 0.1.0", - "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3131,7 +3137,7 @@ dependencies = [ "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", "srml-support-procedural-tools-derive 0.1.0", - "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3140,7 +3146,7 @@ version = "0.1.0" dependencies = [ "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3151,7 +3157,7 @@ dependencies = [ "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -3165,7 +3171,7 @@ version = "0.1.0" dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -3182,7 +3188,7 @@ dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -3199,7 +3205,7 @@ dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -3227,14 +3233,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "stdweb" -version = "0.4.10" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "discard 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "stdweb-derive 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "stdweb-internal-macros 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "stdweb-internal-runtime 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "stdweb-internal-macros 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "stdweb-internal-runtime 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3244,29 +3250,29 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "stdweb-internal-macros" -version = "0.2.2" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "base-x 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "base-x 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", + "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "stdweb-internal-runtime" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -3279,7 +3285,7 @@ dependencies = [ [[package]] name = "string" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -3289,22 +3295,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "structopt" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "structopt-derive 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt-derive 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "structopt-derive" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3348,28 +3354,28 @@ dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "exit-future 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "exit-future 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 0.1.0", - "structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-client 0.1.0", "substrate-network 0.1.0", "substrate-primitives 0.1.0", "substrate-service 0.3.0", "substrate-telemetry 0.3.0", "sysinfo 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3386,7 +3392,7 @@ dependencies = [ "kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "sr-api-macros 0.1.0", "sr-primitives 0.1.0", @@ -3413,7 +3419,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 0.1.0", "substrate-client 0.1.0", "substrate-executor 0.1.0", @@ -3434,7 +3440,7 @@ dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-version 0.1.0", @@ -3449,7 +3455,7 @@ dependencies = [ "substrate-primitives 0.1.0", "substrate-service 0.3.0", "substrate-test-client 0.1.0", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3474,12 +3480,12 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 0.1.0", "sr-version 0.1.0", "substrate-primitives 0.1.0", "substrate-test-client 0.1.0", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3487,12 +3493,12 @@ name = "substrate-consensus-rhd" version = "0.1.0" dependencies = [ "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "exit-future 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "exit-future 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "rhododendron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", @@ -3506,7 +3512,7 @@ dependencies = [ "substrate-keyring 0.1.0", "substrate-primitives 0.1.0", "substrate-transaction-pool 0.1.0", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3520,17 +3526,17 @@ dependencies = [ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-version 0.1.0", "substrate-primitives 0.1.0", "substrate-serializer 0.1.0", "substrate-state-machine 0.1.0", "substrate-trie 0.4.0", - "wabt 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmi 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "wabt 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3543,8 +3549,8 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 0.1.0", "substrate-client 0.1.0", "substrate-consensus-common 0.1.0", @@ -3554,7 +3560,7 @@ dependencies = [ "substrate-primitives 0.1.0", "substrate-service 0.3.0", "substrate-test-client 0.1.0", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3586,9 +3592,9 @@ dependencies = [ "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-crypto 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-primitives 0.1.0", "subtle 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3606,7 +3612,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 0.1.0", @@ -3616,7 +3622,7 @@ dependencies = [ "substrate-network-libp2p 0.1.0", "substrate-primitives 0.1.0", "substrate-test-client 0.1.0", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3624,22 +3630,22 @@ name = "substrate-network-libp2p" version = "0.1.0" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3661,13 +3667,13 @@ dependencies = [ "primitive-types 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "ring 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-std 0.1.0", "substrate-serializer 0.1.0", - "twox-hash 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "twox-hash 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmi 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3682,11 +3688,11 @@ dependencies = [ "jsonrpc-pubsub 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 0.1.0", "sr-version 0.1.0", "substrate-client 0.1.0", @@ -3696,7 +3702,7 @@ dependencies = [ "substrate-primitives 0.1.0", "substrate-test-client 0.1.0", "substrate-transaction-pool 0.1.0", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3707,7 +3713,7 @@ dependencies = [ "jsonrpc-pubsub 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)", "jsonrpc-ws-server 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 0.1.0", "substrate-rpc 0.1.0", ] @@ -3716,8 +3722,8 @@ dependencies = [ name = "substrate-serializer" version = "0.1.0" dependencies = [ - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3725,15 +3731,15 @@ name = "substrate-service" version = "0.3.0" dependencies = [ "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "exit-future 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "exit-future 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", @@ -3749,7 +3755,7 @@ dependencies = [ "substrate-test-client 0.1.0", "substrate-transaction-pool 0.1.0", "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3767,7 +3773,7 @@ dependencies = [ "substrate-primitives 0.1.0", "substrate-service 0.3.0", "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3778,7 +3784,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-primitives 0.1.0", ] @@ -3791,7 +3797,7 @@ dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-primitives 0.1.0", "substrate-trie 0.4.0", "trie-db 0.9.0 (git+https://github.com/paritytech/trie)", @@ -3804,11 +3810,11 @@ version = "0.3.0" dependencies = [ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "slog-json 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "slog-scope 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "slog-json 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "slog-scope 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "ws 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3835,8 +3841,8 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", "sr-primitives 0.1.0", "sr-std 0.1.0", @@ -3856,9 +3862,9 @@ dependencies = [ "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 0.1.0", "substrate-test-runtime 0.1.0", ] @@ -3871,7 +3877,7 @@ dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 0.1.0", "substrate-client 0.1.0", "substrate-keyring 0.1.0", @@ -3912,7 +3918,7 @@ name = "syn" version = "0.13.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3929,7 +3935,7 @@ dependencies = [ [[package]] name = "syn" -version = "0.15.22" +version = "0.15.24" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3944,59 +3950,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "syntex" -version = "0.58.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", - "syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "syntex_errors" -version = "0.58.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", - "syntex_pos 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", - "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "syntex_pos" -version = "0.58.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "syntex_syntax" -version = "0.58.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", - "syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", - "syntex_pos 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "sysinfo" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4022,13 +3986,13 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.0.4" +version = "3.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4055,8 +4019,8 @@ name = "termion" version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4073,8 +4037,8 @@ name = "thread-id" version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4093,11 +4057,11 @@ dependencies = [ [[package]] name = "time" -version = "0.1.40" +version = "0.1.41" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4111,34 +4075,35 @@ dependencies = [ [[package]] name = "tk-listen" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio" -version = "0.1.11" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-fs 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-uds 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-fs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4146,9 +4111,9 @@ name = "tokio-codec" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4156,26 +4121,26 @@ name = "tokio-core" version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-current-thread" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4186,130 +4151,133 @@ dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-executor" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-fs" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-io" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-reactor" -version = "0.1.6" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-tcp" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-threadpool" -version = "0.1.8" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-deque 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-timer" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-tls" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-udp" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-uds" -version = "0.2.3" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4378,10 +4346,10 @@ dependencies = [ [[package]] name = "twox-hash" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4396,7 +4364,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ucd-util" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -4449,11 +4417,6 @@ name = "unicode-width" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "unicode-xid" -version = "0.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "unicode-xid" version = "0.1.0" @@ -4480,7 +4443,7 @@ name = "unsigned-varint" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4537,21 +4500,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wabt" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", - "wabt-sys 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", + "wabt-sys 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wabt-sys" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", "cmake 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4568,7 +4531,7 @@ dependencies = [ [[package]] name = "wasmi" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4584,19 +4547,27 @@ dependencies = [ "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)", "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-tls 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "which" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "winapi" version = "0.2.8" @@ -4649,7 +4620,7 @@ version = "0.7.9" source = "git+https://github.com/tomusdrw/ws-rs#4baef2dc1abc8e216559af51cfc120bbcc777e21" dependencies = [ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4666,12 +4637,12 @@ version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4689,7 +4660,7 @@ dependencies = [ [[package]] name = "xdg" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -4699,20 +4670,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "yamux" -version = "0.1.0" -source = "git+https://github.com/paritytech/yamux#8f3d16e7645447645d3552a52159d56c8a01de27" +version = "0.1.6" +source = "git+https://github.com/paritytech/yamux#957bccae409e827db4be05abb67d1d6246d5f5c8" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "nohash-hasher 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nohash-hasher 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "quick-error 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [metadata] +"checksum MacTypes-sys 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7dbbe033994ae2198a18517c7132d952a29fb1db44249a1234779da7c50f4698" "checksum aes-ctr 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f65958ff3692041c36fc009261ccd63f24cd8e0dc1164266f068c2387e8b4e4f" "checksum aes-soft 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "67cc03b0a090a05cb01e96998a01905d7ceedce1bc23b756c0bb7faa0682ccb1" "checksum aesni 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6810b7fb9f2bb4f76f05ac1c170b8dde285b6308955dc3afd89710268c958d9e" @@ -4722,20 +4695,19 @@ dependencies = [ "checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6" "checksum app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e73a24bad9bd6a94d6395382a6c69fe071708ae4409f763c5475e14ee896313d" "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" -"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" +"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" "checksum asn1_der 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "766afdc5c6d7c15de1abe4c9c15e360be3aa972c363ba5b606be3c4271235886" "checksum assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7deb0a829ca7bcfaf5da70b073a8d128619259a7be8216a355e23f00763059e5" -"checksum aster 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ccfdf7355d9db158df68f976ed030ab0f6578af811f5a7bb6dcf221ec24e0e0" "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" -"checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a" -"checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0" -"checksum base-x 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5cda5d0f5584d129112ad8bf4775b9fd2b9f1e30738c7b1a25314ba2244d6a51" +"checksum autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727" +"checksum backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b493b66e03090ebc4343eb02f94ff944e0cbc9ac6571491d170ba026741eb5" +"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" +"checksum base-x 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d55aa264e822dbafa12db4d54767aff17c6ba55ea2d8559b3e17392c7d000e5d" "checksum base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83" "checksum base64 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5032d51da2741729bfdaeb2664d9b8c6d9fd1e2b90715c660b6def36628499c2" "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" "checksum bigint 4.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ebecac13b3c745150d7b6c3ea7572d372f09d627c2077e893bf26c5c7f70d282" -"checksum bindgen 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ba610cba0c1727ed837316540068b51349b8268c073906067b7c3948598929bd" -"checksum bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4" +"checksum bindgen 0.37.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1b25ab82877ea8fe6ce1ce1f8ac54361f0218bad900af9eb11803994bf67c221" "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" "checksum blake2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73b77e29dbd0115e43938be2d5128ecf81c0353e00acaa65339a1242586951d9" @@ -4746,14 +4718,14 @@ dependencies = [ "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" "checksum byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96c8b41881888cc08af32d47ac4edd52bc7fa27fef774be47a92443756451304" "checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" -"checksum bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0ce55bd354b095246fc34caf4e9e242f5297a7fd938b090cadfea6eee614aa62" +"checksum bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa" "checksum cast 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "011941fb53da1a8ac3e4132a1becc367c44fe13f630769f3143d8c66c91c6cb6" -"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" +"checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749" "checksum cexpr 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42aac45e9567d97474a834efdee3081b3c942b2205be932092f53354ce503d6c" "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" "checksum chashmap 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "47e651a8c1eb0cbbaa730f705e2531e75276c6f2bbe2eb12662cfd305213dff8" "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" -"checksum clang-sys 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e414af9726e1d11660801e73ccc7fb81803fb5f49e5903a25b348b2b3b480d2e" +"checksum clang-sys 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7f7c04e52c35222fffcc3a115b5daf5f7e2bfb71c13c4e2321afe1fc71859c2" "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" "checksum clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "97276801e127ffb46b66ce23f35cc96bd454fa311294bced4bbace7baa8b1d17" "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" @@ -4764,14 +4736,14 @@ dependencies = [ "checksum criterion 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f58b0200bf321214bdda8c797cf0071bcc638171c40ec198c3f652a4edaacde3" "checksum criterion-plot 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "885431f7865f9d4956b466126674e5ea40a0f193d42157e56630c356c5501957" "checksum criterion-stats 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c71521cb4c7b7eac76b540e75447fb0172c4234d6333729001b886aaa21d6da4" -"checksum crossbeam 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "bd66663db5a988098a89599d4857919b3acf7f61402e61365acfd3919857b9be" +"checksum crossbeam 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad4c7ea749d9fb09e23c5cb17e3b70650860553a0e2744e38446b1803bf7db94" +"checksum crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "137bc235f622ffaa0428e3854e24acb53291fc0b3ff6fb2cb75a8be6fb02f06b" "checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3" -"checksum crossbeam-deque 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4fe1b6f945f824c7a25afe44f62e25d714c0cc523f8e99d8db5cd1026e1269d3" +"checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13" "checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" -"checksum crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2449aaa4ec7ef96e5fb24db16024b935df718e9ae1cec0a1e68feeca2efca7b8" +"checksum crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f10a4f8f409aaac4b16a5474fb233624238fcdeefb9ba50d5ea059aab63ba31c" "checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9" -"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015" -"checksum crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c55913cc2799171a550e307918c0a360e8c16004820291bf3b638969b4a01816" +"checksum crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "41ee4864f4797060e52044376f7d107429ce1fb43460021b126424b7180ee21a" "checksum crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a2f4a431c5c9f662e1200b7c7f02c34e91361150e382089a8f2dec3ba680cbda" "checksum crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c240f247c278fa08a6d4820a6a222bfc6e0d999e51ba67be94f44c905b2161f2" "checksum crypto-mac 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0999b4ff4d3446d4ddb19a63e9e00c1876e75cd7000d20e57a693b4b3f08d958" @@ -4779,7 +4751,7 @@ dependencies = [ "checksum ctr 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4b669fcb8e20124db86dbd9b01e74ec0e9e420e65381311ce5249864fc7ff0c0" "checksum ctrlc 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "630391922b1b893692c6334369ff528dcc3a9d8061ccf4c803aa8f83cb13db5e" "checksum curve25519-dalek 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3eacf6ff1b911e3170a8c400b402e10c86dc3cb166bd69034ebbc2b785fea4c2" -"checksum data-encoding 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "67df0571a74bf0d97fb8b2ed22abdd9a48475c96bd327db968b7d9cace99655e" +"checksum data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4f47ca1860a761136924ddd2422ba77b2ea54fe8cc75b9040804a0d9d32ad97" "checksum datastore 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)" = "" "checksum difference 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3304d19798a8e067e48d8e69b2c37f0b5e9b4e462504ad9e27e9f3fce02bba8" "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" @@ -4794,9 +4766,9 @@ dependencies = [ "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" "checksum eth-secp256k1 0.5.7 (git+https://github.com/paritytech/rust-secp256k1)" = "" "checksum etrace 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f17311e68ea07046ee809b8513f6c259518bc10173681d98c21f8c3926f56f40" -"checksum exit-future 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9aa7b56cef68c4182db7212dece19cc9f6e2916cf9412e57e6cea53ec02f316d" -"checksum failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7" -"checksum failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "64c2d913fe8ed3b6c6518eedf4538255b989945c14c2a7d5cbff62a5e2120596" +"checksum exit-future 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "87559b08e99a81a92bbb867d237543e43495857749f688e0773390a20d56c61c" +"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" +"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" "checksum fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1ee15a7050e5580b3712877157068ea713b245b080ff302ae2ca973cfcd9baa" "checksum finality-grandpa 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a1dffe3c9d4c59d964f25cea31880e56c20414cdae7efe2269411238f850ad39" @@ -4814,20 +4786,20 @@ dependencies = [ "checksum getset 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "54c7f36a235738bb25904d6a2b3dbb28f6f5736cd3918c4bf80d6bb236200782" "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" "checksum globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4743617a7464bbda3c8aec8558ff2f9429047e025771037df561d383337ff865" -"checksum h2 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "7dd33bafe2e6370e6c8eb0cf1b8c5f93390b90acde7e9b03723f166b28b648ed" +"checksum h2 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "1ac030ae20dee464c5d0f36544d8b914a6bc606da44a57e052d2b0f5dae129e0" "checksum hash-db 0.9.0 (git+https://github.com/paritytech/trie)" = "" "checksum hash256-std-hasher 0.9.0 (git+https://github.com/paritytech/trie)" = "" "checksum heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1679e6ea370dee694f91f1dc469bf94cf8f52051d147aec3e1f9497c6fc22461" -"checksum heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82" +"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" "checksum hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4da5f0e01bd8a71a224a4eedecaacfcabda388dbb7a80faf04d3514287572d95" "checksum hex-literal-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1d340b6514f232f6db1bd16db65302a5278a04fef9ce867cb932e7e5fa21130a" "checksum hmac 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "733e1b3ac906631ca01ebb577e9bb0f5e37a454032b9036b5eaea4013ed6f99a" "checksum http 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "02096a6d2c55e63f7fcb800690e4f889a25f6ec342e3adb4594e293b625215ab" "checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83" -"checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e" +"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114" "checksum hyper 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)" = "df0caae6b71d266b91b4a83111a61d2b94ed2e2bea024c532b933dcff867e58c" -"checksum hyper 0.12.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c49a75385d35ff5e9202755f09beb0b878a05c4c363fcc52b23eeb5dcb6782cc" +"checksum hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)" = "f1ebec079129e43af5e234ef36ee3d7e6085687d145b7ea653b262d16c6b65f1" "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" "checksum impl-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9c88568d828291c50eed30cd7fb9f8e688ad0013620186fa3e777b9f206c79f2" "checksum impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5158079de9d4158e0ce1de3ae0bd7be03904efc40b3d7dd8b8c301cbf6b52b56" @@ -4853,9 +4825,8 @@ dependencies = [ "checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" -"checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0" -"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" -"checksum libloading 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fd38073de8f7965d0c17d30546d4bb6da311ab428d1c7a3fc71dff7f9d4979b9" +"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" +"checksum libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)" = "023a4cd09b2ff695f9734c1934145a315594b7986398496841c7031a5a1bbdbd" "checksum libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3ad660d7cb8c5822cd83d10897b0f1f1526792737a179e73896152f85b88c2" "checksum libp2p 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)" = "" "checksum libp2p-core 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)" = "" @@ -4874,9 +4845,9 @@ dependencies = [ "checksum libp2p-uds 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)" = "" "checksum libp2p-websocket 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)" = "" "checksum libp2p-yamux 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=d961e656a74d1bab5366d371a06f9e10d5f4a6c5)" = "" -"checksum librocksdb-sys 5.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1b0fa7f4ca5ceff76237db63802cb073d84e64a327e38478e79a669093fb7fa5" +"checksum librocksdb-sys 5.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "474d805d72e23a06310fa5201dfe182dc4b80ab1f18bb2823c1ac17ff9dcbaa2" "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" -"checksum lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "775751a3e69bde4df9b38dd00a1b5d6ac13791e4223d4a0506577f0dd27cfb7a" +"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" "checksum make-cmd 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8ca8afbe8af1785e09636acb5a41e08a765f5f0340568716c18a8700ba3c0d3" @@ -4884,7 +4855,7 @@ dependencies = [ "checksum mashup-impl 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "aa607bfb674b4efb310512527d64266b065de3f894fc52f84efcbf7eaa5965fb" "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" "checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a" -"checksum memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16" +"checksum memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "db4c41318937f6e76648f42826b1d9ade5c09cafb5aef7e351240a70f39206e9" "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" "checksum memory-db 0.9.0 (git+https://github.com/paritytech/trie)" = "" "checksum memory_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" @@ -4901,21 +4872,22 @@ dependencies = [ "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" "checksum nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d37e713a259ff641624b6cb20e3b12b2952313ba36b6823c0f16e6cfd9e5de17" "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" -"checksum nohash-hasher 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "27593c72432b8cec9ae79e92792a73c38341064d525b6b612a9fccf8b7d17407" +"checksum nohash-hasher 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d138afcce92d219ccb6eb53d9b1e8a96ac0d633cfd3c53cd9856d96d1741bb8" "checksum nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b" "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" "checksum num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "cee7e88156f3f9e19bdd598f8d6c9db7bf4078f99f8381f43a55b09648d1a6e3" -"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" +"checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" "checksum ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c" "checksum once_cell 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d7ce3535d54560c937c1652ba4a0da66bfc63e0f8e07bed127483afb6e5ee925" "checksum opaque-debug 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d620c9c26834b34f039489ac0dfdb12c7ac15ccaf818350a64c9b5334a452ad7" -"checksum openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)" = "5e1309181cdcbdb51bc3b6bedb33dfac2a83b3d585033d3f6d9e22e8c1928613" +"checksum openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "ec7bd7ca4cce6dbdc77e7c1230682740d307d1218a87fb0349a571272be749f9" "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" -"checksum openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)" = "278c1ad40a89aa1e741a1eed089a2f60b18fab8089c3139b542140fc7d674106" +"checksum openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" = "1bb974e77de925ef426b6bc82fce15fd45bdcbeb5728bffcfc7cdeeb7ce1c2d6" "checksum owning_ref 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9d52571ddcb42e9c900c901a18d8d67e393df723fcd51dd59c5b1a85d0acb6cc" "checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" +"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" "checksum parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)" = "" "checksum parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa5168b4cf41f3835e4bc6ffb32f51bc9365dc50cb351904595b3931d917fd0c" "checksum parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "dca389ea5e1632c89b2ce54f7e2b4a8a8c9d278042222a91e0bf95451218cb4c" @@ -4926,7 +4898,7 @@ dependencies = [ "checksum parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "149d8f5b97f3c1133e3cfcd8886449959e856b557ff281e292b733d7c69e005e" "checksum parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4d05f1349491390b1730afba60bb20d55761bef489a954546b58b4b34e1e2ac" "checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" -"checksum parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9723236a9525c757d9725b993511e3fc941e33f27751942232f0058298297edf" +"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" "checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa" "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" @@ -4938,12 +4910,10 @@ dependencies = [ "checksum primitive-types 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f47c18b4601125931d69fcf7b000c2c16a304e4f84d58218d6470b4502e00b58" "checksum proc-macro-hack 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2c725b36c99df7af7bf9324e9c999b9e37d92c8f8caf106d82e1d7953218d2d8" "checksum proc-macro-hack-impl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2b753ad9ed99dd8efeaa7d2fb8453c8f6bc3e54b97966d35f1bc77ca6865254a" -"checksum proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7" +"checksum proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "77997c53ae6edd6d187fec07ec41b207063b5ee6f33680e9fa86d405cdd313d4" "checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09" -"checksum protobuf 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "671a9cce836bd3635b40b2b0a72783481755ee988c493891f4e974b45264cc9d" +"checksum protobuf 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eae0479da11de87d371fa47eb033059715ffa8f714748da20aa364d56ec5bee2" "checksum pwasm-utils 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "efd695333cfae6e9dbe2703a6d040e252b57a6fc3b9a65c712615ac042b2e0c5" -"checksum quasi 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18c45c4854d6d1cf5d531db97c75880feb91c958b0720f4ec1057135fec358b3" -"checksum quasi_codegen 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9e25fa23c044c1803f43ca59c98dac608976dd04ce799411edd58ece776d4" "checksum quick-error 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5fb6ccf8db7bbcb9c2eae558db5ab4f3da1c2a87e4e597ed394726bc8ea6ca1d" "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" "checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8" @@ -4951,29 +4921,30 @@ dependencies = [ "checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1" "checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd" "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" -"checksum rand 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de3f08319b5395bd19b70e73c4c465329495db02dafeb8ca711a20f1c2bd058c" -"checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a" +"checksum rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b65e163105a6284f841bd23100a015895f54340e88a5ffc9ca7b8b33827cfce0" +"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" "checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" -"checksum rand_isaac 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d6ecfe9ebf36acd47a49d150990b047a5f7db0a7236ee2414b7ff5cc1097c7b" +"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" +"checksum rand_os 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de5ac4de1c2973e1391dc305cb0fbf8788cb58068e98255439b7485a77022273" "checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" -"checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3" +"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" "checksum rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b614fe08b6665cb9a231d07ac1364b0ef3cb3698f1239ee0c4c3a88a524f54c8" "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" -"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" +"checksum redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)" = "52ee9a534dc1301776eff45b4fa92d2c39b1d8c3d3357e6eb593e0d795506fc2" "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" -"checksum regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467" +"checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" -"checksum regex-syntax 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fbc557aac2b708fe84121caf261346cc2eed71978024337e42eb46b8a252ac6e" +"checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1" "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" "checksum rhododendron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a09bc21b21795c366c8bf0e87afb71175f5f736b3a5b279b6f4e81839d0a877b" "checksum ring 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6f7d28b30a72c01b458428e0ae988d4149c20d902346902be881e3edc4bb325c" -"checksum rocksdb 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a806011ca1d26f37729ed4dc78afd607cc86d37ee913718108b0b267e768d46f" +"checksum rocksdb 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39be726e556e6f21d54d21cdf1be9f6df30c0411a5856c1abf3f4bb12498f2ed" "checksum rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a" -"checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395" +"checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" "checksum rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ceb8ce7a5e520de349e1fa172baeba4a9e8d5ef06c47471863530bc4972ee1e" "checksum rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "403bb3a286107a04825a5f82e1270acc1e14028d3d554d7a1e08914549575ab8" "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" @@ -4987,12 +4958,12 @@ dependencies = [ "checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" "checksum security-framework 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "697d3f3c23a618272ead9e1fb259c1411102b31c6af8b93f1d64cca9c3b0e8e0" -"checksum security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab01dfbe5756785b5b4d46e0289e5a18071dfa9a7c2b24213ea00b9ef9b665bf" +"checksum security-framework-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "40d95f3d7da09612affe897f320d78264f0d2320f3e8eea27d12bd1bd94445e2" "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" -"checksum serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef" -"checksum serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c" -"checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811" +"checksum serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "0e732ed5a5592c17d961555e3b552985baf98d50ce418b7b655f31f6ba7eb1b7" +"checksum serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d6115a3ca25c224e409185325afc16a0d5aaaabc15c42b09587d6f1ba39a5b" +"checksum serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)" = "bdf540260cfee6da923831f4776ddc495ada940c30117977c70f1313a6130545" "checksum sha1 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "171698ce4ec7cbb93babeb3190021b4d72e96ccb98e33d277ae4ea959d6f2d9e" "checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" "checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0" @@ -5001,36 +4972,32 @@ dependencies = [ "checksum slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d" "checksum slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e1a2eec401952cd7b12a84ea120e2d57281329940c3f93c2bf04f462539508e" "checksum slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e544d16c6b230d84c866662fe55e31aacfca6ae71e6fc49ae9a311cb379bfc2f" -"checksum slog-json 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddd14b8df2df39378b3e933c79784350bf715b11444d99f903df0253bbe524e5" -"checksum slog-scope 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "053344c94c0e2b22da6305efddb698d7c485809427cf40555dc936085f67a9df" -"checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d" +"checksum slog-json 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddc0d2aff1f8f325ef660d9a0eb6e6dcd20b30b3f581a5897f58bf42d061c37a" +"checksum slog-scope 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "60c04b4726fa04595ccf2c2dad7bcd15474242c4c5e109a8a376e8a2c9b1539a" +"checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db" "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" "checksum static_assertions 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c19be23126415861cb3a23e501d34a708f7f9b2183c5252d690941c2e69199d5" "checksum stdweb 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e" -"checksum stdweb 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "22203527a18dc1c5c83bbd247fb005f5877d040783b6626571d6b7ed7a6f5e75" +"checksum stdweb 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "b84f9c829ef7d2e6abf1965393b231c0fd495f0293d612f32dbadd637e91fd0d" "checksum stdweb-derive 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0e21ebd9179de08f2300a65454268a17ea3de204627458588c84319c4def3930" -"checksum stdweb-internal-macros 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bcbc9155af9606d44c740197d7d6672b49c4ee93a176c7cecde8b49322677604" -"checksum stdweb-internal-runtime 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b74fe9de4c0d07e91987f4d798b95f27f3cb7769fbc222fa951fa386908297b5" +"checksum stdweb-internal-macros 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d60e306bddd5d213f86f7b417b6cdcefbf742917414ac9dda6e9750ef4553dce" +"checksum stdweb-internal-runtime 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a2a2f4a2eb556337b2d1a302630bbddf989ae383c70393e89b48152b9896cbda" "checksum stream-cipher 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "30dc6118470d69ce0fdcf7e6f95e95853f7f4f72f80d835d4519577c323814ab" -"checksum string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00caf261d6f90f588f8450b8e1230fa0d5be49ee6140fdfbcb55335aff350970" +"checksum string 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98998cced76115b1da46f63388b909d118a37ae0be0f82ad35773d4a4bc9d18d" "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" -"checksum structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "41c4a2479a078509940d82773d90ff824a8c89533ab3b59cd3ce8b0c0e369c02" -"checksum structopt-derive 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "5352090cfae7a2c85e1a31146268b53396106c88ca5d6ccee2e3fae83b6e35c2" +"checksum structopt 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "670ad348dc73012fcf78c71f06f9d942232cdd4c859d4b6975e27836c3efc0c3" +"checksum structopt-derive 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "ef98172b1a00b0bec738508d3726540edcbd186d50dfd326f2b1febbb3559f04" "checksum subtle 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc7f6353c2ee5407358d063a14cccc1630804527090a6fb5a9489ce4924280fb" "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)" = "14f9bf6292f3a61d2c716723fdb789a41bbe104168e6f496dc6497e531ea1b9b" "checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741" -"checksum syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)" = "ae8b29eb5210bc5cf63ed6149cbf9adfc82ac0be023d8735c176ee74a2db4da7" +"checksum syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)" = "734ecc29cd36e8123850d9bf21dfd62ef8300aaa8f879aabaa899721808be37c" "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" -"checksum syntex 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a8f5e3aaa79319573d19938ea38d068056b826db9883a5d47f86c1cecc688f0e" -"checksum syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "867cc5c2d7140ae7eaad2ae9e8bf39cb18a67ca651b7834f88d46ca98faadb9c" -"checksum syntex_pos 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13ad4762fe52abc9f4008e85c4fb1b1fe3aa91ccb99ff4826a439c7c598e1047" -"checksum syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6e0e4dbae163dd98989464c23dd503161b338790640e11537686f2ef0f25c791" "checksum sysinfo 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4c747a1fbe091faa7bf76c19f40099f9f12495384c811485d81cf3d60c0eae62" "checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" "checksum target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c63f48baada5c52e65a29eef93ab4f8982681b67f9e8d29c7b05abcfec2b9ffe" "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" -"checksum tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "55c1195ef8513f3273d55ff59fe5da6940287a0d7a98331254397f464833675b" +"checksum tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2" "checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1" "checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f" "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" @@ -5038,24 +5005,24 @@ dependencies = [ "checksum thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1" "checksum thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99" "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" -"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b" +"checksum time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "847da467bf0db05882a9e2375934a8a55cffdc9db0d128af1518200260ba1f6c" "checksum tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e9175261fbdb60781fcd388a4d6cc7e14764a2b629a7ad94abb439aed223a44f" -"checksum tk-listen 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dec7ba6a80b7695fc2abb21af18bed445a362ffd80b64704771ce142d6d2151d" -"checksum tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6e93c78d23cc61aa245a8acd2c4a79c4d7fa7fb5c3ca90d5737029f043a84895" +"checksum tk-listen 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5462b0f968c0457efe38fcd2df7e487096b992419e4f5337b06775a614bbda4b" +"checksum tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4790d0be6f4ba6ae4f48190efa2ed7780c9e3567796abdb285003cf39840d9c5" "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" "checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71" -"checksum tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f90fcd90952f0a496d438a976afba8e5c205fb12123f813d8ab3aa1c8436638c" +"checksum tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "331c8acc267855ec06eb0c94618dcbbfea45bed2d20b77252940095273fb58f6" "checksum tokio-dns-unofficial 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bb9bf62ca2c53bf2f2faec3e48a98b6d8c9577c27011cb0203a4beacdc8ab328" -"checksum tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde" -"checksum tokio-fs 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "60ae25f6b17d25116d2cba342083abe5255d3c2c79cb21ea11aa049c53bf7c75" -"checksum tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "7392fe0a70d5ce0c882c4778116c519bd5dbaa8a7c3ae3d04578b3afafdcda21" -"checksum tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018" -"checksum tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912" -"checksum tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3929aee321c9220ed838ed6c3928be7f9b69986b0e3c22c972a66dbf8a298c68" -"checksum tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3a52f00c97fedb6d535d27f65cccb7181c8dd4c6edc3eda9ea93f6d45d05168e" -"checksum tokio-tls 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e53fdbf3156f588be1676022fe794232b24922d426e8c14f4e46891c1e31c440" -"checksum tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "da941144b816d0dcda4db3a1ba87596e4df5e860a72b70783fe435891f80601c" -"checksum tokio-uds 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "df195376b43508f01570bacc73e13a1de0854dc59e79d1ec09913e8db6dd2a70" +"checksum tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30c6dbf2d1ad1de300b393910e8a3aa272b724a400b6531da03eed99e329fbf0" +"checksum tokio-fs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0e9cbbc8a3698b7ab652340f46633364f9eaa928ddaaee79d8b8f356dd79a09d" +"checksum tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b53aeb9d3f5ccf2ebb29e19788f96987fa1355f8fe45ea193928eaaaf3ae820f" +"checksum tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "afbcdb0f0d2a1e4c440af82d7bbf0bf91a8a8c0575bcd20c05d15be7e9d3a02f" +"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" +"checksum tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "17465013014410310f9f61fa10bf4724803c149ea1d51efece131c38efca93aa" +"checksum tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4f37f0111d76cc5da132fe9bc0590b9b9cfd079bc7e75ac3846278430a299ff8" +"checksum tokio-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "354b8cd83825b3c20217a9dc174d6a0c67441a2fae5c41bcb1ea6679f6ae0f7c" +"checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92" +"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445" "checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" "checksum trie-bench 0.9.0 (git+https://github.com/paritytech/trie)" = "" "checksum trie-db 0.9.0 (git+https://github.com/paritytech/trie)" = "" @@ -5063,10 +5030,10 @@ dependencies = [ "checksum trie-standardmap 0.9.0 (git+https://github.com/paritytech/trie)" = "" "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" "checksum twofish 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1eef327f05b0d0ec1b9d7d119d8f4d9f602ceee37e0540aff8071e8e66c2e22e" -"checksum twox-hash 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f85be565a110ed72ed7048cf56570db04ce0a592c98aa59b7dacde3e5718750" +"checksum twox-hash 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "555cd4909480122bbbf21e34faac4cb08a171f324775670447ed116726c474af" "checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887" "checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" -"checksum ucd-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d0f8bfa9ff0cadcd210129ad9d2c5f145c13e9ced3d3e5d948a6213487d52444" +"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86" "checksum uint 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "082df6964410f6aa929a61ddfafc997e4f32c62c22490e439ac351cec827f436" "checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" "checksum unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d3218ea14b4edcaccfa0df0a64a3792a2c32cc706f1b336e48867f9d3147f90" @@ -5074,7 +5041,6 @@ dependencies = [ "checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25" "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" -"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" "checksum unsigned-varint 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5c1441164e5da61f00acd15f5a9e61939693c2c6e8b9fae36a220b82de7e212" @@ -5087,11 +5053,12 @@ dependencies = [ "checksum vergen 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "93fb2d57fbc535fcd45548c99b141d2d960995daaf04b864c4d9fe1ea011c819" "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" -"checksum wabt 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff1f0f87e467255240c1faf5cf13a04410723407840d7733e75967224e191a5" -"checksum wabt-sys 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0cc8982bfe0a923f152e96d991e50a6f97fe73ca4af6d9d84d76634f03051fa2" +"checksum wabt 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0246aa1834c47c5f3dd87c0932a2c78edd1e9318ced5e92a41f30a0ab4e3a91f" +"checksum wabt-sys 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "462336bb61096e64761730e0dea1bc8b777bd4e3689c7e813c81f1cfdf4e8a51" "checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3" -"checksum wasmi 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8a60b9508cff2b7c27ed41200dd668806280740fadc8c88440e9c88625e84f1a" +"checksum wasmi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "21ef487a11df1ed468cf613c78798c26282da5c30e9d49f824872d4c77b47d1d" "checksum websocket 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c9faed2bff8af2ea6b9f8b917d3d00b467583f6781fe3def174a9e33c879703" +"checksum which 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e84a603e7e0b1ce1aa1ee2b109c7be00155ce52df5081590d1ffb93f4f515cb2" "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" @@ -5102,6 +5069,6 @@ dependencies = [ "checksum ws 0.7.9 (git+https://github.com/tomusdrw/ws-rs)" = "" "checksum ws 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)" = "329d3e6dd450a9c5c73024e1047f0be7e24121a68484eb0b5368977bee3cf8c3" "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" -"checksum xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a66b7c2281ebde13cf4391d70d4c7e5946c3c25e72a7b859ca8f677dcd0b0c61" +"checksum xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57" "checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992" -"checksum yamux 0.1.0 (git+https://github.com/paritytech/yamux)" = "" +"checksum yamux 0.1.6 (git+https://github.com/paritytech/yamux)" = "" diff --git a/substrate/core/client/Cargo.toml b/substrate/core/client/Cargo.toml index 1da261cb4b..82a72920da 100644 --- a/substrate/core/client/Cargo.toml +++ b/substrate/core/client/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Parity Technologies "] error-chain = { version = "0.12", optional = true } fnv = { version = "1.0", optional = true } log = { version = "0.4", optional = true } -parking_lot = { version = "0.4", optional = true } +parking_lot = { version = "0.7.1", optional = true } hex-literal = { version = "0.1", optional = true } futures = { version = "0.1.17", optional = true } slog = { version = "^2", optional = true } diff --git a/substrate/core/client/db/Cargo.toml b/substrate/core/client/db/Cargo.toml index 9536fe803a..a228a8e9ca 100644 --- a/substrate/core/client/db/Cargo.toml +++ b/substrate/core/client/db/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Parity Technologies "] [dependencies] -parking_lot = "0.4" +parking_lot = "0.7.1" log = "0.4" kvdb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } kvdb-rocksdb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } diff --git a/substrate/core/consensus/aura/Cargo.toml b/substrate/core/consensus/aura/Cargo.toml index dee59d8f06..f1b569c91f 100644 --- a/substrate/core/consensus/aura/Cargo.toml +++ b/substrate/core/consensus/aura/Cargo.toml @@ -17,7 +17,7 @@ substrate-consensus-aura-primitives = { path = "primitives" } srml-consensus = { path = "../../../srml/consensus" } futures = "0.1.17" tokio = "0.1.7" -parking_lot = "0.4" +parking_lot = "0.7.1" error-chain = "0.12" log = "0.3" substrate-consensus-common = { path = "../common" } diff --git a/substrate/core/consensus/common/Cargo.toml b/substrate/core/consensus/common/Cargo.toml index 7f95b39a14..e204e7c36d 100644 --- a/substrate/core/consensus/common/Cargo.toml +++ b/substrate/core/consensus/common/Cargo.toml @@ -6,7 +6,7 @@ description = "Common utilities for substrate consensus" [dependencies] log = "0.4" -parking_lot = "0.7" +parking_lot = "0.7.1" substrate-primitives = { path= "../../primitives" } error-chain = "0.12" futures = "0.1" diff --git a/substrate/core/consensus/rhd/Cargo.toml b/substrate/core/consensus/rhd/Cargo.toml index dce6a6d7f4..3aae924115 100644 --- a/substrate/core/consensus/rhd/Cargo.toml +++ b/substrate/core/consensus/rhd/Cargo.toml @@ -19,7 +19,7 @@ sr-primitives = { path = "../../sr-primitives" } sr-version = { path = "../../sr-version" } sr-io = { path = "../../sr-io" } tokio = "0.1.7" -parking_lot = "0.4" +parking_lot = "0.7.1" error-chain = "0.12" log = "0.4" rhododendron = { version = "0.4.0", features = ["codec"] } diff --git a/substrate/core/executor/Cargo.toml b/substrate/core/executor/Cargo.toml index dcea860163..594a34f964 100644 --- a/substrate/core/executor/Cargo.toml +++ b/substrate/core/executor/Cargo.toml @@ -17,7 +17,7 @@ serde_derive = "1.0" wasmi = { version = "0.4.2" } byteorder = "1.1" lazy_static = "1.0" -parking_lot = "*" +parking_lot = "0.7.1" log = "0.4" [dev-dependencies] diff --git a/substrate/core/executor/wasm/Cargo.lock b/substrate/core/executor/wasm/Cargo.lock index d5f2b2cacb..97ac5c5d6f 100644 --- a/substrate/core/executor/wasm/Cargo.lock +++ b/substrate/core/executor/wasm/Cargo.lock @@ -42,6 +42,14 @@ dependencies = [ "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "impl-codec" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "nodrop" version = "0.1.12" @@ -65,6 +73,17 @@ dependencies = [ "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "primitive-types" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "fixed-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "uint 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "proc-macro2" version = "0.4.19" @@ -159,16 +178,14 @@ name = "substrate-primitives" version = "0.1.0" dependencies = [ "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "fixed-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.9.0 (git+https://github.com/paritytech/trie)", "hash256-std-hasher 0.9.0 (git+https://github.com/paritytech/trie)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "primitive-types 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", "sr-std 0.1.0", - "uint 0.5.0-beta.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -183,7 +200,7 @@ dependencies = [ [[package]] name = "uint" -version = "0.5.0-beta.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -204,9 +221,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum fixed-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a557e80084b05c32b455963ff565a9de6f2866da023d6671705c6aff6f65e01c" "checksum hash-db 0.9.0 (git+https://github.com/paritytech/trie)" = "" "checksum hash256-std-hasher 0.9.0 (git+https://github.com/paritytech/trie)" = "" +"checksum impl-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9c88568d828291c50eed30cd7fb9f8e688ad0013620186fa3e777b9f206c79f2" "checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" "checksum parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "dca389ea5e1632c89b2ce54f7e2b4a8a8c9d278042222a91e0bf95451218cb4c" "checksum parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffa42c2cb493b60b12c75b26e8c94cb734af4df4d7f2cc229dc04c1953dac189" +"checksum primitive-types 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f47c18b4601125931d69fcf7b000c2c16a304e4f84d58218d6470b4502e00b58" "checksum proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "ffe022fb8c8bd254524b0b3305906c1921fa37a84a644e29079a9e62200c3901" "checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5" "checksum rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "403bb3a286107a04825a5f82e1270acc1e14028d3d554d7a1e08914549575ab8" @@ -216,5 +235,5 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "84257ccd054dc351472528c8587b4de2dbf0dc0fe2e634030c1a90bfdacebaa9" "checksum static_assertions 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c19be23126415861cb3a23e501d34a708f7f9b2183c5252d690941c2e69199d5" "checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741" -"checksum uint 0.5.0-beta.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4630460173a57c0af94b8306091e018025d988473f641a4af754b6cde980e1e3" +"checksum uint 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "082df6964410f6aa929a61ddfafc997e4f32c62c22490e439ac351cec827f436" "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" diff --git a/substrate/core/finality-grandpa/Cargo.toml b/substrate/core/finality-grandpa/Cargo.toml index 017eca9449..2bef01f193 100644 --- a/substrate/core/finality-grandpa/Cargo.toml +++ b/substrate/core/finality-grandpa/Cargo.toml @@ -14,7 +14,7 @@ substrate-client = { path = "../client" } substrate-network = { path = "../network" } substrate-service = { path = "../service", optional = true } log = "0.4" -parking_lot = "0.4" +parking_lot = "0.7.1" tokio = "0.1.7" substrate-finality-grandpa-primitives = { path = "primitives" } rand = "0.6" diff --git a/substrate/core/network-libp2p/Cargo.toml b/substrate/core/network-libp2p/Cargo.toml index 6b0fb9af40..d02652daa6 100644 --- a/substrate/core/network-libp2p/Cargo.toml +++ b/substrate/core/network-libp2p/Cargo.toml @@ -12,7 +12,7 @@ error-chain = { version = "0.12", default-features = false } fnv = "1.0" futures = "0.1" libp2p = { git = "https://github.com/libp2p/rust-libp2p", rev = "d961e656a74d1bab5366d371a06f9e10d5f4a6c5", default-features = false, features = ["secio-rsa", "secio-secp256k1"] } -parking_lot = "0.5" +parking_lot = "0.7.1" libc = "0.2" log = "0.4" rand = "0.5.0" diff --git a/substrate/core/network/Cargo.toml b/substrate/core/network/Cargo.toml index 7eadefb363..221036032e 100644 --- a/substrate/core/network/Cargo.toml +++ b/substrate/core/network/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Parity Technologies "] [dependencies] log = "0.4" -parking_lot = "0.4" +parking_lot = "0.7.1" error-chain = "0.12" bitflags = "1.0" futures = "0.1.17" diff --git a/substrate/core/rpc/Cargo.toml b/substrate/core/rpc/Cargo.toml index f3e9489f9e..c09e123360 100644 --- a/substrate/core/rpc/Cargo.toml +++ b/substrate/core/rpc/Cargo.toml @@ -9,7 +9,7 @@ jsonrpc-core = { git="https://github.com/paritytech/jsonrpc.git" } jsonrpc-macros = { git="https://github.com/paritytech/jsonrpc.git" } jsonrpc-pubsub = { git="https://github.com/paritytech/jsonrpc.git" } log = "0.4" -parking_lot = "0.4" +parking_lot = "0.7.1" parity-codec = "2.1" serde = "1.0" serde_derive = "1.0" diff --git a/substrate/core/service/Cargo.toml b/substrate/core/service/Cargo.toml index f950a77341..6a6ebca9ce 100644 --- a/substrate/core/service/Cargo.toml +++ b/substrate/core/service/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] [dependencies] futures = "0.1.17" -parking_lot = "0.4" +parking_lot = "0.7.1" error-chain = "0.12" lazy_static = "1.0" log = "0.4" diff --git a/substrate/core/state-db/Cargo.toml b/substrate/core/state-db/Cargo.toml index bef12d1ae6..1806bce403 100644 --- a/substrate/core/state-db/Cargo.toml +++ b/substrate/core/state-db/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Parity Technologies "] [dependencies] -parking_lot = "0.5" +parking_lot = "0.7.1" log = "0.4" substrate-primitives = { path = "../../core/primitives" } parity-codec = "2.1" diff --git a/substrate/core/state-machine/Cargo.toml b/substrate/core/state-machine/Cargo.toml index c0254116fe..6ae2ae1655 100644 --- a/substrate/core/state-machine/Cargo.toml +++ b/substrate/core/state-machine/Cargo.toml @@ -7,7 +7,7 @@ description = "Substrate State Machine" [dependencies] hex-literal = "0.1.0" log = "0.4" -parking_lot = "0.4" +parking_lot = "0.7.1" heapsize = "0.4" hash-db = { git = "https://github.com/paritytech/trie" } trie-db = { git = "https://github.com/paritytech/trie" } diff --git a/substrate/core/telemetry/Cargo.toml b/substrate/core/telemetry/Cargo.toml index c74cb956d7..7dda912792 100644 --- a/substrate/core/telemetry/Cargo.toml +++ b/substrate/core/telemetry/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] description = "Telemetry utils" [dependencies] -parking_lot = "0.4" +parking_lot = "0.7.1" lazy_static = "1.0" log = "0.4" slog = "^2" diff --git a/substrate/core/test-runtime/wasm/Cargo.lock b/substrate/core/test-runtime/wasm/Cargo.lock index 8721c4d21b..bdd4fd0534 100644 --- a/substrate/core/test-runtime/wasm/Cargo.lock +++ b/substrate/core/test-runtime/wasm/Cargo.lock @@ -298,6 +298,23 @@ dependencies = [ "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "impl-codec" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "impl-serde" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "integer-sqrt" version = "0.1.2" @@ -537,14 +554,6 @@ dependencies = [ "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "owning_ref" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "owning_ref" version = "0.4.0" @@ -585,15 +594,6 @@ dependencies = [ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "parking_lot" -version = "0.4.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "parking_lot" version = "0.6.4" @@ -605,24 +605,13 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "parking_lot_core" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "parking_lot_core" version = "0.3.1" @@ -657,6 +646,18 @@ name = "pkg-config" version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "primitive-types" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "fixed-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "uint 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "proc-macro-hack" version = "0.4.1" @@ -1078,7 +1079,7 @@ dependencies = [ "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "sr-api-macros 0.1.0", "sr-primitives 0.1.0", @@ -1115,7 +1116,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 0.1.0", "sr-version 0.1.0", "substrate-primitives 0.1.0", @@ -1131,7 +1132,7 @@ dependencies = [ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", @@ -1159,20 +1160,19 @@ dependencies = [ "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "fixed-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.9.0 (git+https://github.com/paritytech/trie)", "hash256-std-hasher 0.9.0 (git+https://github.com/paritytech/trie)", "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "primitive-types 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "ring 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "sr-std 0.1.0", "twox-hash 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "uint 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1194,7 +1194,7 @@ dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-primitives 0.1.0", "substrate-trie 0.4.0", "trie-db 0.9.0 (git+https://github.com/paritytech/trie)", @@ -1207,7 +1207,7 @@ version = "0.3.0" dependencies = [ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "slog-json 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1486,6 +1486,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1647,6 +1648,8 @@ dependencies = [ "checksum hex-literal-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1d340b6514f232f6db1bd16db65302a5278a04fef9ce867cb932e7e5fa21130a" "checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83" "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" +"checksum impl-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9c88568d828291c50eed30cd7fb9f8e688ad0013620186fa3e777b9f206c79f2" +"checksum impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5158079de9d4158e0ce1de3ae0bd7be03904efc40b3d7dd8b8c301cbf6b52b56" "checksum integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ea155abb3ba6f382a75f1418988c05fe82959ed9ce727de427f9cfd425b0c903" "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" @@ -1677,20 +1680,18 @@ dependencies = [ "checksum once_cell 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d7ce3535d54560c937c1652ba4a0da66bfc63e0f8e07bed127483afb6e5ee925" "checksum openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)" = "5e1309181cdcbdb51bc3b6bedb33dfac2a83b3d585033d3f6d9e22e8c1928613" "checksum openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)" = "278c1ad40a89aa1e741a1eed089a2f60b18fab8089c3139b542140fc7d674106" -"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" "checksum parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)" = "" "checksum parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "dca389ea5e1632c89b2ce54f7e2b4a8a8c9d278042222a91e0bf95451218cb4c" "checksum parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffa42c2cb493b60b12c75b26e8c94cb734af4df4d7f2cc229dc04c1953dac189" "checksum parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)" = "511379a8194230c2395d2f5fa627a5a7e108a9f976656ce723ae68fca4097bfc" -"checksum parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "149d8f5b97f3c1133e3cfcd8886449959e856b557ff281e292b733d7c69e005e" "checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" -"checksum parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9723236a9525c757d9725b993511e3fc941e33f27751942232f0058298297edf" -"checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa" +"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" "checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" +"checksum primitive-types 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f47c18b4601125931d69fcf7b000c2c16a304e4f84d58218d6470b4502e00b58" "checksum proc-macro-hack 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2c725b36c99df7af7bf9324e9c999b9e37d92c8f8caf106d82e1d7953218d2d8" "checksum proc-macro-hack-impl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2b753ad9ed99dd8efeaa7d2fb8453c8f6bc3e54b97966d35f1bc77ca6865254a" "checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09" diff --git a/substrate/core/test-runtime/wasm/target/wasm32-unknown-unknown/release/substrate_test_runtime.compact.wasm b/substrate/core/test-runtime/wasm/target/wasm32-unknown-unknown/release/substrate_test_runtime.compact.wasm index e7d060ff3b4d2ffce6c1ffeee2be27dfd507f2c6..81ebc41cba2fd76b0f351690a23482ac162df581 100644 GIT binary patch delta 2416 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 diff --git a/substrate/core/transaction-pool/Cargo.toml b/substrate/core/transaction-pool/Cargo.toml index 93768f16d2..e2f19b839a 100644 --- a/substrate/core/transaction-pool/Cargo.toml +++ b/substrate/core/transaction-pool/Cargo.toml @@ -8,7 +8,7 @@ error-chain = "0.12" futures = "0.1" log = "0.4" parity-codec = "2.1" -parking_lot = "0.4" +parking_lot = "0.7.1" sr-primitives = { path = "../sr-primitives" } substrate-client = { path = "../client" } substrate-primitives = { path = "../primitives" } diff --git a/substrate/core/transaction-pool/graph/Cargo.toml b/substrate/core/transaction-pool/graph/Cargo.toml index 9c154d4b3a..7910e10d9f 100644 --- a/substrate/core/transaction-pool/graph/Cargo.toml +++ b/substrate/core/transaction-pool/graph/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Parity Technologies "] error-chain = "0.12" futures = "0.1" log = "0.4" -parking_lot = "0.4" +parking_lot = "0.7.1" serde = "1.0" serde_derive = "1.0" sr-primitives = { path = "../../sr-primitives" } diff --git a/substrate/node/runtime/wasm/Cargo.lock b/substrate/node/runtime/wasm/Cargo.lock index ab578ac885..1a8cd74f4e 100644 --- a/substrate/node/runtime/wasm/Cargo.lock +++ b/substrate/node/runtime/wasm/Cargo.lock @@ -298,6 +298,23 @@ dependencies = [ "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "impl-codec" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "impl-serde" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "integer-sqrt" version = "0.1.2" @@ -594,14 +611,6 @@ dependencies = [ "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "owning_ref" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "owning_ref" version = "0.4.0" @@ -642,15 +651,6 @@ dependencies = [ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "parking_lot" -version = "0.4.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "parking_lot" version = "0.6.4" @@ -662,24 +662,13 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "parking_lot_core" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "parking_lot_core" version = "0.3.1" @@ -714,6 +703,18 @@ name = "pkg-config" version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "primitive-types" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "fixed-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "uint 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "proc-macro-hack" version = "0.4.1" @@ -1438,7 +1439,7 @@ dependencies = [ "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "sr-api-macros 0.1.0", "sr-primitives 0.1.0", @@ -1475,7 +1476,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 0.1.0", "sr-version 0.1.0", "substrate-primitives 0.1.0", @@ -1491,7 +1492,7 @@ dependencies = [ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 0.1.0", @@ -1531,20 +1532,19 @@ dependencies = [ "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "fixed-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.9.0 (git+https://github.com/paritytech/trie)", "hash256-std-hasher 0.9.0 (git+https://github.com/paritytech/trie)", "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "primitive-types 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "ring 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "sr-std 0.1.0", "twox-hash 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "uint 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1566,7 +1566,7 @@ dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-primitives 0.1.0", "substrate-trie 0.4.0", "trie-db 0.9.0 (git+https://github.com/paritytech/trie)", @@ -1579,7 +1579,7 @@ version = "0.3.0" dependencies = [ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "slog-json 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1830,6 +1830,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1991,6 +1992,8 @@ dependencies = [ "checksum hex-literal-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1d340b6514f232f6db1bd16db65302a5278a04fef9ce867cb932e7e5fa21130a" "checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83" "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" +"checksum impl-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9c88568d828291c50eed30cd7fb9f8e688ad0013620186fa3e777b9f206c79f2" +"checksum impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5158079de9d4158e0ce1de3ae0bd7be03904efc40b3d7dd8b8c301cbf6b52b56" "checksum integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ea155abb3ba6f382a75f1418988c05fe82959ed9ce727de427f9cfd425b0c903" "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" @@ -2021,20 +2024,18 @@ dependencies = [ "checksum once_cell 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d7ce3535d54560c937c1652ba4a0da66bfc63e0f8e07bed127483afb6e5ee925" "checksum openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)" = "5e1309181cdcbdb51bc3b6bedb33dfac2a83b3d585033d3f6d9e22e8c1928613" "checksum openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)" = "278c1ad40a89aa1e741a1eed089a2f60b18fab8089c3139b542140fc7d674106" -"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" "checksum parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)" = "" "checksum parity-codec 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "dca389ea5e1632c89b2ce54f7e2b4a8a8c9d278042222a91e0bf95451218cb4c" "checksum parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffa42c2cb493b60b12c75b26e8c94cb734af4df4d7f2cc229dc04c1953dac189" "checksum parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)" = "511379a8194230c2395d2f5fa627a5a7e108a9f976656ce723ae68fca4097bfc" -"checksum parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "149d8f5b97f3c1133e3cfcd8886449959e856b557ff281e292b733d7c69e005e" "checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" -"checksum parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9723236a9525c757d9725b993511e3fc941e33f27751942232f0058298297edf" -"checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa" +"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" "checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" +"checksum primitive-types 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f47c18b4601125931d69fcf7b000c2c16a304e4f84d58218d6470b4502e00b58" "checksum proc-macro-hack 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2c725b36c99df7af7bf9324e9c999b9e37d92c8f8caf106d82e1d7953218d2d8" "checksum proc-macro-hack-impl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2b753ad9ed99dd8efeaa7d2fb8453c8f6bc3e54b97966d35f1bc77ca6865254a" "checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09" diff --git a/substrate/node/runtime/wasm/target/wasm32-unknown-unknown/release/node_runtime.compact.wasm b/substrate/node/runtime/wasm/target/wasm32-unknown-unknown/release/node_runtime.compact.wasm index b7c15d3bfc806b744e19f2f13d9837b14074b74a..b73bd2e691a2704cdf31e0ba762d627c57ed11c1 100644 GIT binary patch delta 157366 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 Xoy|`+ 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 delta 155376 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 diff --git a/substrate/srml/aura/Cargo.toml b/substrate/srml/aura/Cargo.toml index 2c8ea28eb8..6d9e8dd35e 100644 --- a/substrate/srml/aura/Cargo.toml +++ b/substrate/srml/aura/Cargo.toml @@ -20,7 +20,7 @@ srml-staking = { path = "../staking", default-features = false } [dev-dependencies] lazy_static = "1.0" -parking_lot = "0.6" +parking_lot = "0.7.1" [features] default = ["std"]