diff --git a/Cargo.lock b/Cargo.lock index ac85251a..e8762fed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -939,7 +939,7 @@ dependencies = [ "async-channel", "async-trait", "coil_proc_macro", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "inventory", "itoa", @@ -1631,7 +1631,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", ] [[package]] @@ -1713,7 +1713,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6447e2f8178843749e8c8003206def83ec124a7859475395777a28b5338647c" dependencies = [ "either", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "log", "num-traits", @@ -2004,9 +2004,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" [[package]] name = "futures" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9d5813545e459ad3ca1bff9915e9ad7f1a47dc6a91b627ce321d5863b7dd253" +checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27" dependencies = [ "futures-channel", "futures-core", @@ -2019,9 +2019,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce79c6a52a299137a6013061e0cf0e688fce5d7f1bc60125f520912fdb29ec25" +checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2" dependencies = [ "futures-core", "futures-sink", @@ -2029,9 +2029,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "098cd1c6dda6ca01650f1a37a794245eb73181d0d4d4e955e2f3c37db7af1815" +checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1" [[package]] name = "futures-cpupool" @@ -2050,7 +2050,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdcef58a173af8148b182684c9f2d5250875adbcaff7b5794073894f9d8634a9" dependencies = [ "futures 0.1.31", - "futures 0.3.14", + "futures 0.3.15", "lazy_static", "log", "parking_lot 0.9.0", @@ -2061,9 +2061,9 @@ dependencies = [ [[package]] name = "futures-executor" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f6cb7042eda00f0049b1d2080aa4b93442997ee507eb3828e8bd7577f94c9d" +checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79" dependencies = [ "futures-core", "futures-task", @@ -2073,9 +2073,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "365a1a1fb30ea1c03a830fdb2158f5236833ac81fa0ad12fe35b29cddc35cb04" +checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1" [[package]] name = "futures-lite" @@ -2094,10 +2094,11 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "668c6733a182cd7deb4f1de7ba3bf2120823835b3bcfbeacf7d2c4a773c1bb8b" +checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121" dependencies = [ + "autocfg", "proc-macro-hack", "proc-macro2", "quote", @@ -2117,15 +2118,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23" +checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282" [[package]] name = "futures-task" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc" +checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae" [[package]] name = "futures-timer" @@ -2141,10 +2142,11 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" [[package]] name = "futures-util" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c144ad54d60f23927f0a6b6d816e4271278b64f005ad65e4e35291d2de9c025" +checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967" dependencies = [ + "autocfg", "futures 0.1.31", "futures-channel", "futures-core", @@ -2650,7 +2652,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6d52908d4ea4ab2bc22474ba149bf1011c8e2c3ebc1ff593ae28ac44f494b6" dependencies = [ "async-io", - "futures 0.3.14", + "futures 0.3.15", "futures-lite", "if-addrs", "ipnet", @@ -2738,7 +2740,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "futures-timer 2.0.2", ] @@ -3161,7 +3163,7 @@ checksum = "fe5759b526f75102829c15e4d8566603b4bf502ed19b5f35920d98113873470d" dependencies = [ "atomic", "bytes 1.0.1", - "futures 0.3.14", + "futures 0.3.15", "lazy_static", "libp2p-core", "libp2p-deflate", @@ -3203,7 +3205,7 @@ dependencies = [ "ed25519-dalek", "either", "fnv", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "lazy_static", "libsecp256k1", @@ -3233,7 +3235,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2181a641cd15f9b6ba71b1335800f309012a0a97a29ffaabbbf40e9d3d58f08" dependencies = [ "flate2", - "futures 0.3.14", + "futures 0.3.15", "libp2p-core", ] @@ -3244,7 +3246,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9712eb3e9f7dcc77cc5ca7d943b6a85ce4b1faaf91a67e003442412a26d6d6f8" dependencies = [ "async-std-resolver", - "futures 0.3.14", + "futures 0.3.15", "libp2p-core", "log", "smallvec 1.6.1", @@ -3259,7 +3261,7 @@ checksum = "897645f99e9b396df256a6aa8ba8c4bc019ac6b7c62556f624b5feea9acc82bb" dependencies = [ "cuckoofilter", "fnv", - "futures 0.3.14", + "futures 0.3.15", "libp2p-core", "libp2p-swarm", "log", @@ -3280,7 +3282,7 @@ dependencies = [ "byteorder", "bytes 1.0.1", "fnv", - "futures 0.3.14", + "futures 0.3.15", "hex_fmt", "libp2p-core", "libp2p-swarm", @@ -3301,7 +3303,7 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f88ebc841d744979176ab4b8b294a3e655a7ba4ef26a905d073a52b49ed4dff5" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "libp2p-core", "libp2p-swarm", "log", @@ -3322,7 +3324,7 @@ dependencies = [ "bytes 1.0.1", "either", "fnv", - "futures 0.3.14", + "futures 0.3.15", "libp2p-core", "libp2p-swarm", "log", @@ -3346,7 +3348,7 @@ dependencies = [ "async-io", "data-encoding", "dns-parser", - "futures 0.3.14", + "futures 0.3.15", "if-watch", "lazy_static", "libp2p-core", @@ -3366,7 +3368,7 @@ checksum = "85e9b544335d1ed30af71daa96edbefadef6f19c7a55f078b9fc92c87163105d" dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", - "futures 0.3.14", + "futures 0.3.15", "libp2p-core", "log", "nohash-hasher", @@ -3384,7 +3386,7 @@ checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd" dependencies = [ "bytes 1.0.1", "curve25519-dalek 3.0.2", - "futures 0.3.14", + "futures 0.3.15", "lazy_static", "libp2p-core", "log", @@ -3404,7 +3406,7 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dea10fc5209260915ea65b78f612d7ff78a29ab288e7aa3250796866af861c45" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "libp2p-core", "libp2p-swarm", "log", @@ -3421,7 +3423,7 @@ checksum = "0c8c37b4d2a075b4be8442760a5f8c037180f0c8dd5b5734b9978ab868b3aa11" dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", - "futures 0.3.14", + "futures 0.3.15", "libp2p-core", "log", "prost", @@ -3436,7 +3438,7 @@ version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "log", "pin-project 1.0.5", "rand 0.7.3", @@ -3452,7 +3454,7 @@ checksum = "3ff268be6a9d6f3c6cca3b81bbab597b15217f9ad8787c6c40fc548c1af7cd24" dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "libp2p-core", "libp2p-swarm", @@ -3475,7 +3477,7 @@ checksum = "725367dd2318c54c5ab1a6418592e5b01c63b0dedfbbfb8389220b2bcf691899" dependencies = [ "async-trait", "bytes 1.0.1", - "futures 0.3.14", + "futures 0.3.15", "libp2p-core", "libp2p-swarm", "log", @@ -3494,7 +3496,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75c26980cadd7c25d89071cb23e1f7f5df4863128cc91d83c6ddc72338cecafa" dependencies = [ "either", - "futures 0.3.14", + "futures 0.3.15", "libp2p-core", "log", "rand 0.7.3", @@ -3520,7 +3522,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b1a27d21c477951799e99d5c105d78868258502ce092988040a808d5a19bbd9" dependencies = [ "async-io", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "if-watch", "ipnet", @@ -3537,7 +3539,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffd6564bb3b7ff203661ccbb69003c2b551e34cef974f2d6c6a28306a12170b5" dependencies = [ "async-std", - "futures 0.3.14", + "futures 0.3.15", "libp2p-core", "log", ] @@ -3548,7 +3550,7 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6df65fc13f6188edf7e6927b086330448b3ca27af86b49748c6d299d7c8d9040" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "js-sys", "libp2p-core", "parity-send-wrapper", @@ -3563,7 +3565,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cace60995ef6f637e4752cccbb2590f6bc358e8741a0d066307636c69a4b3a74" dependencies = [ "either", - "futures 0.3.14", + "futures 0.3.15", "futures-rustls", "libp2p-core", "log", @@ -3580,7 +3582,7 @@ version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96d6144cc94143fb0a8dd1e7c2fbcc32a2808168bcd1d69920635424d5993b7b" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "libp2p-core", "parking_lot 0.11.1", "thiserror", @@ -3839,7 +3841,7 @@ name = "metered-channel" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=master#c836fb8517eabedba99ad1c1b4a4c7055d1de32b" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", ] @@ -3849,7 +3851,7 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "rand 0.7.3", "thrift", ] @@ -4020,7 +4022,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8" dependencies = [ "bytes 1.0.1", - "futures 0.3.14", + "futures 0.3.15", "log", "pin-project 1.0.5", "smallvec 1.6.1", @@ -5205,7 +5207,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=master#c836fb8517eab dependencies = [ "bitvec 0.20.2", "derive_more", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "kvdb", "kvdb-rocksdb", @@ -5233,7 +5235,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=master#c836fb8517eabedba99ad1c1b4a4c7055d1de32b" dependencies = [ "bitvec 0.20.2", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "kvdb", "kvdb-rocksdb", @@ -5253,7 +5255,7 @@ name = "polkadot-node-core-proposer" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=master#c836fb8517eabedba99ad1c1b4a4c7055d1de32b" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "polkadot-node-subsystem", "polkadot-overseer", @@ -5295,7 +5297,7 @@ name = "polkadot-node-network-protocol" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=master#c836fb8517eabedba99ad1c1b4a4c7055d1de32b" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", @@ -5309,7 +5311,7 @@ name = "polkadot-node-primitives" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=master#c836fb8517eabedba99ad1c1b4a4c7055d1de32b" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "parity-scale-codec", "polkadot-primitives", "polkadot-statement-table", @@ -5330,7 +5332,7 @@ dependencies = [ "async-std", "async-trait", "derive_more", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "lazy_static", "log", @@ -5358,7 +5360,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=master#c836fb8517eabedba99ad1c1b4a4c7055d1de32b" dependencies = [ "async-trait", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "metered-channel", "parity-scale-codec", @@ -5384,7 +5386,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=master#c836fb8517eabedba99ad1c1b4a4c7055d1de32b" dependencies = [ "async-trait", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "oorandom", "polkadot-node-primitives", @@ -5401,7 +5403,7 @@ version = "0.8.29" source = "git+https://github.com/paritytech/polkadot?branch=master#c836fb8517eabedba99ad1c1b4a4c7055d1de32b" dependencies = [ "derive_more", - "futures 0.3.14", + "futures 0.3.15", "libc", "log", "parity-scale-codec", @@ -5641,7 +5643,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=master#c836fb8517eab dependencies = [ "frame-benchmarking", "frame-system-rpc-runtime-api", - "futures 0.3.14", + "futures 0.3.15", "hex-literal", "kusama-runtime", "pallet-babe", @@ -6482,7 +6484,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "pin-project 0.4.27", "static_assertions", ] @@ -6528,7 +6530,7 @@ dependencies = [ "async-trait", "derive_more", "either", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "libp2p", "log", @@ -6553,7 +6555,7 @@ name = "sc-basic-authorship" version = "0.9.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "log", "parity-scale-codec", @@ -6626,7 +6628,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09 dependencies = [ "derive_more", "fnv", - "futures 0.3.14", + "futures 0.3.15", "hash-db", "kvdb", "lazy_static", @@ -6701,7 +6703,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09 dependencies = [ "derive_more", "fork-tree", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "log", "merlin", @@ -6746,7 +6748,7 @@ version = "0.9.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ "derive_more", - "futures 0.3.14", + "futures 0.3.15", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -6782,7 +6784,7 @@ name = "sc-consensus-slots" version = "0.9.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "log", "parity-scale-codec", @@ -6905,7 +6907,7 @@ dependencies = [ "dyn-clone", "finality-grandpa", "fork-tree", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "linked-hash-map", "log", @@ -6942,7 +6944,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09 dependencies = [ "derive_more", "finality-grandpa", - "futures 0.3.14", + "futures 0.3.15", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -6965,7 +6967,7 @@ version = "0.9.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ "derive_more", - "futures 0.3.14", + "futures 0.3.15", "log", "num-traits", "parity-scale-codec", @@ -6986,7 +6988,7 @@ version = "0.9.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ "ansi_term 0.12.1", - "futures 0.3.14", + "futures 0.3.15", "log", "parity-util-mem", "sc-client-api", @@ -7005,7 +7007,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09 dependencies = [ "async-trait", "derive_more", - "futures 0.3.14", + "futures 0.3.15", "futures-util", "hex", "merlin", @@ -7054,7 +7056,7 @@ dependencies = [ "erased-serde", "fnv", "fork-tree", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "hex", "ip_network", @@ -7095,7 +7097,7 @@ name = "sc-network-gossip" version = "0.9.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "libp2p", "log", @@ -7114,7 +7116,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09 dependencies = [ "bytes 0.5.6", "fnv", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "hex", "hyper 0.13.10", @@ -7140,7 +7142,7 @@ name = "sc-peerset" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "libp2p", "log", "serde_json", @@ -7162,7 +7164,7 @@ name = "sc-rpc" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "hash-db", "jsonrpc-core", "jsonrpc-pubsub", @@ -7197,7 +7199,7 @@ version = "0.9.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ "derive_more", - "futures 0.3.14", + "futures 0.3.15", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -7241,7 +7243,7 @@ dependencies = [ "directories", "exit-future", "futures 0.1.31", - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "hash-db", "jsonrpc-core", @@ -7337,7 +7339,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ "chrono", - "futures 0.3.14", + "futures 0.3.15", "libp2p", "log", "parking_lot 0.11.1", @@ -7395,7 +7397,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ "derive_more", - "futures 0.3.14", + "futures 0.3.15", "linked-hash-map", "log", "parity-util-mem", @@ -7416,7 +7418,7 @@ name = "sc-transaction-pool" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "futures-diagnose", "intervalier", "log", @@ -7830,7 +7832,7 @@ dependencies = [ "base64 0.12.3", "bytes 0.5.6", "flate2", - "futures 0.3.14", + "futures 0.3.15", "httparse", "log", "rand 0.7.3", @@ -7943,7 +7945,7 @@ name = "sp-blockchain" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "log", "lru", "parity-scale-codec", @@ -7970,7 +7972,7 @@ name = "sp-consensus" version = "0.9.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "futures-timer 3.0.2", "libp2p", "log", @@ -8044,7 +8046,7 @@ dependencies = [ "byteorder", "dyn-clonable", "ed25519-dalek", - "futures 0.3.14", + "futures 0.3.15", "hash-db", "hash256-std-hasher", "hex", @@ -8142,7 +8144,7 @@ name = "sp-io" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "hash-db", "libsecp256k1", "log", @@ -8179,7 +8181,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09 dependencies = [ "async-trait", "derive_more", - "futures 0.3.14", + "futures 0.3.15", "merlin", "parity-scale-codec", "parking_lot 0.11.1", @@ -8407,7 +8409,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ "derive_more", - "futures 0.3.14", + "futures 0.3.15", "log", "parity-scale-codec", "serde", @@ -8436,7 +8438,7 @@ name = "sp-utils" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "futures-core", "futures-timer 3.0.2", "lazy_static", @@ -8578,7 +8580,7 @@ checksum = "01caee2b3935b4efe152f3262afbe51546ce3b1fc27ad61014e1b3cf5f55366e" dependencies = [ "dotenv", "either", - "futures 0.3.14", + "futures 0.3.15", "heck", "hex", "once_cell", @@ -8731,7 +8733,7 @@ dependencies = [ "fern", "flate2", "flume", - "futures 0.3.14", + "futures 0.3.15", "hashbrown 0.11.1", "hex", "itertools 0.10.0", @@ -8772,7 +8774,7 @@ name = "substrate-archive-backend" version = "0.5.1" dependencies = [ "arc-swap", - "futures 0.3.14", + "futures 0.3.15", "hash-db", "hashbrown 0.11.1", "kvdb", @@ -8820,7 +8822,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3efe87daba09be18b3596e075c3733fe47bafdd5" dependencies = [ "frame-system-rpc-runtime-api", - "futures 0.3.14", + "futures 0.3.15", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -9813,7 +9815,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "js-sys", "parking_lot 0.11.1", "pin-utils", @@ -10343,7 +10345,7 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cc7bd8c983209ed5d527f44b01c41b7dc146fd960c61cf9e1d25399841dc271" dependencies = [ - "futures 0.3.14", + "futures 0.3.15", "log", "nohash-hasher", "parking_lot 0.11.1",