From f93403bc8632d475acf6191b46c0a8c132b56b00 Mon Sep 17 00:00:00 2001 From: koushiro Date: Tue, 1 Nov 2022 14:13:34 +0800 Subject: [PATCH 1/4] Companion for substrate#12560 Signed-off-by: koushiro --- Cargo.lock | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57bb4caa966d..32a584a7dbd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3537,7 +3537,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "lru 0.8.0", + "lru 0.8.1", "prost", "prost-build", "prost-codec", @@ -3922,9 +3922,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "936d98d2ddd79c18641c6709e7bb09981449694e402d1a0f0f657ea8d61f4a51" +checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909" dependencies = [ "hashbrown", ] @@ -4071,7 +4071,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395" dependencies = [ - "lru 0.8.0", + "lru 0.8.1", ] [[package]] @@ -4265,7 +4265,7 @@ dependencies = [ "matrixmultiply", "nalgebra-macros", "num-complex", - "num-rational 0.4.0", + "num-rational 0.4.1", "num-traits", "rand 0.8.5", "rand_distr", @@ -4511,9 +4511,9 @@ dependencies = [ [[package]] name = "num-rational" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a" +checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" dependencies = [ "autocfg", "num-bigint 0.4.3", @@ -6003,7 +6003,7 @@ dependencies = [ "fatality", "futures", "futures-timer", - "lru 0.8.0", + "lru 0.8.1", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -6033,7 +6033,7 @@ dependencies = [ "futures", "futures-timer", "log", - "lru 0.8.0", + "lru 0.8.1", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -6173,7 +6173,7 @@ dependencies = [ "futures-timer", "indexmap", "lazy_static", - "lru 0.8.0", + "lru 0.8.1", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -6293,7 +6293,7 @@ dependencies = [ "futures-timer", "kvdb", "kvdb-memorydb", - "lru 0.8.0", + "lru 0.8.1", "merlin", "parity-scale-codec", "parking_lot 0.12.1", @@ -6462,7 +6462,7 @@ dependencies = [ "futures-timer", "kvdb", "kvdb-memorydb", - "lru 0.8.0", + "lru 0.8.1", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -6749,7 +6749,7 @@ dependencies = [ "kvdb-shared-tests", "lazy_static", "log", - "lru 0.8.0", + "lru 0.8.1", "parity-db", "parity-scale-codec", "parity-util-mem", @@ -6783,7 +6783,7 @@ dependencies = [ "femme", "futures", "futures-timer", - "lru 0.8.0", + "lru 0.8.1", "orchestra", "parity-util-mem", "parking_lot 0.12.1", @@ -7140,7 +7140,7 @@ dependencies = [ "kvdb", "kvdb-rocksdb", "log", - "lru 0.8.0", + "lru 0.8.1", "pallet-babe", "pallet-im-online", "pallet-staking", @@ -12104,7 +12104,7 @@ dependencies = [ "downcast-rs", "libm", "memory_units", - "num-rational 0.4.0", + "num-rational 0.4.1", "num-traits", ] From a91a106dcb9954a87da15ca643ab9582f9a00b35 Mon Sep 17 00:00:00 2001 From: koushiro Date: Tue, 1 Nov 2022 22:50:32 +0800 Subject: [PATCH 2/4] update num-format v0.4.0 ==> v0.4.3 --- Cargo.lock | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32a584a7dbd9..fdea1b55816d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2793,7 +2793,7 @@ checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" dependencies = [ "bytes", "fnv", - "itoa 1.0.1", + "itoa", ] [[package]] @@ -2849,7 +2849,7 @@ dependencies = [ "http-body", "httparse", "httpdate", - "itoa 1.0.1", + "itoa", "pin-project-lite 0.2.7", "socket2", "tokio", @@ -3036,15 +3036,9 @@ dependencies = [ [[package]] name = "itoa" -version = "0.4.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" - -[[package]] -name = "itoa" -version = "1.0.1" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" +checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" [[package]] name = "jobserver" @@ -4479,12 +4473,12 @@ dependencies = [ [[package]] name = "num-format" -version = "0.4.0" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465" +checksum = "54b862ff8df690cf089058c98b183676a7ed0f974cc08b426800093227cbff3b" dependencies = [ - "arrayvec 0.4.12", - "itoa 0.4.8", + "arrayvec 0.7.2", + "itoa", ] [[package]] @@ -7658,7 +7652,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c" dependencies = [ "dtoa", - "itoa 1.0.1", + "itoa", "parking_lot 0.12.1", "prometheus-client-derive-text-encode", ] @@ -9644,7 +9638,7 @@ version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" dependencies = [ - "itoa 1.0.1", + "itoa", "ryu", "serde", ] @@ -9665,7 +9659,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" dependencies = [ "form_urlencoded", - "itoa 1.0.1", + "itoa", "ryu", "serde", ] From 26254888fc0c1d55edc2a781e7e1c2c8a503db83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Wed, 9 Nov 2022 12:45:19 +0100 Subject: [PATCH 3/4] Fix --- Cargo.lock | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23995bac9530..aad509a83d5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,15 +130,6 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" -[[package]] -name = "arrayvec" -version = "0.4.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" -dependencies = [ - "nodrop", -] - [[package]] name = "arrayvec" version = "0.5.2" @@ -4394,12 +4385,6 @@ dependencies = [ "memoffset", ] -[[package]] -name = "nodrop" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" - [[package]] name = "nohash-hasher" version = "0.2.0" From b2134daf72b3f05e448cf41feec329a7cc6cbe03 Mon Sep 17 00:00:00 2001 From: parity-processbot <> Date: Wed, 9 Nov 2022 11:46:11 +0000 Subject: [PATCH 4/4] update lockfile for {"substrate"} --- Cargo.lock | 553 +++++++++++++++++++++++++---------------------------- 1 file changed, 257 insertions(+), 296 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aad509a83d5b..74f3f6c93d3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,7 +42,7 @@ version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "cipher", "cpufeatures", "opaque-debug 0.3.0", @@ -264,7 +264,7 @@ checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6" dependencies = [ "async-io", "blocking", - "cfg-if 1.0.0", + "cfg-if", "event-listener", "futures-lite", "libc", @@ -377,7 +377,7 @@ checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f" dependencies = [ "addr2line", "cc", - "cfg-if 1.0.0", + "cfg-if", "libc", "miniz_oxide", "object 0.27.1", @@ -426,7 +426,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "array-bytes", "async-trait", @@ -463,7 +463,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -483,7 +483,7 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "beefy-primitives", "sp-api", @@ -493,7 +493,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -593,7 +593,7 @@ dependencies = [ "arrayref", "arrayvec 0.7.2", "cc", - "cfg-if 1.0.0", + "cfg-if", "constant_time_eq", "digest 0.10.3", ] @@ -791,12 +791,6 @@ dependencies = [ "smallvec", ] -[[package]] -name = "cfg-if" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" - [[package]] name = "cfg-if" version = "1.0.0" @@ -815,7 +809,7 @@ version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "cipher", "cpufeatures", "zeroize", @@ -871,11 +865,11 @@ dependencies = [ [[package]] name = "ckb-merkle-mountain-range" -version = "0.3.2" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b" +checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8" dependencies = [ - "cfg-if 0.1.10", + "cfg-if", ] [[package]] @@ -1030,7 +1024,7 @@ version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "931ab2a3e6330a07900b8e7ca4e106cdcbb93f2b9a52df55e54ee53d8305b55d" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", ] [[package]] @@ -1146,7 +1140,7 @@ version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", ] [[package]] @@ -1155,7 +1149,7 @@ version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "crossbeam-utils", ] @@ -1165,7 +1159,7 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "crossbeam-epoch", "crossbeam-utils", ] @@ -1176,7 +1170,7 @@ version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "crossbeam-utils", "lazy_static", "memoffset", @@ -1189,7 +1183,7 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "crossbeam-utils", ] @@ -1199,7 +1193,7 @@ version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ff1f980957787286a554052d03c7aee98d99cc32e09f6d45f0a814133c87978" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "once_cell", ] @@ -1478,7 +1472,7 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "dirs-sys-next", ] @@ -1660,7 +1654,7 @@ version = "0.8.30" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", ] [[package]] @@ -1885,7 +1879,7 @@ version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cc04871e5ae3aa2952d552dae6b291b3099723bf779a8054281c1366a54613ef" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "js-sys", "log", "serde", @@ -1921,7 +1915,7 @@ version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "libc", "redox_syscall", "windows-sys 0.36.1", @@ -1979,7 +1973,7 @@ version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "crc32fast", "libc", "libz-sys", @@ -2019,7 +2013,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "parity-scale-codec", ] @@ -2043,7 +2037,7 @@ checksum = "85dcb89d2b10c5f6133de2efd8c11959ce9dbb46a2f7a4cab208c4eeda6ce1ab" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-support", "frame-system", @@ -2066,7 +2060,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "Inflector", "array-bytes", @@ -2118,7 +2112,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2129,7 +2123,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2145,7 +2139,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-support", "frame-system", @@ -2165,7 +2159,7 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "parity-scale-codec", "scale-info", "serde", @@ -2174,7 +2168,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "bitflags", "frame-metadata", @@ -2206,7 +2200,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "Inflector", "cfg-expr", @@ -2220,7 +2214,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2232,7 +2226,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "proc-macro2", "quote", @@ -2242,7 +2236,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-support", "frame-support-test-pallet", @@ -2265,7 +2259,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-support", "frame-system", @@ -2276,7 +2270,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-support", "log", @@ -2294,7 +2288,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -2309,7 +2303,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "parity-scale-codec", "sp-api", @@ -2318,7 +2312,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-support", "parity-scale-codec", @@ -2489,7 +2483,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "chrono", "frame-election-provider-support", @@ -2536,7 +2530,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "js-sys", "libc", "wasi 0.9.0+wasi-snapshot-preview1", @@ -2549,7 +2543,7 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "libc", "wasi 0.10.0+wasi-snapshot-preview1", ] @@ -2970,7 +2964,7 @@ version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", ] [[package]] @@ -3201,7 +3195,7 @@ version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "ecdsa", "elliptic-curve", "sha2 0.10.2", @@ -3419,7 +3413,7 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afe203d669ec979b7128619bae5a63b7b42e9203c1b29146079ee05e2f604b52" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "winapi", ] @@ -3523,7 +3517,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "lru 0.8.1", + "lru", "prost", "prost-build", "prost-codec", @@ -3892,20 +3886,11 @@ version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "serde", "value-bag", ] -[[package]] -name = "lru" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a" -dependencies = [ - "hashbrown", -] - [[package]] name = "lru" version = "0.8.1" @@ -4048,7 +4033,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395" dependencies = [ - "lru 0.8.1", + "lru", ] [[package]] @@ -4131,7 +4116,7 @@ version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2be9a9090bc1cac2930688fa9478092a64c6a92ddc6ae0692d46b37d9cab709" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "downcast", "fragile", "lazy_static", @@ -4146,7 +4131,7 @@ version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "86d702a0530a0141cf4ed147cf5ec7be6f2c187d4e37fcbefc39cf34116bfe8f" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "proc-macro2", "quote", "syn", @@ -4242,7 +4227,7 @@ dependencies = [ "matrixmultiply", "nalgebra-macros", "num-complex", - "num-rational 0.4.1", + "num-rational", "num-traits", "rand 0.8.5", "rand_distr", @@ -4368,7 +4353,7 @@ checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6" dependencies = [ "bitflags", "cc", - "cfg-if 1.0.0", + "cfg-if", "libc", "memoffset", ] @@ -4380,7 +4365,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9" dependencies = [ "bitflags", - "cfg-if 1.0.0", + "cfg-if", "libc", "memoffset", ] @@ -4417,17 +4402,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "num-bigint" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" -dependencies = [ - "autocfg", - "num-integer", - "num-traits", -] - [[package]] name = "num-bigint" version = "0.4.3" @@ -4468,18 +4442,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "num-rational" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef" -dependencies = [ - "autocfg", - "num-bigint 0.2.6", - "num-integer", - "num-traits", -] - [[package]] name = "num-rational" version = "0.4.1" @@ -4487,7 +4449,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" dependencies = [ "autocfg", - "num-bigint 0.4.3", + "num-bigint", "num-integer", "num-traits", ] @@ -4558,7 +4520,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95" dependencies = [ "bitflags", - "cfg-if 1.0.0", + "cfg-if", "foreign-types", "libc", "once_cell", @@ -4649,7 +4611,7 @@ checksum = "20448fd678ec04e6ea15bbe0476874af65e98a01515d667aa49f1434dc44ebf4" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4663,7 +4625,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-support", "frame-system", @@ -4679,7 +4641,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-support", "frame-system", @@ -4694,7 +4656,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4718,7 +4680,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4738,7 +4700,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-election-provider-support", "frame-support", @@ -4757,7 +4719,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4772,7 +4734,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "beefy-primitives", "frame-support", @@ -4788,7 +4750,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "array-bytes", "beefy-merkle-tree", @@ -4811,7 +4773,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4829,7 +4791,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4848,7 +4810,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4865,7 +4827,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "assert_matches", "frame-benchmarking", @@ -4882,7 +4844,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4900,7 +4862,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4924,7 +4886,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4937,7 +4899,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4955,7 +4917,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4973,7 +4935,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4988,7 +4950,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5011,7 +4973,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5027,7 +4989,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5047,7 +5009,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5064,7 +5026,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5081,7 +5043,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5099,7 +5061,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -5114,7 +5076,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5130,7 +5092,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-support", "frame-system", @@ -5147,7 +5109,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5167,7 +5129,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "parity-scale-codec", "sp-api", @@ -5177,7 +5139,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-support", "frame-system", @@ -5194,7 +5156,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5217,7 +5179,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5234,7 +5196,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5249,7 +5211,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5267,7 +5229,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5282,7 +5244,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5300,7 +5262,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5316,7 +5278,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-support", "frame-system", @@ -5337,7 +5299,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5353,7 +5315,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-support", "frame-system", @@ -5367,7 +5329,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5390,7 +5352,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5401,7 +5363,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "log", "sp-arithmetic", @@ -5410,7 +5372,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-support", "frame-system", @@ -5424,7 +5386,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5442,7 +5404,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5461,7 +5423,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-support", "frame-system", @@ -5477,7 +5439,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -5493,7 +5455,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5505,7 +5467,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5522,7 +5484,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5538,7 +5500,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5553,7 +5515,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5670,7 +5632,7 @@ version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d32c34f4f5ca7f9196001c0aba5a1f9a5a12382c8944b8b0f90233282d1e8f8" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "hashbrown", "impl-trait-for-tuples", "parity-util-mem-derive", @@ -5732,7 +5694,7 @@ version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "instant", "libc", "redox_syscall", @@ -5746,7 +5708,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "libc", "redox_syscall", "smallvec", @@ -5975,7 +5937,7 @@ dependencies = [ "fatality", "futures", "futures-timer", - "lru 0.8.1", + "lru", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -6005,7 +5967,7 @@ dependencies = [ "futures", "futures-timer", "log", - "lru 0.8.1", + "lru", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -6145,7 +6107,7 @@ dependencies = [ "futures-timer", "indexmap", "lazy_static", - "lru 0.8.1", + "lru", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -6265,7 +6227,7 @@ dependencies = [ "futures-timer", "kvdb", "kvdb-memorydb", - "lru 0.8.1", + "lru", "merlin", "parity-scale-codec", "parking_lot 0.12.1", @@ -6435,7 +6397,7 @@ dependencies = [ "futures-timer", "kvdb", "kvdb-memorydb", - "lru 0.8.1", + "lru", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -6723,7 +6685,7 @@ dependencies = [ "kvdb-shared-tests", "lazy_static", "log", - "lru 0.8.1", + "lru", "parity-db", "parity-scale-codec", "parity-util-mem", @@ -6757,7 +6719,7 @@ dependencies = [ "femme", "futures", "futures-timer", - "lru 0.8.1", + "lru", "orchestra", "parity-util-mem", "parking_lot 0.12.1", @@ -7113,7 +7075,7 @@ dependencies = [ "kvdb", "kvdb-rocksdb", "log", - "lru 0.8.1", + "lru", "pallet-babe", "pallet-im-online", "pallet-staking", @@ -7440,7 +7402,7 @@ version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "libc", "log", "wepoll-ffi", @@ -7464,7 +7426,7 @@ version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "cpufeatures", "opaque-debug 0.3.0", "universal-hash", @@ -7477,7 +7439,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55f35f865aa964be21fcde114cbd1cfbd9bf8a471460ed965b0f84f96c711401" dependencies = [ "backtrace", - "cfg-if 1.0.0", + "cfg-if", "findshlibs", "lazy_static", "libc", @@ -7616,7 +7578,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "fnv", "lazy_static", "memchr", @@ -8027,7 +7989,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "env_logger 0.9.0", "log", @@ -8366,7 +8328,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "log", "sp-core", @@ -8377,7 +8339,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "futures", @@ -8404,7 +8366,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "futures", "futures-timer", @@ -8427,7 +8389,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8443,7 +8405,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "impl-trait-for-tuples", "memmap2", @@ -8460,7 +8422,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8471,7 +8433,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "array-bytes", "chrono", @@ -8511,7 +8473,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "fnv", "futures", @@ -8539,7 +8501,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "hash-db", "kvdb", @@ -8564,7 +8526,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "futures", @@ -8588,19 +8550,18 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "fork-tree", "futures", "log", "merlin", - "num-bigint 0.2.6", - "num-rational 0.2.4", + "num-bigint", + "num-rational", "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "rand 0.7.3", "sc-client-api", "sc-consensus", "sc-consensus-epochs", @@ -8630,7 +8591,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "futures", "jsonrpsee", @@ -8652,7 +8613,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8665,7 +8626,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "futures", @@ -8689,10 +8650,10 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "lazy_static", - "lru 0.7.8", + "lru", "parity-scale-codec", "parking_lot 0.12.1", "sc-executor-common", @@ -8716,7 +8677,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "environmental", "parity-scale-codec", @@ -8732,7 +8693,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "log", "parity-scale-codec", @@ -8747,9 +8708,9 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "libc", "log", "once_cell", @@ -8767,7 +8728,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "ahash", "array-bytes", @@ -8808,7 +8769,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "finality-grandpa", "futures", @@ -8829,7 +8790,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "ansi_term", "futures", @@ -8846,7 +8807,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "array-bytes", "async-trait", @@ -8861,7 +8822,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "array-bytes", "async-trait", @@ -8879,7 +8840,7 @@ dependencies = [ "linked-hash-map", "linked_hash_set", "log", - "lru 0.7.8", + "lru", "parity-scale-codec", "parking_lot 0.12.1", "pin-project", @@ -8908,7 +8869,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "cid", "futures", @@ -8928,7 +8889,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "bitflags", @@ -8954,14 +8915,14 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "ahash", "futures", "futures-timer", "libp2p", "log", - "lru 0.7.8", + "lru", "sc-network-common", "sc-peerset", "sp-runtime", @@ -8972,7 +8933,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "array-bytes", "futures", @@ -8993,14 +8954,14 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "array-bytes", "fork-tree", "futures", "libp2p", "log", - "lru 0.7.8", + "lru", "mockall", "parity-scale-codec", "prost", @@ -9023,7 +8984,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "array-bytes", "futures", @@ -9042,7 +9003,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "array-bytes", "bytes", @@ -9072,7 +9033,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "futures", "libp2p", @@ -9085,7 +9046,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9094,7 +9055,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "futures", "hash-db", @@ -9124,7 +9085,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "futures", "jsonrpsee", @@ -9147,7 +9108,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "futures", "jsonrpsee", @@ -9160,7 +9121,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "futures", "hex", @@ -9179,7 +9140,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "directories", @@ -9250,7 +9211,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "log", "parity-scale-codec", @@ -9264,7 +9225,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9283,7 +9244,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "futures", "libc", @@ -9302,7 +9263,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "chrono", "futures", @@ -9320,7 +9281,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "ansi_term", "atty", @@ -9351,7 +9312,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9362,7 +9323,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "futures", @@ -9389,7 +9350,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "futures", @@ -9403,7 +9364,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "futures", "futures-timer", @@ -9420,7 +9381,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a" dependencies = [ "bitvec", - "cfg-if 1.0.0", + "cfg-if", "derive_more", "parity-scale-codec", "scale-info-derive", @@ -9663,7 +9624,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" dependencies = [ "block-buffer 0.9.0", - "cfg-if 1.0.0", + "cfg-if", "cpufeatures", "digest 0.9.0", "opaque-debug 0.3.0", @@ -9675,7 +9636,7 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "cpufeatures", "digest 0.10.3", ] @@ -9699,7 +9660,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa" dependencies = [ "block-buffer 0.9.0", - "cfg-if 1.0.0", + "cfg-if", "cpufeatures", "digest 0.9.0", "opaque-debug 0.3.0", @@ -9711,7 +9672,7 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "cpufeatures", "digest 0.10.3", ] @@ -9884,7 +9845,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "hash-db", "log", @@ -9902,7 +9863,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "blake2", "proc-macro-crate", @@ -9914,7 +9875,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -9927,7 +9888,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "integer-sqrt", "num-traits", @@ -9942,7 +9903,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -9955,7 +9916,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "parity-scale-codec", @@ -9967,7 +9928,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "parity-scale-codec", "sp-api", @@ -9979,11 +9940,11 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "futures", "log", - "lru 0.7.8", + "lru", "parity-scale-codec", "parking_lot 0.12.1", "sp-api", @@ -9997,7 +9958,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "futures", @@ -10016,7 +9977,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "merlin", @@ -10039,7 +10000,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -10053,7 +10014,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -10066,7 +10027,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "array-bytes", "base58", @@ -10112,7 +10073,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "blake2", "byteorder", @@ -10126,7 +10087,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "proc-macro2", "quote", @@ -10137,7 +10098,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10146,7 +10107,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "proc-macro2", "quote", @@ -10156,7 +10117,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "environmental", "parity-scale-codec", @@ -10167,7 +10128,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "finality-grandpa", "log", @@ -10185,7 +10146,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10199,7 +10160,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "bytes", "futures", @@ -10225,7 +10186,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "lazy_static", "sp-core", @@ -10236,7 +10197,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "futures", @@ -10253,7 +10214,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "thiserror", "zstd", @@ -10262,7 +10223,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "log", "parity-scale-codec", @@ -10278,7 +10239,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -10292,7 +10253,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "sp-api", "sp-core", @@ -10302,7 +10263,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "backtrace", "lazy_static", @@ -10312,7 +10273,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "rustc-hash", "serde", @@ -10322,7 +10283,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "either", "hash256-std-hasher", @@ -10345,7 +10306,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -10363,7 +10324,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "Inflector", "proc-macro-crate", @@ -10375,7 +10336,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "log", "parity-scale-codec", @@ -10389,7 +10350,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -10403,7 +10364,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -10414,7 +10375,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "hash-db", "log", @@ -10436,12 +10397,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10454,7 +10415,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "log", "sp-core", @@ -10467,7 +10428,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "futures-timer", @@ -10483,7 +10444,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "parity-scale-codec", "sp-std", @@ -10495,7 +10456,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "sp-api", "sp-runtime", @@ -10504,7 +10465,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "log", @@ -10520,13 +10481,13 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "ahash", "hash-db", "hashbrown", "lazy_static", - "lru 0.7.8", + "lru", "memory-db", "nohash-hasher", "parity-scale-codec", @@ -10543,7 +10504,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10560,7 +10521,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10571,7 +10532,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "impl-trait-for-tuples", "log", @@ -10584,7 +10545,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10799,7 +10760,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "platforms", ] @@ -10807,7 +10768,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -10828,7 +10789,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "futures-util", "hyper", @@ -10841,7 +10802,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "async-trait", "jsonrpsee", @@ -10854,7 +10815,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "jsonrpsee", "log", @@ -10875,7 +10836,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "array-bytes", "async-trait", @@ -10901,7 +10862,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "futures", "substrate-test-utils-derive", @@ -10911,7 +10872,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10922,7 +10883,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "ansi_term", "build-helper", @@ -11036,7 +10997,7 @@ version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "fastrand", "libc", "redox_syscall", @@ -11434,7 +11395,7 @@ version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "pin-project-lite 0.2.7", "tracing-attributes", "tracing-core", @@ -11584,7 +11545,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26" dependencies = [ "async-trait", - "cfg-if 1.0.0", + "cfg-if", "data-encoding", "enum-as-inner", "futures-channel", @@ -11607,7 +11568,7 @@ version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "futures-util", "ipconfig", "lazy_static", @@ -11629,7 +11590,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cbb48e5e503300817b6837d6597659ed35212e99" +source = "git+https://github.com/paritytech/substrate?branch=master#c460f4be081eda7cacdf30feeb65f26a44a3a1b0" dependencies = [ "clap", "frame-try-runtime", @@ -11700,7 +11661,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "digest 0.10.3", "rand 0.8.5", "static_assertions", @@ -11922,7 +11883,7 @@ version = "0.2.78" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "serde", "serde_json", "wasm-bindgen-macro", @@ -11949,7 +11910,7 @@ version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "js-sys", "wasm-bindgen", "web-sys", @@ -12078,7 +12039,7 @@ dependencies = [ "downcast-rs", "libm", "memory_units", - "num-rational 0.4.1", + "num-rational", "num-traits", ] @@ -12099,7 +12060,7 @@ checksum = "8a10dc9784d8c3a33c970e3939180424955f08af2e7f20368ec02685a0e8f065" dependencies = [ "anyhow", "bincode", - "cfg-if 1.0.0", + "cfg-if", "indexmap", "libc", "log", @@ -12125,7 +12086,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee4dbdc6daf68528cad1275ac91e3f51848ce9824385facc94c759f529decdf8" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", ] [[package]] @@ -12197,7 +12158,7 @@ dependencies = [ "addr2line", "anyhow", "bincode", - "cfg-if 1.0.0", + "cfg-if", "cpp_demangle", "gimli", "log", @@ -12232,7 +12193,7 @@ checksum = "ae79e0515160bd5abee5df50a16c4eb8db9f71b530fc988ae1d9ce34dcb8dd01" dependencies = [ "anyhow", "cc", - "cfg-if 1.0.0", + "cfg-if", "indexmap", "libc", "log",