Remove futures 0.1 (#5699)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2022-06-18 22:01:33 +08:00
committed by GitHub
parent 4d8fdf2e68
commit 6c1c27c1ff
2 changed files with 114 additions and 122 deletions
+114 -121
View File
@@ -437,7 +437,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"fnv", "fnv",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"hex", "hex",
"log", "log",
@@ -471,7 +471,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015
dependencies = [ dependencies = [
"beefy-gadget", "beefy-gadget",
"beefy-primitives", "beefy-primitives",
"futures 0.3.21", "futures",
"jsonrpsee", "jsonrpsee",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
@@ -1874,7 +1874,7 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
] ]
[[package]] [[package]]
@@ -2022,7 +2022,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5" checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"
dependencies = [ dependencies = [
"either", "either",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"log", "log",
"num-traits", "num-traits",
@@ -2431,12 +2431,6 @@ version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
[[package]]
name = "futures"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
[[package]] [[package]]
name = "futures" name = "futures"
version = "0.3.21" version = "0.3.21"
@@ -2996,7 +2990,7 @@ dependencies = [
"async-io", "async-io",
"core-foundation", "core-foundation",
"fnv", "fnv",
"futures 0.3.21", "futures",
"if-addrs", "if-addrs",
"ipnet", "ipnet",
"log", "log",
@@ -3528,7 +3522,7 @@ checksum = "475ce2ac4a9727e53a519f6ee05b38abfcba8f0d39c4d24f103d184e36fd5b0f"
dependencies = [ dependencies = [
"atomic", "atomic",
"bytes", "bytes",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"getrandom 0.2.3", "getrandom 0.2.3",
"instant", "instant",
@@ -3572,7 +3566,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a13b690e65046af6a09c0b27bd9508fa1cab0efce889de74b0b643b9d2a98f9a" checksum = "a13b690e65046af6a09c0b27bd9508fa1cab0efce889de74b0b643b9d2a98f9a"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"instant", "instant",
"libp2p-core", "libp2p-core",
@@ -3595,7 +3589,7 @@ dependencies = [
"ed25519-dalek", "ed25519-dalek",
"either", "either",
"fnv", "fnv",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"instant", "instant",
"lazy_static", "lazy_static",
@@ -3626,7 +3620,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b1d37f042f748e224f04785d0e987ae09a2aa518d6401d82d412dad83e360ed" checksum = "6b1d37f042f748e224f04785d0e987ae09a2aa518d6401d82d412dad83e360ed"
dependencies = [ dependencies = [
"flate2", "flate2",
"futures 0.3.21", "futures",
"libp2p-core", "libp2p-core",
] ]
@@ -3637,7 +3631,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "066e33e854e10b5c93fc650458bf2179c7e0d143db260b0963e44a94859817f1" checksum = "066e33e854e10b5c93fc650458bf2179c7e0d143db260b0963e44a94859817f1"
dependencies = [ dependencies = [
"async-std-resolver", "async-std-resolver",
"futures 0.3.21", "futures",
"libp2p-core", "libp2p-core",
"log", "log",
"smallvec", "smallvec",
@@ -3652,7 +3646,7 @@ checksum = "733d3ea6ebe7a7a85df2bc86678b93f24b015fae5fe3b3acc4c400e795a55d2d"
dependencies = [ dependencies = [
"cuckoofilter", "cuckoofilter",
"fnv", "fnv",
"futures 0.3.21", "futures",
"libp2p-core", "libp2p-core",
"libp2p-swarm", "libp2p-swarm",
"log", "log",
@@ -3673,7 +3667,7 @@ dependencies = [
"byteorder", "byteorder",
"bytes", "bytes",
"fnv", "fnv",
"futures 0.3.21", "futures",
"hex_fmt", "hex_fmt",
"instant", "instant",
"libp2p-core", "libp2p-core",
@@ -3696,7 +3690,7 @@ version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5ef5a5b57904c7c33d6713ef918d239dc6b7553458f3475d87f8a18e9c651c8" checksum = "c5ef5a5b57904c7c33d6713ef918d239dc6b7553458f3475d87f8a18e9c651c8"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"libp2p-core", "libp2p-core",
"libp2p-swarm", "libp2p-swarm",
@@ -3718,7 +3712,7 @@ dependencies = [
"bytes", "bytes",
"either", "either",
"fnv", "fnv",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"instant", "instant",
"libp2p-core", "libp2p-core",
@@ -3744,7 +3738,7 @@ dependencies = [
"async-io", "async-io",
"data-encoding", "data-encoding",
"dns-parser", "dns-parser",
"futures 0.3.21", "futures",
"if-watch", "if-watch",
"lazy_static", "lazy_static",
"libp2p-core", "libp2p-core",
@@ -3780,7 +3774,7 @@ checksum = "442eb0c9fff0bf22a34f015724b4143ce01877e079ed0963c722d94c07c72160"
dependencies = [ dependencies = [
"asynchronous-codec", "asynchronous-codec",
"bytes", "bytes",
"futures 0.3.21", "futures",
"libp2p-core", "libp2p-core",
"log", "log",
"nohash-hasher", "nohash-hasher",
@@ -3798,7 +3792,7 @@ checksum = "9dd7e0c94051cda67123be68cf6b65211ba3dde7277be9068412de3e7ffd63ef"
dependencies = [ dependencies = [
"bytes", "bytes",
"curve25519-dalek 3.2.0", "curve25519-dalek 3.2.0",
"futures 0.3.21", "futures",
"lazy_static", "lazy_static",
"libp2p-core", "libp2p-core",
"log", "log",
@@ -3818,7 +3812,7 @@ version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf57a3c2e821331dda9fe612d4654d676ab6e33d18d9434a18cced72630df6ad" checksum = "bf57a3c2e821331dda9fe612d4654d676ab6e33d18d9434a18cced72630df6ad"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"instant", "instant",
"libp2p-core", "libp2p-core",
@@ -3836,7 +3830,7 @@ checksum = "962c0fb0e7212fb96a69b87f2d09bcefd317935239bdc79cda900e7a8897a3fe"
dependencies = [ dependencies = [
"asynchronous-codec", "asynchronous-codec",
"bytes", "bytes",
"futures 0.3.21", "futures",
"libp2p-core", "libp2p-core",
"log", "log",
"prost 0.9.0", "prost 0.9.0",
@@ -3851,7 +3845,7 @@ version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c" checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"log", "log",
"pin-project 1.0.10", "pin-project 1.0.10",
"rand 0.7.3", "rand 0.7.3",
@@ -3868,7 +3862,7 @@ dependencies = [
"asynchronous-codec", "asynchronous-codec",
"bytes", "bytes",
"either", "either",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"instant", "instant",
"libp2p-core", "libp2p-core",
@@ -3893,7 +3887,7 @@ checksum = "bbd0baab894c5b84da510b915d53264d566c3c35889f09931fe9edbd2a773bee"
dependencies = [ dependencies = [
"asynchronous-codec", "asynchronous-codec",
"bimap", "bimap",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"instant", "instant",
"libp2p-core", "libp2p-core",
@@ -3916,7 +3910,7 @@ checksum = "b5e6a6fc6c9ad95661f46989473b34bd2993d14a4de497ff3b2668a910d4b869"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bytes", "bytes",
"futures 0.3.21", "futures",
"instant", "instant",
"libp2p-core", "libp2p-core",
"libp2p-swarm", "libp2p-swarm",
@@ -3934,7 +3928,7 @@ checksum = "8f0c69ad9e8f7c5fc50ad5ad9c7c8b57f33716532a2b623197f69f93e374d14c"
dependencies = [ dependencies = [
"either", "either",
"fnv", "fnv",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"instant", "instant",
"libp2p-core", "libp2p-core",
@@ -3963,7 +3957,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "193447aa729c85aac2376828df76d171c1a589c9e6b58fcc7f9d9a020734122c" checksum = "193447aa729c85aac2376828df76d171c1a589c9e6b58fcc7f9d9a020734122c"
dependencies = [ dependencies = [
"async-io", "async-io",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"if-watch", "if-watch",
"ipnet", "ipnet",
@@ -3980,7 +3974,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24bdab114f7f2701757d6541266e1131b429bbae382008f207f2114ee4222dcb" checksum = "24bdab114f7f2701757d6541266e1131b429bbae382008f207f2114ee4222dcb"
dependencies = [ dependencies = [
"async-std", "async-std",
"futures 0.3.21", "futures",
"libp2p-core", "libp2p-core",
"log", "log",
] ]
@@ -3991,7 +3985,7 @@ version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f6ea0f84a967ef59a16083f222c18115ae2e91db69809dce275df62e101b279" checksum = "4f6ea0f84a967ef59a16083f222c18115ae2e91db69809dce275df62e101b279"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"js-sys", "js-sys",
"libp2p-core", "libp2p-core",
"parity-send-wrapper", "parity-send-wrapper",
@@ -4006,7 +4000,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c932834c3754501c368d1bf3d0fb458487a642b90fc25df082a3a2f3d3b32e37" checksum = "c932834c3754501c368d1bf3d0fb458487a642b90fc25df082a3a2f3d3b32e37"
dependencies = [ dependencies = [
"either", "either",
"futures 0.3.21", "futures",
"futures-rustls", "futures-rustls",
"libp2p-core", "libp2p-core",
"log", "log",
@@ -4023,7 +4017,7 @@ version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be902ebd89193cd020e89e89107726a38cfc0d16d18f613f4a37d046e92c7517" checksum = "be902ebd89193cd020e89e89107726a38cfc0d16d18f613f4a37d046e92c7517"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"libp2p-core", "libp2p-core",
"parking_lot 0.12.0", "parking_lot 0.12.0",
"thiserror", "thiserror",
@@ -4353,7 +4347,7 @@ version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532" checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"rand 0.8.5", "rand 0.8.5",
"thrift", "thrift",
] ]
@@ -4482,7 +4476,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b" checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures 0.3.21", "futures",
"log", "log",
"pin-project 1.0.10", "pin-project 1.0.10",
"smallvec", "smallvec",
@@ -4596,7 +4590,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef8785b8141e8432aa45fceb922a7e876d7da3fad37fa7e7ec702ace3aa0826b" checksum = "ef8785b8141e8432aa45fceb922a7e876d7da3fad37fa7e7ec702ace3aa0826b"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures 0.3.21", "futures",
"log", "log",
"netlink-packet-core", "netlink-packet-core",
"netlink-sys", "netlink-sys",
@@ -4611,7 +4605,7 @@ checksum = "3e4c9f9547a08241bee7b6558b9b98e1f290d187de8b7cfca2bbb4937bcaa8f8"
dependencies = [ dependencies = [
"async-io", "async-io",
"bytes", "bytes",
"futures 0.3.21", "futures",
"libc", "libc",
"log", "log",
] ]
@@ -4837,7 +4831,7 @@ version = "0.0.1"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"dyn-clonable", "dyn-clonable",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"orchestra-proc-macro", "orchestra-proc-macro",
"pin-project 1.0.10", "pin-project 1.0.10",
@@ -6159,7 +6153,7 @@ version = "0.9.23"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"env_logger 0.9.0", "env_logger 0.9.0",
"futures 0.3.21", "futures",
"log", "log",
"polkadot-node-network-protocol", "polkadot-node-network-protocol",
"polkadot-node-primitives", "polkadot-node-primitives",
@@ -6183,7 +6177,7 @@ dependencies = [
"assert_matches", "assert_matches",
"bitvec", "bitvec",
"env_logger 0.9.0", "env_logger 0.9.0",
"futures 0.3.21", "futures",
"log", "log",
"maplit", "maplit",
"polkadot-node-network-protocol", "polkadot-node-network-protocol",
@@ -6207,7 +6201,7 @@ dependencies = [
"assert_matches", "assert_matches",
"derive_more", "derive_more",
"fatality", "fatality",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"lru 0.7.7", "lru 0.7.7",
"parity-scale-codec", "parity-scale-codec",
@@ -6236,7 +6230,7 @@ dependencies = [
"assert_matches", "assert_matches",
"env_logger 0.9.0", "env_logger 0.9.0",
"fatality", "fatality",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"log", "log",
"lru 0.7.7", "lru 0.7.7",
@@ -6264,7 +6258,7 @@ version = "0.9.23"
dependencies = [ dependencies = [
"clap", "clap",
"frame-benchmarking-cli", "frame-benchmarking-cli",
"futures 0.3.21", "futures",
"log", "log",
"polkadot-client", "polkadot-client",
"polkadot-node-core-pvf", "polkadot-node-core-pvf",
@@ -6333,7 +6327,7 @@ dependencies = [
"assert_matches", "assert_matches",
"env_logger 0.9.0", "env_logger 0.9.0",
"fatality", "fatality",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
@@ -6373,7 +6367,7 @@ dependencies = [
"async-trait", "async-trait",
"derive_more", "derive_more",
"fatality", "fatality",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"lazy_static", "lazy_static",
"lru 0.7.7", "lru 0.7.7",
@@ -6415,7 +6409,7 @@ version = "0.9.23"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"lazy_static", "lazy_static",
"polkadot-node-network-protocol", "polkadot-node-network-protocol",
@@ -6444,7 +6438,7 @@ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
"bytes", "bytes",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"parity-scale-codec", "parity-scale-codec",
"parking_lot 0.12.0", "parking_lot 0.12.0",
@@ -6466,7 +6460,7 @@ dependencies = [
name = "polkadot-node-collation-generation" name = "polkadot-node-collation-generation"
version = "0.9.23" version = "0.9.23"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"parity-scale-codec", "parity-scale-codec",
"polkadot-erasure-coding", "polkadot-erasure-coding",
"polkadot-node-primitives", "polkadot-node-primitives",
@@ -6488,7 +6482,7 @@ dependencies = [
"assert_matches", "assert_matches",
"bitvec", "bitvec",
"derive_more", "derive_more",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"kvdb", "kvdb",
"kvdb-memorydb", "kvdb-memorydb",
@@ -6526,7 +6520,7 @@ dependencies = [
"assert_matches", "assert_matches",
"bitvec", "bitvec",
"env_logger 0.9.0", "env_logger 0.9.0",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"kvdb", "kvdb",
"kvdb-memorydb", "kvdb-memorydb",
@@ -6554,7 +6548,7 @@ dependencies = [
"assert_matches", "assert_matches",
"bitvec", "bitvec",
"fatality", "fatality",
"futures 0.3.21", "futures",
"polkadot-erasure-coding", "polkadot-erasure-coding",
"polkadot-node-primitives", "polkadot-node-primitives",
"polkadot-node-subsystem", "polkadot-node-subsystem",
@@ -6577,7 +6571,7 @@ dependencies = [
name = "polkadot-node-core-bitfield-signing" name = "polkadot-node-core-bitfield-signing"
version = "0.9.23" version = "0.9.23"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"polkadot-node-subsystem", "polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util", "polkadot-node-subsystem-util",
@@ -6595,7 +6589,7 @@ version = "0.9.23"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
"futures 0.3.21", "futures",
"parity-scale-codec", "parity-scale-codec",
"polkadot-node-core-pvf", "polkadot-node-core-pvf",
"polkadot-node-primitives", "polkadot-node-primitives",
@@ -6615,7 +6609,7 @@ dependencies = [
name = "polkadot-node-core-chain-api" name = "polkadot-node-core-chain-api"
version = "0.9.23" version = "0.9.23"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"maplit", "maplit",
"parity-scale-codec", "parity-scale-codec",
"polkadot-node-primitives", "polkadot-node-primitives",
@@ -6635,7 +6629,7 @@ name = "polkadot-node-core-chain-selection"
version = "0.9.23" version = "0.9.23"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"kvdb", "kvdb",
"kvdb-memorydb", "kvdb-memorydb",
@@ -6657,7 +6651,7 @@ version = "0.9.23"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"fatality", "fatality",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"kvdb", "kvdb",
"kvdb-memorydb", "kvdb-memorydb",
@@ -6682,7 +6676,7 @@ name = "polkadot-node-core-parachains-inherent"
version = "0.9.23" version = "0.9.23"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"polkadot-node-subsystem", "polkadot-node-subsystem",
"polkadot-primitives", "polkadot-primitives",
@@ -6699,7 +6693,7 @@ version = "0.9.23"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"fatality", "fatality",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"polkadot-node-primitives", "polkadot-node-primitives",
"polkadot-node-subsystem", "polkadot-node-subsystem",
@@ -6722,7 +6716,7 @@ dependencies = [
"assert_matches", "assert_matches",
"async-process", "async-process",
"async-std", "async-std",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"hex-literal", "hex-literal",
"parity-scale-codec", "parity-scale-codec",
@@ -6751,7 +6745,7 @@ dependencies = [
name = "polkadot-node-core-pvf-checker" name = "polkadot-node-core-pvf-checker"
version = "0.9.23" version = "0.9.23"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"polkadot-node-primitives", "polkadot-node-primitives",
"polkadot-node-subsystem", "polkadot-node-subsystem",
@@ -6774,7 +6768,7 @@ dependencies = [
name = "polkadot-node-core-runtime-api" name = "polkadot-node-core-runtime-api"
version = "0.9.23" version = "0.9.23"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"memory-lru", "memory-lru",
"parity-util-mem", "parity-util-mem",
"polkadot-node-primitives", "polkadot-node-primitives",
@@ -6814,7 +6808,7 @@ version = "0.9.23"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"bs58", "bs58",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"hyper", "hyper",
"log", "log",
@@ -6843,7 +6837,7 @@ dependencies = [
"async-trait", "async-trait",
"derive_more", "derive_more",
"fatality", "fatality",
"futures 0.3.21", "futures",
"parity-scale-codec", "parity-scale-codec",
"polkadot-node-jaeger", "polkadot-node-jaeger",
"polkadot-node-primitives", "polkadot-node-primitives",
@@ -6862,7 +6856,7 @@ name = "polkadot-node-primitives"
version = "0.9.23" version = "0.9.23"
dependencies = [ dependencies = [
"bounded-vec", "bounded-vec",
"futures 0.3.21", "futures",
"parity-scale-codec", "parity-scale-codec",
"polkadot-erasure-coding", "polkadot-erasure-coding",
"polkadot-parachain", "polkadot-parachain",
@@ -6893,7 +6887,7 @@ name = "polkadot-node-subsystem-test-helpers"
version = "0.9.23" version = "0.9.23"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures",
"parking_lot 0.12.0", "parking_lot 0.12.0",
"polkadot-node-subsystem", "polkadot-node-subsystem",
"polkadot-node-subsystem-util", "polkadot-node-subsystem-util",
@@ -6911,7 +6905,7 @@ name = "polkadot-node-subsystem-types"
version = "0.9.23" version = "0.9.23"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"futures 0.3.21", "futures",
"orchestra", "orchestra",
"polkadot-node-jaeger", "polkadot-node-jaeger",
"polkadot-node-network-protocol", "polkadot-node-network-protocol",
@@ -6933,7 +6927,7 @@ dependencies = [
"derive_more", "derive_more",
"env_logger 0.9.0", "env_logger 0.9.0",
"fatality", "fatality",
"futures 0.3.21", "futures",
"itertools", "itertools",
"kvdb", "kvdb",
"kvdb-shared-tests", "kvdb-shared-tests",
@@ -6970,7 +6964,7 @@ version = "0.9.23"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"femme", "femme",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"lru 0.7.7", "lru 0.7.7",
"orchestra", "orchestra",
@@ -7266,7 +7260,7 @@ dependencies = [
"frame-support", "frame-support",
"frame-support-test", "frame-support-test",
"frame-system", "frame-system",
"futures 0.3.21", "futures",
"hex-literal", "hex-literal",
"log", "log",
"pallet-authority-discovery", "pallet-authority-discovery",
@@ -7315,7 +7309,7 @@ dependencies = [
"beefy-primitives", "beefy-primitives",
"env_logger 0.9.0", "env_logger 0.9.0",
"frame-system-rpc-runtime-api", "frame-system-rpc-runtime-api",
"futures 0.3.21", "futures",
"hex-literal", "hex-literal",
"kusama-runtime", "kusama-runtime",
"kusama-runtime-constants", "kusama-runtime-constants",
@@ -7422,7 +7416,7 @@ dependencies = [
"arrayvec 0.5.2", "arrayvec 0.5.2",
"assert_matches", "assert_matches",
"fatality", "fatality",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"indexmap", "indexmap",
"parity-scale-codec", "parity-scale-codec",
@@ -7459,7 +7453,7 @@ dependencies = [
name = "polkadot-test-client" name = "polkadot-test-client"
version = "0.9.23" version = "0.9.23"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"parity-scale-codec", "parity-scale-codec",
"polkadot-node-subsystem", "polkadot-node-subsystem",
"polkadot-primitives", "polkadot-primitives",
@@ -7489,7 +7483,7 @@ dependencies = [
"async-trait", "async-trait",
"clap", "clap",
"color-eyre", "color-eyre",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"parity-util-mem", "parity-util-mem",
"polkadot-cli", "polkadot-cli",
@@ -7580,8 +7574,7 @@ version = "0.9.23"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-system", "frame-system",
"futures 0.1.31", "futures",
"futures 0.3.21",
"hex", "hex",
"pallet-balances", "pallet-balances",
"pallet-staking", "pallet-staking",
@@ -7764,7 +7757,7 @@ dependencies = [
"crossbeam-queue", "crossbeam-queue",
"derive_more", "derive_more",
"env_logger 0.9.0", "env_logger 0.9.0",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"log", "log",
"nanorand", "nanorand",
@@ -8468,7 +8461,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f54290e54521dac3de4149d83ddf9f62a359b3cc93bcb494a794a41e6f4744b" checksum = "6f54290e54521dac3de4149d83ddf9f62a359b3cc93bcb494a794a41e6f4744b"
dependencies = [ dependencies = [
"async-global-executor", "async-global-executor",
"futures 0.3.21", "futures",
"log", "log",
"netlink-packet-route", "netlink-packet-route",
"netlink-proto", "netlink-proto",
@@ -8562,7 +8555,7 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"pin-project 0.4.29", "pin-project 0.4.29",
"static_assertions", "static_assertions",
] ]
@@ -8608,7 +8601,7 @@ version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"ip_network", "ip_network",
"libp2p", "libp2p",
@@ -8634,7 +8627,7 @@ name = "sc-basic-authorship"
version = "0.10.0-dev" version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
@@ -8704,7 +8697,7 @@ dependencies = [
"chrono", "chrono",
"clap", "clap",
"fdlimit", "fdlimit",
"futures 0.3.21", "futures",
"hex", "hex",
"libp2p", "libp2p",
"log", "log",
@@ -8741,7 +8734,7 @@ version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"fnv", "fnv",
"futures 0.3.21", "futures",
"hash-db", "hash-db",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
@@ -8794,7 +8787,7 @@ version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"libp2p", "libp2p",
"log", "log",
@@ -8819,7 +8812,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015
dependencies = [ dependencies = [
"async-trait", "async-trait",
"fork-tree", "fork-tree",
"futures 0.3.21", "futures",
"log", "log",
"merlin", "merlin",
"num-bigint", "num-bigint",
@@ -8860,7 +8853,7 @@ name = "sc-consensus-babe-rpc"
version = "0.10.0-dev" version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"jsonrpsee", "jsonrpsee",
"sc-consensus-babe", "sc-consensus-babe",
"sc-consensus-epochs", "sc-consensus-epochs",
@@ -8896,7 +8889,7 @@ version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
@@ -9013,7 +9006,7 @@ dependencies = [
"dyn-clone", "dyn-clone",
"finality-grandpa", "finality-grandpa",
"fork-tree", "fork-tree",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"hex", "hex",
"log", "log",
@@ -9049,7 +9042,7 @@ version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"finality-grandpa", "finality-grandpa",
"futures 0.3.21", "futures",
"jsonrpsee", "jsonrpsee",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
@@ -9070,7 +9063,7 @@ version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"log", "log",
"parity-util-mem", "parity-util-mem",
@@ -9109,7 +9102,7 @@ dependencies = [
"either", "either",
"fnv", "fnv",
"fork-tree", "fork-tree",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"hex", "hex",
"ip_network", "ip_network",
@@ -9153,7 +9146,7 @@ name = "sc-network-common"
version = "0.10.0-dev" version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"libp2p", "libp2p",
"parity-scale-codec", "parity-scale-codec",
"prost-build", "prost-build",
@@ -9167,7 +9160,7 @@ version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"ahash", "ahash",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"libp2p", "libp2p",
"log", "log",
@@ -9183,7 +9176,7 @@ name = "sc-network-light"
version = "0.10.0-dev" version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"libp2p", "libp2p",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
@@ -9206,7 +9199,7 @@ dependencies = [
"bitflags", "bitflags",
"either", "either",
"fork-tree", "fork-tree",
"futures 0.3.21", "futures",
"libp2p", "libp2p",
"log", "log",
"lru 0.7.7", "lru 0.7.7",
@@ -9234,7 +9227,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015
dependencies = [ dependencies = [
"bytes", "bytes",
"fnv", "fnv",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"hex", "hex",
"hyper", "hyper",
@@ -9260,7 +9253,7 @@ name = "sc-peerset"
version = "4.0.0-dev" version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"libp2p", "libp2p",
"log", "log",
"sc-utils", "sc-utils",
@@ -9282,7 +9275,7 @@ name = "sc-rpc"
version = "4.0.0-dev" version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"hash-db", "hash-db",
"jsonrpsee", "jsonrpsee",
"log", "log",
@@ -9312,7 +9305,7 @@ name = "sc-rpc-api"
version = "0.10.0-dev" version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"jsonrpsee", "jsonrpsee",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
@@ -9335,7 +9328,7 @@ name = "sc-rpc-server"
version = "4.0.0-dev" version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"jsonrpsee", "jsonrpsee",
"log", "log",
"serde_json", "serde_json",
@@ -9351,7 +9344,7 @@ dependencies = [
"async-trait", "async-trait",
"directories", "directories",
"exit-future", "exit-future",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"hash-db", "hash-db",
"jsonrpsee", "jsonrpsee",
@@ -9446,7 +9439,7 @@ name = "sc-sysinfo"
version = "6.0.0-dev" version = "6.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"libc", "libc",
"log", "log",
"rand 0.7.3", "rand 0.7.3",
@@ -9466,7 +9459,7 @@ version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"chrono", "chrono",
"futures 0.3.21", "futures",
"libp2p", "libp2p",
"log", "log",
"parking_lot 0.12.0", "parking_lot 0.12.0",
@@ -9525,7 +9518,7 @@ name = "sc-transaction-pool"
version = "4.0.0-dev" version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"linked-hash-map", "linked-hash-map",
"log", "log",
@@ -9552,7 +9545,7 @@ name = "sc-transaction-pool-api"
version = "4.0.0-dev" version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"log", "log",
"serde", "serde",
"sp-blockchain", "sp-blockchain",
@@ -9565,7 +9558,7 @@ name = "sc-utils"
version = "4.0.0-dev" version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"lazy_static", "lazy_static",
"log", "log",
@@ -10020,7 +10013,7 @@ dependencies = [
"base64", "base64",
"bytes", "bytes",
"flate2", "flate2",
"futures 0.3.21", "futures",
"httparse", "httparse",
"log", "log",
"rand 0.8.5", "rand 0.8.5",
@@ -10126,7 +10119,7 @@ name = "sp-blockchain"
version = "4.0.0-dev" version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"log", "log",
"lru 0.7.7", "lru 0.7.7",
"parity-scale-codec", "parity-scale-codec",
@@ -10145,7 +10138,7 @@ version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
@@ -10219,7 +10212,7 @@ dependencies = [
"byteorder", "byteorder",
"dyn-clonable", "dyn-clonable",
"ed25519-dalek", "ed25519-dalek",
"futures 0.3.21", "futures",
"hash-db", "hash-db",
"hash256-std-hasher", "hash256-std-hasher",
"hex", "hex",
@@ -10346,7 +10339,7 @@ name = "sp-io"
version = "6.0.0" version = "6.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"hash-db", "hash-db",
"libsecp256k1", "libsecp256k1",
"log", "log",
@@ -10383,7 +10376,7 @@ version = "0.12.0"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures",
"merlin", "merlin",
"parity-scale-codec", "parity-scale-codec",
"parking_lot 0.12.0", "parking_lot 0.12.0",
@@ -10917,7 +10910,7 @@ version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"frame-system-rpc-runtime-api", "frame-system-rpc-runtime-api",
"futures 0.3.21", "futures",
"jsonrpsee", "jsonrpsee",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
@@ -10972,7 +10965,7 @@ version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures",
"hex", "hex",
"parity-scale-codec", "parity-scale-codec",
"sc-client-api", "sc-client-api",
@@ -10997,7 +10990,7 @@ name = "substrate-test-utils"
version = "4.0.0-dev" version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2" source = "git+https://github.com/paritytech/substrate?branch=master#6a59cc341015fef7af028091345d9fb6a1040ac2"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"substrate-test-utils-derive", "substrate-test-utils-derive",
"tokio", "tokio",
] ]
@@ -11171,7 +11164,7 @@ name = "test-parachain-adder-collator"
version = "0.9.23" version = "0.9.23"
dependencies = [ dependencies = [
"clap", "clap",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
@@ -11218,7 +11211,7 @@ name = "test-parachain-undying-collator"
version = "0.9.23" version = "0.9.23"
dependencies = [ dependencies = [
"clap", "clap",
"futures 0.3.21", "futures",
"futures-timer", "futures-timer",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
@@ -12117,7 +12110,7 @@ version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"js-sys", "js-sys",
"parking_lot 0.11.2", "parking_lot 0.11.2",
"pin-utils", "pin-utils",
@@ -12696,7 +12689,7 @@ version = "0.9.23"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
"futures 0.3.21", "futures",
"pallet-xcm", "pallet-xcm",
"polkadot-test-client", "polkadot-test-client",
"polkadot-test-runtime", "polkadot-test-runtime",
@@ -12789,7 +12782,7 @@ version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c0608f53c1dc0bad505d03a34bbd49fbf2ad7b51eb036123e896365532745a1" checksum = "0c0608f53c1dc0bad505d03a34bbd49fbf2ad7b51eb036123e896365532745a1"
dependencies = [ dependencies = [
"futures 0.3.21", "futures",
"log", "log",
"nohash-hasher", "nohash-hasher",
"parking_lot 0.12.0", "parking_lot 0.12.0",
-1
View File
@@ -6,7 +6,6 @@ edition = "2021"
[dependencies] [dependencies]
futures = "0.3.21" futures = "0.3.21"
futures01 = { package = "futures", version = "0.1.29" }
hex = "0.4.3" hex = "0.4.3"
gum = { package = "tracing-gum", path = "../../gum" } gum = { package = "tracing-gum", path = "../../gum" }
rand = "0.8.5" rand = "0.8.5"