diff --git a/Cargo.lock b/Cargo.lock index 2bb7c933b6d0..c0227fb237a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "Inflector" version = "0.11.4" @@ -969,7 +971,7 @@ dependencies = [ "crossbeam-utils 0.7.2", "lazy_static", "maybe-uninit", - "memoffset", + "memoffset 0.5.5", "scopeguard", ] @@ -1489,7 +1491,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "parity-scale-codec", ] @@ -1507,7 +1509,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support", "frame-system", @@ -1525,7 +1527,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "Inflector", "chrono", @@ -1548,7 +1550,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support", "frame-system", @@ -1564,7 +1566,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "12.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "parity-scale-codec", "serde", @@ -1575,7 +1577,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "bitflags", "frame-metadata", @@ -1600,7 +1602,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.24", @@ -1611,7 +1613,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1623,7 +1625,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -1633,7 +1635,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support", "impl-trait-for-tuples 0.1.3", @@ -1649,7 +1651,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -1663,7 +1665,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "parity-scale-codec", "sp-api", @@ -2821,9 +2823,9 @@ checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a" [[package]] name = "libc" -version = "0.2.81" +version = "0.2.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" +checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" [[package]] name = "libloading" @@ -3440,6 +3442,15 @@ dependencies = [ "autocfg 1.0.0", ] +[[package]] +name = "memoffset" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" +dependencies = [ + "autocfg 1.0.0", +] + [[package]] name = "memory-db" version = "0.24.0" @@ -3711,14 +3722,16 @@ dependencies = [ [[package]] name = "nix" -version = "0.19.1" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2" +checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694" dependencies = [ "bitflags", - "cc", "cfg-if 1.0.0", "libc", + "memoffset 0.7.1", + "pin-utils", + "static_assertions", ] [[package]] @@ -3895,7 +3908,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support", "frame-system", @@ -3911,7 +3924,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support", "frame-system", @@ -3926,7 +3939,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -3951,7 +3964,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -3965,7 +3978,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -3980,7 +3993,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -3996,7 +4009,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -4011,7 +4024,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -4026,7 +4039,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -4047,7 +4060,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4063,7 +4076,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -4083,7 +4096,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -4100,7 +4113,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support", "frame-system", @@ -4114,7 +4127,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -4130,7 +4143,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support", "frame-system", @@ -4144,7 +4157,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support", "frame-system", @@ -4159,7 +4172,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -4180,7 +4193,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -4196,7 +4209,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support", "frame-system", @@ -4209,7 +4222,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "enumflags2", "frame-support", @@ -4224,7 +4237,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -4239,7 +4252,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support", "frame-system", @@ -4259,7 +4272,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -4275,7 +4288,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support", "frame-system", @@ -4289,7 +4302,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -4311,7 +4324,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -4322,7 +4335,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support", "frame-system", @@ -4336,7 +4349,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -4354,7 +4367,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -4369,7 +4382,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support", "frame-system", @@ -4386,7 +4399,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4404,7 +4417,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-support", "parity-scale-codec", @@ -4417,7 +4430,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -4433,7 +4446,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-benchmarking", "frame-support", @@ -4449,7 +4462,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4878,7 +4891,7 @@ dependencies = [ "assert_cmd", "color-eyre", "futures 0.3.8", - "nix 0.19.1", + "nix 0.26.1", "parity-util-mem", "polkadot-cli", "polkadot-service", @@ -6723,7 +6736,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "async-trait", "derive_more", @@ -6751,7 +6764,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -6774,7 +6787,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6791,7 +6804,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "impl-trait-for-tuples 0.1.3", "parity-scale-codec", @@ -6812,7 +6825,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -6823,7 +6836,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "atty", "chrono", @@ -6866,7 +6879,7 @@ dependencies = [ [[package]] name = "sc-cli-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -6877,7 +6890,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "derive_more", "fnv", @@ -6911,7 +6924,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "blake2-rfc", "hash-db", @@ -6941,7 +6954,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6952,7 +6965,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "derive_more", "fork-tree", @@ -6997,7 +7010,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "derive_more", "futures 0.3.8", @@ -7021,7 +7034,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "fork-tree", "parity-scale-codec", @@ -7034,7 +7047,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -7060,7 +7073,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "log", "sc-client-api", @@ -7074,7 +7087,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "derive_more", "lazy_static", @@ -7103,7 +7116,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "derive_more", "parity-scale-codec", @@ -7119,7 +7132,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "log", "parity-scale-codec", @@ -7134,7 +7147,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "log", "parity-scale-codec", @@ -7152,7 +7165,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "derive_more", "finality-grandpa", @@ -7189,7 +7202,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "derive_more", "finality-grandpa", @@ -7213,7 +7226,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "ansi_term 0.12.1", "futures 0.3.8", @@ -7231,7 +7244,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "async-trait", "derive_more", @@ -7251,7 +7264,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "hash-db", "lazy_static", @@ -7270,7 +7283,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "async-std", "async-trait", @@ -7324,7 +7337,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -7339,7 +7352,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "bytes 0.5.6", "fnv", @@ -7366,7 +7379,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "futures 0.3.8", "libp2p", @@ -7379,7 +7392,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -7388,7 +7401,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "futures 0.3.8", "hash-db", @@ -7422,7 +7435,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "derive_more", "futures 0.3.8", @@ -7446,7 +7459,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7464,7 +7477,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "directories 3.0.1", "exit-future", @@ -7528,7 +7541,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "log", "parity-scale-codec", @@ -7543,7 +7556,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -7563,7 +7576,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -7584,7 +7597,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "ansi_term 0.12.1", "erased-serde", @@ -7608,7 +7621,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "derive_more", "futures 0.3.8", @@ -7630,7 +7643,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "futures 0.3.8", "futures-diagnose", @@ -8096,7 +8109,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "log", "sp-core", @@ -8108,7 +8121,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "hash-db", "parity-scale-codec", @@ -8124,7 +8137,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -8136,7 +8149,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "parity-scale-codec", "serde", @@ -8148,7 +8161,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -8161,7 +8174,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "parity-scale-codec", "sp-api", @@ -8173,7 +8186,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8184,7 +8197,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "parity-scale-codec", "sp-api", @@ -8196,7 +8209,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "futures 0.3.8", "log", @@ -8214,7 +8227,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "serde", "serde_json", @@ -8223,7 +8236,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -8249,7 +8262,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "merlin", "parity-scale-codec", @@ -8269,7 +8282,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8278,7 +8291,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8290,7 +8303,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "base58", "blake2-rfc", @@ -8334,7 +8347,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8343,7 +8356,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -8353,7 +8366,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "environmental", "parity-scale-codec", @@ -8364,7 +8377,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "finality-grandpa", "log", @@ -8381,7 +8394,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "parity-scale-codec", "parking_lot 0.10.2", @@ -8393,7 +8406,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "futures 0.3.8", "hash-db", @@ -8417,7 +8430,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "lazy_static", "sp-core", @@ -8428,7 +8441,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "async-trait", "derive_more", @@ -8445,7 +8458,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "parity-scale-codec", "serde", @@ -8457,7 +8470,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -8468,7 +8481,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "sp-api", "sp-core", @@ -8478,7 +8491,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "backtrace", ] @@ -8486,7 +8499,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "serde", "sp-core", @@ -8495,7 +8508,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "either", "hash256-std-hasher", @@ -8516,7 +8529,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "impl-trait-for-tuples 0.1.3", "parity-scale-codec", @@ -8533,7 +8546,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "Inflector", "proc-macro-crate", @@ -8545,7 +8558,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "serde", "serde_json", @@ -8554,7 +8567,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "parity-scale-codec", "sp-api", @@ -8567,7 +8580,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8577,7 +8590,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "hash-db", "log", @@ -8599,12 +8612,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8617,7 +8630,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "log", "sp-core", @@ -8630,7 +8643,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "impl-trait-for-tuples 0.1.3", "parity-scale-codec", @@ -8644,7 +8657,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "log", "parity-scale-codec", @@ -8657,7 +8670,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "derive_more", "futures 0.3.8", @@ -8673,7 +8686,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "hash-db", "memory-db", @@ -8687,7 +8700,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "futures 0.3.8", "futures-core", @@ -8699,7 +8712,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8711,7 +8724,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "impl-trait-for-tuples 0.1.3", "parity-scale-codec", @@ -8853,7 +8866,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "chrono", "console_error_panic_hook", @@ -8879,7 +8892,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "platforms", ] @@ -8887,7 +8900,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.8", @@ -8910,7 +8923,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "async-std", "derive_more", @@ -8924,7 +8937,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "futures 0.1.29", "futures 0.3.8", @@ -8951,7 +8964,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "futures 0.3.8", "substrate-test-utils-derive", @@ -8961,7 +8974,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate?branch=master#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" dependencies = [ "proc-macro-crate", "quote 1.0.7", @@ -10151,7 +10164,7 @@ dependencies = [ "lazy_static", "libc", "log", - "memoffset", + "memoffset 0.5.5", "more-asserts", "region", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 0c6d23be7df0..d0a3c7406613 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ parity-util-mem = { version = "*", default-features = false, features = ["jemall [dev-dependencies] assert_cmd = "1.0.2" -nix = "0.19.1" +nix = "0.26.1" tempfile = "3.1.0" [workspace]