diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 6cc055e5293c70362d58344c58055d66a1c8f3e3..912dfc4a2f18e7934ffbacf6f2850ace81870a26 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -443,7 +443,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed828 dependencies = [ "beefy-primitives", "fnv", - "futures 0.3.19", + "futures 0.3.21", "log", "parity-scale-codec", "parking_lot", @@ -472,7 +472,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed828 dependencies = [ "beefy-gadget", "beefy-primitives", - "futures 0.3.19", + "futures 0.3.21", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -1740,7 +1740,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", ] [[package]] @@ -1816,7 +1816,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8ac3ff5224ef91f3c97e03eb1de2db82743427e91aaa5ac635f454f0b164f5a" dependencies = [ "either", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "log", "num-traits", @@ -2199,9 +2199,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" [[package]] name = "futures" -version = "0.3.19" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4" +checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e" dependencies = [ "futures-channel", "futures-core", @@ -2230,9 +2230,9 @@ checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" [[package]] name = "futures-executor" -version = "0.3.19" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a" +checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" dependencies = [ "futures-core", "futures-task", @@ -2758,7 +2758,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179" dependencies = [ "async-io", - "futures 0.3.19", + "futures 0.3.21", "futures-lite", "if-addrs", "ipnet", @@ -2925,7 +2925,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a" dependencies = [ "derive_more", - "futures 0.3.19", + "futures 0.3.21", "jsonrpc-core", "jsonrpc-pubsub", "log", @@ -2940,7 +2940,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "futures-executor", "futures-util", "log", @@ -2955,7 +2955,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "jsonrpc-client-transports", ] @@ -2977,7 +2977,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "hyper", "jsonrpc-core", "jsonrpc-server-utils", @@ -2993,7 +2993,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "jsonrpc-core", "jsonrpc-server-utils", "log", @@ -3008,7 +3008,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "jsonrpc-core", "lazy_static", "log", @@ -3024,7 +3024,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4" dependencies = [ "bytes 1.1.0", - "futures 0.3.19", + "futures 0.3.21", "globset", "jsonrpc-core", "lazy_static", @@ -3041,7 +3041,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "jsonrpc-core", "jsonrpc-server-utils", "log", @@ -3079,7 +3079,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "http", "jsonrpsee-core", "jsonrpsee-types 0.8.0", @@ -3182,7 +3182,7 @@ dependencies = [ "arrayvec 0.7.2", "async-trait", "fnv", - "futures 0.3.19", + "futures 0.3.21", "http", "jsonrpsee-types 0.4.1", "log", @@ -3439,7 +3439,7 @@ checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d" dependencies = [ "atomic", "bytes 1.1.0", - "futures 0.3.19", + "futures 0.3.21", "lazy_static", "libp2p-core", "libp2p-deflate", @@ -3483,7 +3483,7 @@ dependencies = [ "ed25519-dalek", "either", "fnv", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "lazy_static", "libsecp256k1", @@ -3513,7 +3513,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197" dependencies = [ "flate2", - "futures 0.3.19", + "futures 0.3.21", "libp2p-core", ] @@ -3524,7 +3524,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498" dependencies = [ "async-std-resolver", - "futures 0.3.19", + "futures 0.3.21", "libp2p-core", "log", "smallvec", @@ -3539,7 +3539,7 @@ checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f" dependencies = [ "cuckoofilter", "fnv", - "futures 0.3.19", + "futures 0.3.21", "libp2p-core", "libp2p-swarm", "log", @@ -3560,7 +3560,7 @@ dependencies = [ "byteorder", "bytes 1.1.0", "fnv", - "futures 0.3.19", + "futures 0.3.21", "hex_fmt", "libp2p-core", "libp2p-swarm", @@ -3581,7 +3581,7 @@ version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "libp2p-core", "libp2p-swarm", "log", @@ -3603,7 +3603,7 @@ dependencies = [ "bytes 1.1.0", "either", "fnv", - "futures 0.3.19", + "futures 0.3.21", "libp2p-core", "libp2p-swarm", "log", @@ -3627,7 +3627,7 @@ dependencies = [ "async-io", "data-encoding", "dns-parser", - "futures 0.3.19", + "futures 0.3.21", "if-watch", "lazy_static", "libp2p-core", @@ -3661,7 +3661,7 @@ checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf" dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.1.0", - "futures 0.3.19", + "futures 0.3.21", "libp2p-core", "log", "nohash-hasher", @@ -3679,7 +3679,7 @@ checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a" dependencies = [ "bytes 1.1.0", "curve25519-dalek 3.2.0", - "futures 0.3.19", + "futures 0.3.21", "lazy_static", "libp2p-core", "log", @@ -3699,7 +3699,7 @@ version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "libp2p-core", "libp2p-swarm", "log", @@ -3716,7 +3716,7 @@ checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a" dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.1.0", - "futures 0.3.19", + "futures 0.3.21", "libp2p-core", "log", "prost", @@ -3731,7 +3731,7 @@ version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "log", "pin-project 1.0.10", "rand 0.7.3", @@ -3747,7 +3747,7 @@ checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3" dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.1.0", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "libp2p-core", "libp2p-swarm", @@ -3770,7 +3770,7 @@ checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5" dependencies = [ "asynchronous-codec 0.6.0", "bimap", - "futures 0.3.19", + "futures 0.3.21", "libp2p-core", "libp2p-swarm", "log", @@ -3792,7 +3792,7 @@ checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8" dependencies = [ "async-trait", "bytes 1.1.0", - "futures 0.3.19", + "futures 0.3.21", "libp2p-core", "libp2p-swarm", "log", @@ -3810,7 +3810,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9" dependencies = [ "either", - "futures 0.3.19", + "futures 0.3.21", "libp2p-core", "log", "rand 0.7.3", @@ -3836,7 +3836,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b" dependencies = [ "async-io", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "if-watch", "ipnet", @@ -3853,7 +3853,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973" dependencies = [ "async-std", - "futures 0.3.19", + "futures 0.3.21", "libp2p-core", "log", ] @@ -3864,7 +3864,7 @@ version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "js-sys", "libp2p-core", "parity-send-wrapper", @@ -3879,7 +3879,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf" dependencies = [ "either", - "futures 0.3.19", + "futures 0.3.21", "futures-rustls", "libp2p-core", "log", @@ -3896,7 +3896,7 @@ version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "libp2p-core", "parking_lot", "thiserror", @@ -4205,7 +4205,7 @@ dependencies = [ "assert_matches", "derive_more", "env_logger 0.9.0", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "log", "thiserror", @@ -4218,7 +4218,7 @@ version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd2c2cc134e57461f0898b0e921f0a7819b5e3f3a4335b9aa390ce81a5f36fb9" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "rand 0.8.4", "thrift", ] @@ -4402,7 +4402,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab" dependencies = [ "bytes 1.1.0", - "futures 0.3.19", + "futures 0.3.21", "log", "pin-project 1.0.10", "smallvec", @@ -5685,7 +5685,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "libc", "log", "rand 0.7.3", @@ -5972,7 +5972,7 @@ version = "0.9.16" dependencies = [ "assert_matches", "env_logger 0.9.0", - "futures 0.3.19", + "futures 0.3.21", "log", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -5993,7 +5993,7 @@ dependencies = [ "assert_matches", "bitvec", "env_logger 0.9.0", - "futures 0.3.19", + "futures 0.3.21", "log", "maplit", "polkadot-node-network-protocol", @@ -6013,7 +6013,7 @@ version = "0.9.16" dependencies = [ "assert_matches", "derive_more", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "lru 0.7.2", "parity-scale-codec", @@ -6041,7 +6041,7 @@ version = "0.9.16" dependencies = [ "assert_matches", "env_logger 0.9.0", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "log", "lru 0.7.2", @@ -6069,7 +6069,7 @@ version = "0.9.16" dependencies = [ "clap", "frame-benchmarking-cli", - "futures 0.3.19", + "futures 0.3.21", "log", "polkadot-node-core-pvf", "polkadot-node-metrics", @@ -6125,7 +6125,7 @@ dependencies = [ "assert_matches", "derive_more", "env_logger 0.9.0", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "log", "parity-scale-codec", @@ -6164,7 +6164,7 @@ dependencies = [ "assert_matches", "async-trait", "derive_more", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "lazy_static", "lru 0.7.2", @@ -6206,7 +6206,7 @@ version = "0.9.16" dependencies = [ "assert_matches", "async-trait", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "lazy_static", "polkadot-node-network-protocol", @@ -6232,7 +6232,7 @@ version = "0.9.16" dependencies = [ "assert_matches", "async-trait", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "parity-scale-codec", "parking_lot", @@ -6254,7 +6254,7 @@ dependencies = [ name = "polkadot-node-collation-generation" version = "0.9.16" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-primitives", @@ -6276,7 +6276,7 @@ dependencies = [ "assert_matches", "bitvec", "derive_more", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "kvdb", "kvdb-memorydb", @@ -6313,7 +6313,7 @@ dependencies = [ "assert_matches", "bitvec", "env_logger 0.9.0", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "kvdb", "kvdb-memorydb", @@ -6340,7 +6340,7 @@ version = "0.9.16" dependencies = [ "assert_matches", "bitvec", - "futures 0.3.19", + "futures 0.3.21", "polkadot-erasure-coding", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -6363,7 +6363,7 @@ dependencies = [ name = "polkadot-node-core-bitfield-signing" version = "0.9.16" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "polkadot-node-subsystem", "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", @@ -6381,7 +6381,7 @@ version = "0.9.16" dependencies = [ "assert_matches", "async-trait", - "futures 0.3.19", + "futures 0.3.21", "parity-scale-codec", "polkadot-node-core-pvf", "polkadot-node-primitives", @@ -6401,7 +6401,7 @@ dependencies = [ name = "polkadot-node-core-chain-api" version = "0.9.16" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "maplit", "parity-scale-codec", "polkadot-node-primitives", @@ -6421,7 +6421,7 @@ name = "polkadot-node-core-chain-selection" version = "0.9.16" dependencies = [ "assert_matches", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "kvdb", "kvdb-memorydb", @@ -6442,7 +6442,7 @@ name = "polkadot-node-core-dispute-coordinator" version = "0.9.16" dependencies = [ "assert_matches", - "futures 0.3.19", + "futures 0.3.21", "kvdb", "kvdb-memorydb", "lru 0.7.2", @@ -6466,7 +6466,7 @@ name = "polkadot-node-core-parachains-inherent" version = "0.9.16" dependencies = [ "async-trait", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "polkadot-node-subsystem", "polkadot-primitives", @@ -6482,7 +6482,7 @@ name = "polkadot-node-core-provisioner" version = "0.9.16" dependencies = [ "bitvec", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -6505,7 +6505,7 @@ dependencies = [ "assert_matches", "async-process", "async-std", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "hex-literal", "parity-scale-codec", @@ -6534,7 +6534,7 @@ dependencies = [ name = "polkadot-node-core-pvf-checker" version = "0.9.16" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -6557,7 +6557,7 @@ dependencies = [ name = "polkadot-node-core-runtime-api" version = "0.9.16" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "memory-lru", "parity-util-mem", "polkadot-node-primitives", @@ -6597,7 +6597,7 @@ version = "0.9.16" dependencies = [ "assert_cmd", "bs58", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "hyper", "log", @@ -6625,7 +6625,7 @@ version = "0.9.16" dependencies = [ "async-trait", "derive_more", - "futures 0.3.19", + "futures 0.3.21", "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", @@ -6641,7 +6641,7 @@ name = "polkadot-node-primitives" version = "0.9.16" dependencies = [ "bounded-vec", - "futures 0.3.19", + "futures 0.3.21", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-parachain", @@ -6672,7 +6672,7 @@ name = "polkadot-node-subsystem-test-helpers" version = "0.9.16" dependencies = [ "async-trait", - "futures 0.3.19", + "futures 0.3.21", "parking_lot", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -6690,7 +6690,7 @@ name = "polkadot-node-subsystem-types" version = "0.9.16" dependencies = [ "derive_more", - "futures 0.3.19", + "futures 0.3.21", "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -6711,7 +6711,7 @@ dependencies = [ "async-trait", "derive_more", "env_logger 0.9.0", - "futures 0.3.19", + "futures 0.3.21", "itertools", "lazy_static", "log", @@ -6742,7 +6742,7 @@ version = "0.9.16" dependencies = [ "assert_matches", "femme", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "lru 0.7.2", "metered-channel", @@ -6766,7 +6766,7 @@ name = "polkadot-overseer-gen" version = "0.9.16" dependencies = [ "async-trait", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "metered-channel", "pin-project 1.0.10", @@ -7063,7 +7063,7 @@ dependencies = [ "frame-support", "frame-support-test", "frame-system", - "futures 0.3.19", + "futures 0.3.21", "hex-literal", "log", "pallet-authority-discovery", @@ -7111,7 +7111,7 @@ dependencies = [ "beefy-primitives", "env_logger 0.9.0", "frame-system-rpc-runtime-api", - "futures 0.3.19", + "futures 0.3.21", "hex-literal", "kusama-runtime", "kusama-runtime-constants", @@ -7215,7 +7215,7 @@ dependencies = [ "arrayvec 0.5.2", "assert_matches", "derive_more", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "indexmap", "parity-scale-codec", @@ -7251,7 +7251,7 @@ dependencies = [ name = "polkadot-test-client" version = "0.9.16" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "parity-scale-codec", "polkadot-node-subsystem", "polkadot-primitives", @@ -7281,7 +7281,7 @@ dependencies = [ "async-trait", "clap", "color-eyre", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "parity-util-mem", "polkadot-cli", @@ -7373,7 +7373,7 @@ dependencies = [ "frame-benchmarking", "frame-system", "futures 0.1.31", - "futures 0.3.19", + "futures 0.3.21", "hex", "pallet-balances", "pallet-staking", @@ -8273,7 +8273,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "pin-project 0.4.29", "static_assertions", ] @@ -8319,7 +8319,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ "async-trait", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "ip_network", "libp2p", @@ -8345,7 +8345,7 @@ name = "sc-basic-authorship" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "log", "parity-scale-codec", @@ -8415,7 +8415,7 @@ dependencies = [ "chrono", "clap", "fdlimit", - "futures 0.3.19", + "futures 0.3.21", "hex", "libp2p", "log", @@ -8451,7 +8451,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ "fnv", - "futures 0.3.19", + "futures 0.3.21", "hash-db", "log", "parity-scale-codec", @@ -8504,7 +8504,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ "async-trait", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "libp2p", "log", @@ -8529,7 +8529,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed828 dependencies = [ "async-trait", "fork-tree", - "futures 0.3.19", + "futures 0.3.21", "log", "merlin", "num-bigint", @@ -8570,7 +8570,7 @@ name = "sc-consensus-babe-rpc" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -8608,7 +8608,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ "async-trait", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "log", "parity-scale-codec", @@ -8726,7 +8726,7 @@ dependencies = [ "dyn-clone", "finality-grandpa", "fork-tree", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "log", "parity-scale-codec", @@ -8761,7 +8761,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ "finality-grandpa", - "futures 0.3.19", + "futures 0.3.21", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -8785,7 +8785,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ "ansi_term", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "log", "parity-util-mem", @@ -8825,7 +8825,7 @@ dependencies = [ "either", "fnv", "fork-tree", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "hex", "ip_network", @@ -8866,7 +8866,7 @@ name = "sc-network-gossip" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "libp2p", "log", @@ -8884,7 +8884,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed828 dependencies = [ "bytes 1.1.0", "fnv", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "hex", "hyper", @@ -8910,7 +8910,7 @@ name = "sc-peerset" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "libp2p", "log", "sc-utils", @@ -8932,7 +8932,7 @@ name = "sc-rpc" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "hash-db", "jsonrpc-core", "jsonrpc-pubsub", @@ -8963,7 +8963,7 @@ name = "sc-rpc-api" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -8988,7 +8988,7 @@ name = "sc-rpc-server" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "jsonrpc-core", "jsonrpc-http-server", "jsonrpc-ipc-server", @@ -9008,7 +9008,7 @@ dependencies = [ "async-trait", "directories", "exit-future", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "hash-db", "jsonrpc-core", @@ -9106,7 +9106,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ "chrono", - "futures 0.3.19", + "futures 0.3.21", "libp2p", "log", "parking_lot", @@ -9165,7 +9165,7 @@ name = "sc-transaction-pool" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "linked-hash-map", "log", @@ -9192,7 +9192,7 @@ name = "sc-transaction-pool-api" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "log", "serde", "sp-blockchain", @@ -9205,7 +9205,7 @@ name = "sc-utils" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "lazy_static", "parking_lot", @@ -9632,7 +9632,7 @@ dependencies = [ "base64", "bytes 1.1.0", "flate2", - "futures 0.3.19", + "futures 0.3.21", "httparse", "log", "rand 0.8.4", @@ -9738,7 +9738,7 @@ name = "sp-blockchain" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "log", "lru 0.7.2", "parity-scale-codec", @@ -9757,7 +9757,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ "async-trait", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "log", "parity-scale-codec", @@ -9828,7 +9828,7 @@ dependencies = [ "byteorder", "dyn-clonable", "ed25519-dalek", - "futures 0.3.19", + "futures 0.3.21", "hash-db", "hash256-std-hasher", "hex", @@ -9956,7 +9956,7 @@ name = "sp-io" version = "5.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "hash-db", "libsecp256k1", "log", @@ -9992,7 +9992,7 @@ version = "0.11.0" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ "async-trait", - "futures 0.3.19", + "futures 0.3.21", "merlin", "parity-scale-codec", "parking_lot", @@ -10485,7 +10485,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ "frame-system-rpc-runtime-api", - "futures 0.3.19", + "futures 0.3.21", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -10521,7 +10521,7 @@ version = "2.0.1" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ "async-trait", - "futures 0.3.19", + "futures 0.3.21", "hex", "parity-scale-codec", "sc-client-api", @@ -10546,7 +10546,7 @@ name = "substrate-test-utils" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#27b8806ed82844bb5283a4dadf853ee518fd042f" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "substrate-test-utils-derive", "tokio", ] @@ -10666,7 +10666,7 @@ name = "test-parachain-adder-collator" version = "0.9.16" dependencies = [ "clap", - "futures 0.3.19", + "futures 0.3.21", "futures-timer", "log", "parity-scale-codec", @@ -11517,7 +11517,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "js-sys", "parking_lot", "pin-utils", @@ -12029,7 +12029,7 @@ version = "0.9.16" dependencies = [ "frame-support", "frame-system", - "futures 0.3.19", + "futures 0.3.21", "pallet-xcm", "polkadot-test-client", "polkadot-test-runtime", @@ -12122,7 +12122,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107" dependencies = [ - "futures 0.3.19", + "futures 0.3.21", "log", "nohash-hasher", "parking_lot", diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 228b5264f9bdaa7a669bd6efa176d51d522f226d..d084ba6649d1ca2c6a3f9a6353726aa83663b7bd 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"] clap = { version = "3.0", features = ["derive"], optional = true } log = "0.4.13" thiserror = "1.0.30" -futures = "0.3.19" +futures = "0.3.21" service = { package = "polkadot-service", path = "../node/service", default-features = false, optional = true } polkadot-node-core-pvf = { path = "../node/core/pvf", optional = true } diff --git a/polkadot/node/collation-generation/Cargo.toml b/polkadot/node/collation-generation/Cargo.toml index c0fb7340e67c04c5e54f012e734cbb8bc1c22a65..01ef3ff4ca9182a8dc98445b30ed4aee059ec450 100644 --- a/polkadot/node/collation-generation/Cargo.toml +++ b/polkadot/node/collation-generation/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" tracing = "0.1.29" polkadot-erasure-coding = { path = "../../erasure-coding" } polkadot-node-primitives = { path = "../primitives" } diff --git a/polkadot/node/core/approval-voting/Cargo.toml b/polkadot/node/core/approval-voting/Cargo.toml index 562c094b113d4d798ce9ddad56e92df53818a05d..75b2e1dcf89b253eebce24030a3a3cf7824636e2 100644 --- a/polkadot/node/core/approval-voting/Cargo.toml +++ b/polkadot/node/core/approval-voting/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" futures-timer = "3.0.2" parity-scale-codec = { version = "2.3.1", default-features = false, features = ["bit-vec", "derive"] } tracing = "0.1.29" diff --git a/polkadot/node/core/av-store/Cargo.toml b/polkadot/node/core/av-store/Cargo.toml index 4c46a79d35af891b76b8131646c7025373a9b17c..43c703a6319f298ce66a5c71190a2abffe6d232d 100644 --- a/polkadot/node/core/av-store/Cargo.toml +++ b/polkadot/node/core/av-store/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" futures-timer = "3.0.2" kvdb = "0.10.0" thiserror = "1.0.30" diff --git a/polkadot/node/core/backing/Cargo.toml b/polkadot/node/core/backing/Cargo.toml index d23ead6bf442b1c0ccef4d259a9b779d7f28e6db..8585a193dc9c15c8b9dfeb02243f5173b09ef535 100644 --- a/polkadot/node/core/backing/Cargo.toml +++ b/polkadot/node/core/backing/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } @@ -23,7 +23,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -futures = { version = "0.3.19", features = ["thread-pool"] } +futures = { version = "0.3.21", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/polkadot/node/core/bitfield-signing/Cargo.toml b/polkadot/node/core/bitfield-signing/Cargo.toml index ec9e8c94047835a229fed9f81275c9713eb1e970..b4f000b115b6fa451e65411956d048111e4c2b8a 100644 --- a/polkadot/node/core/bitfield-signing/Cargo.toml +++ b/polkadot/node/core/bitfield-signing/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" tracing = "0.1.29" polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } diff --git a/polkadot/node/core/candidate-validation/Cargo.toml b/polkadot/node/core/candidate-validation/Cargo.toml index 6f4ea9adac15de3b548d6d42304a40b94a7097de..50668b098e75d75a84c4d3feb8317ad96bd62a40 100644 --- a/polkadot/node/core/candidate-validation/Cargo.toml +++ b/polkadot/node/core/candidate-validation/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] async-trait = "0.1.52" -futures = "0.3.19" +futures = "0.3.21" tracing = "0.1.29" sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "master" } @@ -23,7 +23,7 @@ polkadot-node-core-pvf = { path = "../pvf" } [dev-dependencies] sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -futures = { version = "0.3.19", features = ["thread-pool"] } +futures = { version = "0.3.21", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/polkadot/node/core/chain-api/Cargo.toml b/polkadot/node/core/chain-api/Cargo.toml index 3c851f69411c0a21d94ae5c89056a8c90f499f05..1d38289272dd16035fd0dfb456c1bd929e55dbe5 100644 --- a/polkadot/node/core/chain-api/Cargo.toml +++ b/polkadot/node/core/chain-api/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" tracing = "0.1.29" sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-primitives = { path = "../../../primitives" } @@ -15,7 +15,7 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "mas sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] -futures = { version = "0.3.19", features = ["thread-pool"] } +futures = { version = "0.3.21", features = ["thread-pool"] } maplit = "1.0.2" parity-scale-codec = "2.3.1" polkadot-node-primitives = { path = "../../primitives" } diff --git a/polkadot/node/core/chain-selection/Cargo.toml b/polkadot/node/core/chain-selection/Cargo.toml index 0b05ea1a15f691a43e42d5991812260ecd919e59..6b4dc62c3b22ca3cba99a27858f1e7f797482790 100644 --- a/polkadot/node/core/chain-selection/Cargo.toml +++ b/polkadot/node/core/chain-selection/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" futures-timer = "3" tracing = "0.1.29" polkadot-primitives = { path = "../../../primitives" } diff --git a/polkadot/node/core/dispute-coordinator/Cargo.toml b/polkadot/node/core/dispute-coordinator/Cargo.toml index 96b9cbffb7f8aab072269f4a9c64d2d84db10a75..746d160d03012121ed534a2ab30dc743bbfd4e8d 100644 --- a/polkadot/node/core/dispute-coordinator/Cargo.toml +++ b/polkadot/node/core/dispute-coordinator/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" tracing = "0.1.29" parity-scale-codec = "2" kvdb = "0.10.0" diff --git a/polkadot/node/core/parachains-inherent/Cargo.toml b/polkadot/node/core/parachains-inherent/Cargo.toml index 6f277fffc306efb7f777b837c5a0865f47b00588..f72e37c216a1aa6a0d001f0e1966569d840cdebb 100644 --- a/polkadot/node/core/parachains-inherent/Cargo.toml +++ b/polkadot/node/core/parachains-inherent/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" futures-timer = "3.0.2" tracing = "0.1.29" thiserror = "1.0.30" diff --git a/polkadot/node/core/provisioner/Cargo.toml b/polkadot/node/core/provisioner/Cargo.toml index 9c31f2352fec9bb191560b18a525c5a151c2f65d..ed771185b566e575d9119e863032c17c96fe81d7 100644 --- a/polkadot/node/core/provisioner/Cargo.toml +++ b/polkadot/node/core/provisioner/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } -futures = "0.3.19" +futures = "0.3.21" tracing = "0.1.29" thiserror = "1.0.30" polkadot-primitives = { path = "../../../primitives" } diff --git a/polkadot/node/core/pvf-checker/Cargo.toml b/polkadot/node/core/pvf-checker/Cargo.toml index 9be6db0ecc0b550eb944f9976f16f723e7d9b1c2..21b6f6712bd73d71e28c35f4ae24c722e13f14c3 100644 --- a/polkadot/node/core/pvf-checker/Cargo.toml +++ b/polkadot/node/core/pvf-checker/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.17" +futures = "0.3.21" thiserror = "1.0.30" tracing = "0.1.29" diff --git a/polkadot/node/core/pvf/Cargo.toml b/polkadot/node/core/pvf/Cargo.toml index b45aae492a0d189ae2285226fa2180032d1fa2d1..b00b8658e58d0e7e4ce832bac2ca6bfc266a30c7 100644 --- a/polkadot/node/core/pvf/Cargo.toml +++ b/polkadot/node/core/pvf/Cargo.toml @@ -13,7 +13,7 @@ always-assert = "0.1" async-std = { version = "1.10.0", features = ["attributes"] } async-process = "1.3.0" assert_matches = "1.4.0" -futures = "0.3.19" +futures = "0.3.21" futures-timer = "3.0.2" slotmap = "1.0" tracing = "0.1.29" diff --git a/polkadot/node/core/runtime-api/Cargo.toml b/polkadot/node/core/runtime-api/Cargo.toml index aba1807f2414c06182d0f439f0c06c53228c17f2..2e6efb4894e8533cedaecc519c091546b098d868 100644 --- a/polkadot/node/core/runtime-api/Cargo.toml +++ b/polkadot/node/core/runtime-api/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" tracing = "0.1.29" memory-lru = "0.1.0" parity-util-mem = { version = "0.10.0", default-features = false } @@ -22,7 +22,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -futures = { version = "0.3.19", features = ["thread-pool"] } +futures = { version = "0.3.21", features = ["thread-pool"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-primitives = { path = "../../primitives" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/polkadot/node/malus/Cargo.toml b/polkadot/node/malus/Cargo.toml index 26246d4511dc8a883f9034f20b4b83e17dc2a23c..33b77b355028eac75ebc4bfefd12ccd2eac48530 100644 --- a/polkadot/node/malus/Cargo.toml +++ b/polkadot/node/malus/Cargo.toml @@ -29,7 +29,7 @@ assert_matches = "1.5" async-trait = "0.1.52" sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } clap = { version = "3.0", features = ["derive"] } -futures = "0.3.19" +futures = "0.3.21" futures-timer = "3.0.2" tracing = "0.1.26" @@ -39,4 +39,4 @@ default = [] [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -futures = { version = "0.3.19", features = ["thread-pool"] } +futures = { version = "0.3.21", features = ["thread-pool"] } diff --git a/polkadot/node/metered-channel/Cargo.toml b/polkadot/node/metered-channel/Cargo.toml index ac657812d83c17fbd8b2193a14bdaa8bdf2fcf3d..661149c3a6c4c155ebb8302cd3a1c51bc63849bf 100644 --- a/polkadot/node/metered-channel/Cargo.toml +++ b/polkadot/node/metered-channel/Cargo.toml @@ -6,14 +6,14 @@ edition = "2018" description = "Channels with attached Meters" [dependencies] -futures = "0.3.19" +futures = "0.3.21" futures-timer = "3.0.2" derive_more = "0.99" tracing = "0.1.29" thiserror = "1.0.30" [dev-dependencies] -futures = { version = "0.3.19", features = ["thread-pool"] } +futures = { version = "0.3.21", features = ["thread-pool"] } assert_matches = "1.5" env_logger = "0.9" log = "0.4" diff --git a/polkadot/node/metrics/Cargo.toml b/polkadot/node/metrics/Cargo.toml index c6f521fe10a36bc21d779fde5ff25d048611cbdf..60cc09451fadffa77d1ca328420ba822c6e0a151 100644 --- a/polkadot/node/metrics/Cargo.toml +++ b/polkadot/node/metrics/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "Subsystem metric helpers" [dependencies] -futures = "0.3.19" +futures = "0.3.21" futures-timer = "3.0.2" tracing = "0.1.29" diff --git a/polkadot/node/network/approval-distribution/Cargo.toml b/polkadot/node/network/approval-distribution/Cargo.toml index f5b2492181973e53f29599b9177384fe787cffe1..f5f5ebfe6dc7b1144d5bcec0ec041a8ae5acfef8 100644 --- a/polkadot/node/network/approval-distribution/Cargo.toml +++ b/polkadot/node/network/approval-distribution/Cargo.toml @@ -11,7 +11,7 @@ polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-primitives = { path = "../../../primitives" } -futures = "0.3.19" +futures = "0.3.21" tracing = "0.1.29" [dev-dependencies] diff --git a/polkadot/node/network/availability-distribution/Cargo.toml b/polkadot/node/network/availability-distribution/Cargo.toml index c33513b2285a48fbd5737b250f954667e88ff173..d1614aa5419afa0359f9130d624e012cae243eea 100644 --- a/polkadot/node/network/availability-distribution/Cargo.toml +++ b/polkadot/node/network/availability-distribution/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" tracing = "0.1.29" parity-scale-codec = { version = "2.3.1", features = ["std"] } polkadot-primitives = { path = "../../../primitives" } diff --git a/polkadot/node/network/availability-recovery/Cargo.toml b/polkadot/node/network/availability-recovery/Cargo.toml index e3cc654c5270361f67ba0d0af70443f4f90f7a88..df6691b466db3e76f174cfafc0aebd165fba46b5 100644 --- a/polkadot/node/network/availability-recovery/Cargo.toml +++ b/polkadot/node/network/availability-recovery/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" lru = "0.7.2" rand = "0.8.3" thiserror = "1.0.30" diff --git a/polkadot/node/network/bitfield-distribution/Cargo.toml b/polkadot/node/network/bitfield-distribution/Cargo.toml index 4e7a309d0d878f6e36943b0146045fcb0d7ede6f..c126f498da4e42bc85f1ffc7cc47a93dbdeffd1a 100644 --- a/polkadot/node/network/bitfield-distribution/Cargo.toml +++ b/polkadot/node/network/bitfield-distribution/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" tracing = "0.1.29" polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } diff --git a/polkadot/node/network/bridge/Cargo.toml b/polkadot/node/network/bridge/Cargo.toml index 9d2d714ee44c3e0ae2f044bbfc254e501255d7d8..e0b76047b3c0a1390263d18aae0b7c4d3f85d70c 100644 --- a/polkadot/node/network/bridge/Cargo.toml +++ b/polkadot/node/network/bridge/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] async-trait = "0.1.52" -futures = "0.3.19" +futures = "0.3.21" tracing = "0.1.29" polkadot-primitives = { path = "../../../primitives" } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } diff --git a/polkadot/node/network/collator-protocol/Cargo.toml b/polkadot/node/network/collator-protocol/Cargo.toml index 16ee69e637b542696c42ae393295d39eb2b60040..f385d71431e79182f819ff3616e43ef2209834be 100644 --- a/polkadot/node/network/collator-protocol/Cargo.toml +++ b/polkadot/node/network/collator-protocol/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] always-assert = "0.1.2" derive_more = "0.99.17" -futures = "0.3.19" +futures = "0.3.21" futures-timer = "3" thiserror = "1.0.30" tracing = "0.1.29" diff --git a/polkadot/node/network/dispute-distribution/Cargo.toml b/polkadot/node/network/dispute-distribution/Cargo.toml index 65517287ff34db6d576350cac7571dec5fe62099..5a504437c8d32bfd679c5806ebdab30c1ea0773d 100644 --- a/polkadot/node/network/dispute-distribution/Cargo.toml +++ b/polkadot/node/network/dispute-distribution/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" tracing = "0.1.29" derive_more = "0.99.17" parity-scale-codec = { version = "2.3.1", features = ["std"] } diff --git a/polkadot/node/network/gossip-support/Cargo.toml b/polkadot/node/network/gossip-support/Cargo.toml index 7f524e26002d155b1ea6de923acf08bf957c470d..0e7693fc37f0cf8c46bfec06db6975b4808083f0 100644 --- a/polkadot/node/network/gossip-support/Cargo.toml +++ b/polkadot/node/network/gossip-support/Cargo.toml @@ -15,7 +15,7 @@ polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-primitives = { path = "../../../primitives" } -futures = "0.3.19" +futures = "0.3.21" futures-timer = "3.0.2" rand = { version = "0.8.3", default-features = false } rand_chacha = { version = "0.3.1", default-features = false } diff --git a/polkadot/node/network/protocol/Cargo.toml b/polkadot/node/network/protocol/Cargo.toml index e29fe0de98a3fc63aeb781adc05dda1737f17918..32dfb046f11806a398a2d41a35efb89898ff5e01 100644 --- a/polkadot/node/network/protocol/Cargo.toml +++ b/polkadot/node/network/protocol/Cargo.toml @@ -15,5 +15,5 @@ sc-network = { git = "https://github.com/paritytech/substrate", branch = "master sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } strum = { version = "0.23", features = ["derive"] } derive_more = "0.99.17" -futures = "0.3.19" +futures = "0.3.21" thiserror = "1.0.30" diff --git a/polkadot/node/network/statement-distribution/Cargo.toml b/polkadot/node/network/statement-distribution/Cargo.toml index 870397e9e21ed8cac1356c58e15cd6a8ec646d41..5366eecf0de6e791dcae451b99bc42213f1d35f6 100644 --- a/polkadot/node/network/statement-distribution/Cargo.toml +++ b/polkadot/node/network/statement-distribution/Cargo.toml @@ -6,7 +6,7 @@ description = "Statement Distribution Subsystem" edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" tracing = "0.1.29" polkadot-primitives = { path = "../../../primitives" } sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } diff --git a/polkadot/node/overseer/Cargo.toml b/polkadot/node/overseer/Cargo.toml index 2b2ce13bfdc70cff262065cf19559042b7b731b9..6ecaebfcf86c819ddbcc1ce1e2daa35d63677206 100644 --- a/polkadot/node/overseer/Cargo.toml +++ b/polkadot/node/overseer/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -futures = "0.3.19" +futures = "0.3.21" futures-timer = "3.0.2" parking_lot = "0.11.1" polkadot-node-network-protocol = { path = "../network/protocol" } @@ -23,7 +23,7 @@ parity-util-mem = { version = ">= 0.10.1", default-features = false } [dev-dependencies] metered-channel = { path = "../metered-channel" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -futures = { version = "0.3.19", features = ["thread-pool"] } +futures = { version = "0.3.21", features = ["thread-pool"] } femme = "2.1.1" assert_matches = "1.4.0" test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" } diff --git a/polkadot/node/primitives/Cargo.toml b/polkadot/node/primitives/Cargo.toml index 71e70985e21599b11855c9b96c7e1b073a1bc1f3..3d06f789af76894c933c4ac8fbce0cc57b288291 100644 --- a/polkadot/node/primitives/Cargo.toml +++ b/polkadot/node/primitives/Cargo.toml @@ -7,7 +7,7 @@ description = "Primitives types for the Node-side" [dependencies] bounded-vec = "0.5" -futures = "0.3.19" +futures = "0.3.21" polkadot-primitives = { path = "../../primitives" } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index 2f8d374f65857c257ed1a49c758cf48bc05d0735..784c98d6385ec2a480e9d81ce43571de076dc942 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -61,7 +61,7 @@ frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate" prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } # External Crates -futures = "0.3.19" +futures = "0.3.21" hex-literal = "0.3.4" tracing = "0.1.29" serde = { version = "1.0.136", features = ["derive"] } diff --git a/polkadot/node/subsystem-test-helpers/Cargo.toml b/polkadot/node/subsystem-test-helpers/Cargo.toml index 1d1dda5fbaa09ba340f2107585d908898e4ec700..6a6af5abc9c7718c1b45c0b048bd8796345e3241 100644 --- a/polkadot/node/subsystem-test-helpers/Cargo.toml +++ b/polkadot/node/subsystem-test-helpers/Cargo.toml @@ -7,7 +7,7 @@ description = "Subsystem traits and message definitions" [dependencies] async-trait = "0.1.52" -futures = "0.3.19" +futures = "0.3.21" parking_lot = "0.11.1" polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } diff --git a/polkadot/node/subsystem-types/Cargo.toml b/polkadot/node/subsystem-types/Cargo.toml index 0bb521178f225de72cc9c9f41c8c3abfca63b3b0..b97f23a3e1d9c1ed0ede04d307f6a8cce64a16ef 100644 --- a/polkadot/node/subsystem-types/Cargo.toml +++ b/polkadot/node/subsystem-types/Cargo.toml @@ -7,7 +7,7 @@ description = "Subsystem traits and message definitions" [dependencies] derive_more = "0.99.17" -futures = "0.3.19" +futures = "0.3.21" polkadot-primitives = { path = "../../primitives" } polkadot-node-primitives = { path = "../primitives" } polkadot-node-network-protocol = { path = "../network/protocol" } diff --git a/polkadot/node/subsystem-util/Cargo.toml b/polkadot/node/subsystem-util/Cargo.toml index cf22f79161325e21e44ea533ff54e825546a6a33..4081e051ae59165cab403dedb89bdbf3703cf2ca 100644 --- a/polkadot/node/subsystem-util/Cargo.toml +++ b/polkadot/node/subsystem-util/Cargo.toml @@ -7,7 +7,7 @@ description = "Subsystem traits and message definitions" [dependencies] async-trait = "0.1.52" -futures = "0.3.19" +futures = "0.3.21" itertools = "0.10" parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } pin-project = "1.0.9" @@ -33,7 +33,7 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste [dev-dependencies] assert_matches = "1.4.0" env_logger = "0.9.0" -futures = { version = "0.3.19", features = ["thread-pool"] } +futures = { version = "0.3.21", features = ["thread-pool"] } log = "0.4.13" polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" } lazy_static = "1.4.0" diff --git a/polkadot/node/test/client/Cargo.toml b/polkadot/node/test/client/Cargo.toml index 536dd854c9337826a41dfa4cd97a67ba03e4de70..7d1f5133832d1e454f5a865dc1e813f3bf50563e 100644 --- a/polkadot/node/test/client/Cargo.toml +++ b/polkadot/node/test/client/Cargo.toml @@ -30,4 +30,4 @@ sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = " [dev-dependencies] sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -futures = "0.3.19" +futures = "0.3.21" diff --git a/polkadot/node/test/service/Cargo.toml b/polkadot/node/test/service/Cargo.toml index ecd65f3f88d7ea6922d885609d5af7cfb57021c1..9556b41575859587784f821a52a22ac74e1153da 100644 --- a/polkadot/node/test/service/Cargo.toml +++ b/polkadot/node/test/service/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -futures = "0.3.19" +futures = "0.3.21" futures01 = { package = "futures", version = "0.1.29" } hex = "0.4.3" tracing = "0.1.29" diff --git a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml index 564c2d5901152fbbeefe8a2be8be55cdf8a54f55..cb4d066e99de8fa1fd37deeb3cb1e035637df428 100644 --- a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml @@ -16,7 +16,7 @@ path = "bin/puppet_worker.rs" [dependencies] parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } clap = { version = "3.0", features = ["derive"] } -futures = "0.3.19" +futures = "0.3.21" futures-timer = "3.0.2" log = "0.4.13" diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index f22634d234c137c2c47fe8baef718991b2a08d03..977df4c3ef084dd8e219464aa76be2db6ceb8017 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -47,7 +47,7 @@ static_assertions = { version = "1.1.0", optional = true } polkadot-runtime-metrics = { path = "../metrics", default-features = false} [dev-dependencies] -futures = "0.3.19" +futures = "0.3.21" hex-literal = "0.3.4" keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml b/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml index ba20f1e910e0a8d2baa6686efb2d0f46ab03b48a..221101017f228621f01281314fa292d022748aa8 100644 --- a/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml +++ b/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml @@ -8,7 +8,7 @@ version = "0.9.16" [dependencies] frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -futures = "0.3.19" +futures = "0.3.21" pallet-xcm = { path = "../../pallet-xcm" } polkadot-test-client = { path = "../../../node/test/client" } polkadot-test-runtime = { path = "../../../runtime/test-runtime" }