From 3359cc268c261f85dba6a1f2e5bd2f042f665eb4 Mon Sep 17 00:00:00 2001 From: Andreas Doerr <adoerr@users.noreply.github.com> Date: Mon, 26 Apr 2021 18:59:01 +0200 Subject: [PATCH] Bump BEEFY (#2937) --- polkadot/Cargo.lock | 135 ++++++++++++++++++++++---------------------- 1 file changed, 68 insertions(+), 67 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 87e291aaa85..a9e8c2918f9 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -456,7 +456,7 @@ checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409" [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#846e0ef3b929d8922ddadaaea8e664754fada39a" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget#2a804f5b19ac5b9a9c4d63a3faa3cd9cb1364542" dependencies = [ "beefy-primitives", "futures 0.3.14", @@ -470,6 +470,7 @@ dependencies = [ "sc-network-gossip", "sp-api", "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-core", @@ -483,7 +484,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#846e0ef3b929d8922ddadaaea8e664754fada39a" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget#2a804f5b19ac5b9a9c4d63a3faa3cd9cb1364542" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -504,7 +505,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#846e0ef3b929d8922ddadaaea8e664754fada39a" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget#2a804f5b19ac5b9a9c4d63a3faa3cd9cb1364542" dependencies = [ "parity-scale-codec", "sp-api", @@ -1856,7 +1857,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "parity-scale-codec", ] @@ -1874,7 +1875,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "frame-support", "frame-system", @@ -1944,7 +1945,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "parity-scale-codec", "serde", @@ -1955,7 +1956,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "bitflags", "frame-metadata", @@ -1981,7 +1982,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1993,7 +1994,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2005,7 +2006,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "proc-macro2", "quote", @@ -2036,7 +2037,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -4532,7 +4533,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#846e0ef3b929d8922ddadaaea8e664754fada39a" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget#2a804f5b19ac5b9a9c4d63a3faa3cd9cb1364542" dependencies = [ "beefy-primitives", "frame-support", @@ -4889,7 +4890,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "frame-support", "frame-system", @@ -4985,7 +4986,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7641,7 +7642,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -7727,7 +7728,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "derive_more", "fnv", @@ -7928,7 +7929,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "derive_more", "lazy_static", @@ -7958,7 +7959,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "derive_more", "parity-scale-codec", @@ -7975,7 +7976,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "log", "parity-scale-codec", @@ -7990,7 +7991,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "log", "parity-scale-codec", @@ -8111,7 +8112,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "async-trait", "derive_more", @@ -8150,7 +8151,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "async-std", "async-trait", @@ -8203,7 +8204,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -8248,7 +8249,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "futures 0.3.14", "libp2p", @@ -8270,7 +8271,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "futures 0.3.14", "hash-db", @@ -8304,7 +8305,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "derive_more", "futures 0.3.14", @@ -8465,7 +8466,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8492,7 +8493,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8947,7 +8948,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "log", "sp-core", @@ -8959,7 +8960,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "hash-db", "log", @@ -8976,7 +8977,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -8988,7 +8989,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "parity-scale-codec", "serde", @@ -9000,7 +9001,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "integer-sqrt", "num-traits", @@ -9037,7 +9038,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "parity-scale-codec", "sp-api", @@ -9049,7 +9050,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "futures 0.3.14", "log", @@ -9067,7 +9068,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "serde", "serde_json", @@ -9076,7 +9077,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "async-trait", "futures 0.3.14", @@ -9146,7 +9147,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "base58", "blake2-rfc", @@ -9190,7 +9191,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9199,7 +9200,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "proc-macro2", "quote", @@ -9209,7 +9210,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "environmental", "parity-scale-codec", @@ -9237,7 +9238,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", @@ -9249,7 +9250,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "futures 0.3.14", "hash-db", @@ -9284,7 +9285,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "async-trait", "derive_more", @@ -9301,7 +9302,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "ruzstd", "zstd", @@ -9334,7 +9335,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "sp-api", "sp-core", @@ -9344,7 +9345,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "backtrace", ] @@ -9352,7 +9353,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "serde", "sp-core", @@ -9361,7 +9362,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "either", "hash256-std-hasher", @@ -9382,7 +9383,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9399,7 +9400,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9411,7 +9412,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "serde", "serde_json", @@ -9420,7 +9421,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "parity-scale-codec", "sp-api", @@ -9433,7 +9434,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -9443,7 +9444,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "hash-db", "log", @@ -9465,12 +9466,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9483,7 +9484,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "log", "sp-core", @@ -9496,7 +9497,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "parity-scale-codec", "sp-api", @@ -9509,7 +9510,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "log", "parity-scale-codec", @@ -9522,7 +9523,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "derive_more", "futures 0.3.14", @@ -9538,7 +9539,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "hash-db", "memory-db", @@ -9552,7 +9553,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "futures 0.3.14", "futures-core", @@ -9564,7 +9565,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9576,7 +9577,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9790,7 +9791,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#4cbeeca68750d40c8899a3a0fb6058886034862d" +source = "git+https://github.com/paritytech/substrate?branch=master#4cbeeca68750d40c8899a3a0fb6058886034862d" dependencies = [ "async-std", "derive_more", @@ -10625,7 +10626,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59" dependencies = [ "cfg-if 0.1.10", - "rand 0.7.3", + "rand 0.3.23", "static_assertions", ] -- GitLab