diff --git a/Cargo.lock b/Cargo.lock index 25b80ff70f09..f7a8b89be698 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,42 +187,6 @@ version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7deb0a829ca7bcfaf5da70b073a8d128619259a7be8216a355e23f00763059e5" -[[package]] -name = "async-macros" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421d59b24c1feea2496e409b3e0a8de23e5fc130a2ddc0b012e551f3b272bba" -dependencies = [ - "futures-core-preview", - "pin-utils", -] - -[[package]] -name = "async-std" -version = "0.99.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44501a9f7961bb539b67be0c428b3694e26557046a52759ca7eaf790030a64cc" -dependencies = [ - "async-macros", - "async-task", - "crossbeam-channel 0.3.9", - "crossbeam-deque", - "crossbeam-utils 0.6.6", - "futures-core", - "futures-io", - "futures-timer 1.0.3", - "kv-log-macro", - "log 0.4.8", - "memchr", - "mio", - "mio-uds", - "num_cpus", - "once_cell", - "pin-project-lite", - "pin-utils", - "slab", -] - [[package]] name = "async-std" version = "1.5.0" @@ -231,9 +195,9 @@ checksum = "538ecb01eb64eecd772087e5b6f7540cbc917f047727339a472dafed2185b267" dependencies = [ "async-task", "broadcaster", - "crossbeam-channel 0.4.2", + "crossbeam-channel", "crossbeam-deque", - "crossbeam-utils 0.7.2", + "crossbeam-utils", "futures-core", "futures-io", "futures-timer 2.0.2", @@ -784,22 +748,13 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "crossbeam-channel" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" -dependencies = [ - "crossbeam-utils 0.6.6", -] - [[package]] name = "crossbeam-channel" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061" dependencies = [ - "crossbeam-utils 0.7.2", + "crossbeam-utils", "maybe-uninit", ] @@ -810,7 +765,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" dependencies = [ "crossbeam-epoch", - "crossbeam-utils 0.7.2", + "crossbeam-utils", "maybe-uninit", ] @@ -822,7 +777,7 @@ checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" dependencies = [ "autocfg 1.0.0", "cfg-if", - "crossbeam-utils 0.7.2", + "crossbeam-utils", "lazy_static", "maybe-uninit", "memoffset", @@ -836,17 +791,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" dependencies = [ "cfg-if", - "crossbeam-utils 0.7.2", -] - -[[package]] -name = "crossbeam-utils" -version = "0.6.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" -dependencies = [ - "cfg-if", - "lazy_static", + "crossbeam-utils", ] [[package]] @@ -1504,12 +1449,6 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399" -[[package]] -name = "futures-core-preview" -version = "0.3.0-alpha.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b35b6263fb1ef523c3056565fa67b1d16f0a8604ff12b11b08c25f28a734c60a" - [[package]] name = "futures-cpupool" version = "0.1.8" @@ -1581,16 +1520,6 @@ dependencies = [ "once_cell", ] -[[package]] -name = "futures-timer" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7946248e9429ff093345d3e8fdf4eb0f9b2d79091611c9c14f744971a6f8be45" -dependencies = [ - "futures-core-preview", - "pin-utils", -] - [[package]] name = "futures-timer" version = "2.0.2" @@ -2303,7 +2232,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.8.2" +version = "0.8.3" dependencies = [ "bitvec", "frame-benchmarking", @@ -2634,7 +2563,7 @@ version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51b00163d13f705aae67c427bea0575f8aaf63da6524f9bd4a5a093b8bda0b38" dependencies = [ - "async-std 0.99.12", + "async-std", "data-encoding", "dns-parser", "either", @@ -2753,7 +2682,7 @@ version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "309f95fce9bec755eff5406f8b822fd3969990830c2b54f752e1fc181d5ace3e" dependencies = [ - "async-std 0.99.12", + "async-std", "futures 0.3.5", "futures-timer 3.0.2", "get_if_addrs", @@ -4144,7 +4073,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e" [[package]] name = "polkadot" -version = "0.8.2" +version = "0.8.3" dependencies = [ "assert_cmd", "futures 0.3.5", @@ -4157,7 +4086,7 @@ dependencies = [ [[package]] name = "polkadot-availability-store" -version = "0.8.2" +version = "0.8.3" dependencies = [ "derive_more 0.99.7", "exit-future", @@ -4183,7 +4112,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.8.2" +version = "0.8.3" dependencies = [ "frame-benchmarking-cli", "futures 0.3.5", @@ -4207,7 +4136,7 @@ dependencies = [ [[package]] name = "polkadot-collator" -version = "0.8.2" +version = "0.8.3" dependencies = [ "futures 0.3.5", "futures-timer 2.0.2", @@ -4234,7 +4163,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.8.2" +version = "0.8.3" dependencies = [ "derive_more 0.15.0", "parity-scale-codec", @@ -4246,7 +4175,7 @@ dependencies = [ [[package]] name = "polkadot-network" -version = "0.8.2" +version = "0.8.3" dependencies = [ "arrayvec 0.4.12", "bytes 0.5.4", @@ -4274,7 +4203,7 @@ dependencies = [ [[package]] name = "polkadot-network-test" -version = "0.8.2" +version = "0.8.3" dependencies = [ "futures 0.3.5", "log 0.4.8", @@ -4295,7 +4224,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.8.2" +version = "0.8.3" dependencies = [ "derive_more 0.99.7", "log 0.4.8", @@ -4314,7 +4243,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.8.2" +version = "0.8.3" dependencies = [ "bitvec", "frame-system", @@ -4336,7 +4265,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.8.2" +version = "0.8.3" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", @@ -4361,7 +4290,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.8.2" +version = "0.8.3" dependencies = [ "bitvec", "frame-benchmarking", @@ -4433,7 +4362,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.8.2" +version = "0.8.3" dependencies = [ "bitvec", "frame-benchmarking", @@ -4476,7 +4405,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.8.2" +version = "0.8.3" dependencies = [ "env_logger", "frame-benchmarking", @@ -4535,7 +4464,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.8.2" +version = "0.8.3" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -4544,7 +4473,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.8.2" +version = "0.8.3" dependencies = [ "bitvec", "frame-executive", @@ -4621,7 +4550,7 @@ dependencies = [ [[package]] name = "polkadot-validation" -version = "0.8.2" +version = "0.8.3" dependencies = [ "bitvec", "derive_more 0.14.1", @@ -5139,7 +5068,7 @@ checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" dependencies = [ "crossbeam-deque", "crossbeam-queue", - "crossbeam-utils 0.7.2", + "crossbeam-utils", "lazy_static", "num_cpus", ] @@ -5299,7 +5228,7 @@ dependencies = [ "base64 0.11.0", "blake2b_simd", "constant_time_eq", - "crossbeam-utils 0.7.2", + "crossbeam-utils", ] [[package]] @@ -7345,7 +7274,7 @@ name = "substrate-prometheus-endpoint" version = "0.8.0-rc2" source = "git+https://github.com/paritytech/substrate#df59acf4e8aaad672fc40146a1001d0177cb8ed3" dependencies = [ - "async-std 1.5.0", + "async-std", "derive_more 0.99.7", "futures-util", "hyper 0.13.5", @@ -7664,7 +7593,7 @@ dependencies = [ [[package]] name = "test-parachain-adder" -version = "0.8.2" +version = "0.8.3" dependencies = [ "dlmalloc", "parity-scale-codec", @@ -7703,7 +7632,7 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.8.2" +version = "0.8.3" dependencies = [ "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -7906,7 +7835,7 @@ version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671" dependencies = [ - "crossbeam-utils 0.7.2", + "crossbeam-utils", "futures 0.1.29", ] @@ -7938,7 +7867,7 @@ version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" dependencies = [ - "crossbeam-utils 0.7.2", + "crossbeam-utils", "futures 0.1.29", "lazy_static", "log 0.4.8", @@ -7995,7 +7924,7 @@ checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89" dependencies = [ "crossbeam-deque", "crossbeam-queue", - "crossbeam-utils 0.7.2", + "crossbeam-utils", "futures 0.1.29", "lazy_static", "log 0.4.8", @@ -8010,7 +7939,7 @@ version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296" dependencies = [ - "crossbeam-utils 0.7.2", + "crossbeam-utils", "futures 0.1.29", "slab", "tokio-executor", @@ -8558,7 +8487,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.8.2" +version = "0.8.3" dependencies = [ "bitvec", "frame-benchmarking", diff --git a/Cargo.toml b/Cargo.toml index 435a1b7fc2ed..ddd376229bf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "polkadot" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] edition = "2018" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index 8d838a38e920..71af1a1c0d12 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-availability-store" description = "Persistent database for parachain data" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] edition = "2018" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8b595244061b..7b0eca6ca068 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] description = "Polkadot Relay-chain Client Node" edition = "2018" diff --git a/collator/Cargo.toml b/collator/Cargo.toml index f446bde12019..2e121ddfd351 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] description = "Collator node implementation" edition = "2018" diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index f50b3fdf08e2..956d3448e74f 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] edition = "2018" diff --git a/network/Cargo.toml b/network/Cargo.toml index 35456f3365e7..717d0b1b5e2e 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] description = "Polkadot-specific networking protocol" edition = "2018" diff --git a/network/test/Cargo.toml b/network/test/Cargo.toml index b222eee462d9..d49023c1a3f9 100644 --- a/network/test/Cargo.toml +++ b/network/test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network-test" -version = "0.8.2" +version = "0.8.3" license = "GPL-3.0" authors = ["Parity Technologies "] edition = "2018" diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 39ff0589d730..0924b994e548 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" edition = "2018" diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index a75f369631d6..33d3a10fedc0 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] description = "Test parachain which adds to a number as its state transition" edition = "2018" diff --git a/parachain/test-parachains/halt/Cargo.toml b/parachain/test-parachains/halt/Cargo.toml index caca58d22ab9..87d074bb337b 100644 --- a/parachain/test-parachains/halt/Cargo.toml +++ b/parachain/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-halt" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 2bfc34babfdb..144e1a31ec9e 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] edition = "2018" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 3cb1e55d785b..e8b3d68ae8ca 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] edition = "2018" diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 61a18064ff9a..3730077bb546 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] edition = "2018" diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 899ff208bed0..ed18fbc55002 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index e1668a5624f4..ed873875e9b4 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index 2432dc6781a6..c0cd0b6f7d33 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-runtime" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 38dbbfffbe19..65fdaf436c3e 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/service/Cargo.toml b/service/Cargo.toml index 3032dd7fca80..5d7cb2a54b98 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] edition = "2018" diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index bd5978f6183b..bf2f8cedb5be 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] edition = "2018" diff --git a/validation/Cargo.toml b/validation/Cargo.toml index c4b60488438a..2cee406f8eea 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-validation" -version = "0.8.2" +version = "0.8.3" authors = ["Parity Technologies "] edition = "2018"