--- a/Cargo.lock +++ b/Cargo.lock @@ -18,16 +18,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a" dependencies = [ - "gimli 0.24.0", -] - -[[package]] -name = "addr2line" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd" -dependencies = [ - "gimli 0.25.0", + "gimli", ] [[package]] @@ -66,7 +57,7 @@ "aes", "block-cipher", "ghash", - "subtle 2.4.1", + "subtle 2.4.0", ] [[package]] @@ -97,17 +88,6 @@ checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" [[package]] -name = "ahash" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98" -dependencies = [ - "getrandom 0.2.3", - "once_cell", - "version_check", -] - -[[package]] name = "aho-corasick" version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -142,9 +122,18 @@ [[package]] name = "anyhow" -version = "1.0.42" +version = "1.0.41" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" + +[[package]] +name = "approx" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486" +checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278" +dependencies = [ + "num-traits", +] [[package]] name = "approx" @@ -247,11 +236,12 @@ [[package]] name = "async-io" -version = "1.6.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b" +checksum = "4bbfd5cf2794b1e908ea8457e6c45f8f8f1f6ec5f74617bf4662623f47503c3b" dependencies = [ "concurrent-queue", + "fastrand", "futures-lite", "libc", "log", @@ -322,7 +312,7 @@ "memchr", "num_cpus", "once_cell", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.6", "pin-utils", "slab", "wasm-bindgen-futures", @@ -369,7 +359,7 @@ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.6", ] [[package]] @@ -382,7 +372,7 @@ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.6", ] [[package]] @@ -419,16 +409,16 @@ [[package]] name = "backtrace" -version = "0.3.61" +version = "0.3.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01" +checksum = "b7815ea54e4d821e791162e078acbebfd6d8c8939cd559c9335dceb1c8ca7282" dependencies = [ - "addr2line 0.16.0", + "addr2line", "cc", "cfg-if 1.0.0", "libc", "miniz_oxide", - "object 0.26.0", + "object 0.25.3", "rustc-demangle", ] @@ -458,9 +448,9 @@ [[package]] name = "beef" -version = "0.5.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736" +checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409" dependencies = [ "serde", ] @@ -471,7 +461,7 @@ source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.8#55ae3329847e0bbde51c9d45991d99f444777555" dependencies = [ "beefy-primitives", - "futures 0.3.16", + "futures 0.3.15", "hex", "log", "parity-scale-codec", @@ -500,7 +490,7 @@ dependencies = [ "beefy-gadget", "beefy-primitives", - "futures 0.3.16", + "futures 0.3.15", "jsonrpc-core 15.1.0", "jsonrpc-core-client 15.1.0", "jsonrpc-derive 15.1.0", @@ -538,9 +528,9 @@ [[package]] name = "bindgen" -version = "0.59.1" +version = "0.57.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "453c49e5950bb0eb63bb3df640e31618846c89d5b7faa54040d76e98e0134375" +checksum = "fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d" dependencies = [ "bitflags", "cexpr", @@ -560,18 +550,6 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" - -[[package]] -name = "bitvec" -version = "0.19.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321" -dependencies = [ - "funty", - "radium 0.5.3", - "tap", - "wyz", -] [[package]] name = "bitvec" @@ -580,7 +558,7 @@ checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848" dependencies = [ "funty", - "radium 0.6.2", + "radium", "tap", "wyz", ] @@ -782,9 +760,9 @@ [[package]] name = "camino" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4648c6d00a709aa069a236adcaae4f605a6241c72bf5bee79331a4b625921a9" +checksum = "52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b" dependencies = [ "serde", ] @@ -827,18 +805,18 @@ [[package]] name = "cc" -version = "1.0.69" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2" +checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787" dependencies = [ "jobserver", ] [[package]] name = "cexpr" -version = "0.5.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db507a7679252d2276ed0dd8113c6875ec56d3089f9225b2b42c30cc1f8e5c89" +checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27" dependencies = [ "nom", ] @@ -1016,18 +994,19 @@ [[package]] name = "cpp_demangle" -version = "0.3.3" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ea47428dc9d2237f3c6bc134472edfd63ebba0af932e783506dcfd66f10d18a" +checksum = "44919ecaf6f99e8e737bc239408931c9a01e9a6c74814fee8242dd2506b65390" dependencies = [ "cfg-if 1.0.0", + "glob", ] [[package]] name = "cpufeatures" -version = "0.1.5" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef" +checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8" dependencies = [ "libc", ] @@ -1057,7 +1036,7 @@ "cranelift-codegen-meta", "cranelift-codegen-shared", "cranelift-entity", - "gimli 0.24.0", + "gimli", "log", "regalloc", "serde", @@ -1256,7 +1235,7 @@ checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ "generic-array 0.14.4", - "subtle 2.4.1", + "subtle 2.4.0", ] [[package]] @@ -1307,7 +1286,7 @@ "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-primitives-core", - "futures 0.3.16", + "futures 0.3.15", "parity-scale-codec", "parking_lot 0.10.2", "polkadot-node-primitives", @@ -1331,7 +1310,7 @@ "async-trait", "cumulus-client-consensus-common", "cumulus-primitives-core", - "futures 0.3.16", + "futures 0.3.15", "parity-scale-codec", "parking_lot 0.10.2", "polkadot-client", @@ -1360,7 +1339,7 @@ dependencies = [ "async-trait", "dyn-clone", - "futures 0.3.16", + "futures 0.3.15", "parity-scale-codec", "polkadot-primitives", "polkadot-runtime", @@ -1383,7 +1362,7 @@ source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0" dependencies = [ "derive_more", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "parity-scale-codec", "parking_lot 0.10.2", @@ -1407,7 +1386,7 @@ source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0" dependencies = [ "cumulus-primitives-core", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "parity-scale-codec", "polkadot-node-primitives", @@ -1644,14 +1623,14 @@ [[package]] name = "curve25519-dalek" -version = "2.1.3" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216" +checksum = "434e1720189a637d44fe464f4df1e6eb900b4835255b14354497c78af37d9bb8" dependencies = [ "byteorder", "digest 0.8.1", "rand_core 0.5.1", - "subtle 2.4.1", + "subtle 2.4.0", "zeroize", ] @@ -1664,7 +1643,7 @@ "byteorder", "digest 0.9.0", "rand_core 0.5.1", - "subtle 2.4.1", + "subtle 2.4.0", "zeroize", ] @@ -1742,14 +1721,13 @@ [[package]] name = "derive_more" -version = "0.99.16" +version = "0.99.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df" +checksum = "5cc7b9cef1e351660e5443924e4f43ab25fbbed3e9a5f052df3677deb4d6b320" dependencies = [ "convert_case", "proc-macro2", "quote", - "rustc_version 0.3.3", "syn", ] @@ -1857,9 +1835,9 @@ [[package]] name = "ed25519" -version = "1.2.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc" +checksum = "8d0860415b12243916284c67a9be413e044ee6668247b99ba26d94b2bc06c8f6" dependencies = [ "signature", ] @@ -1961,9 +1939,9 @@ [[package]] name = "erased-serde" -version = "0.3.16" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3de9ad4541d99dc22b59134e7ff8dc3d6c988c89ecd7324bf10a8362b07a2afa" +checksum = "e5b36e6f2295f393f44894c6031f67df4d185b984cd54d08f768ce678007efcd" dependencies = [ "serde", ] @@ -2125,7 +2103,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", ] [[package]] @@ -2164,9 +2142,9 @@ [[package]] name = "fastrand" -version = "1.5.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e" +checksum = "77b705829d1e87f762c2df6da140b26af5839e1033aa84aa5f56bb688e4e1bdb" dependencies = [ "instant", ] @@ -2181,7 +2159,7 @@ "fc-db", "fp-consensus", "fp-rpc", - "futures 0.3.16", + "futures 0.3.15", "log", "parity-scale-codec", "sc-client-api", @@ -2219,7 +2197,7 @@ "fc-db", "fp-consensus", "fp-rpc", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "log", "sc-client-api", @@ -2243,7 +2221,7 @@ "fp-evm", "fp-rpc", "fp-storage", - "futures 0.3.16", + "futures 0.3.15", "jsonrpc-core 15.1.0", "jsonrpc-core-client 14.2.0", "jsonrpc-derive 14.2.2", @@ -2310,7 +2288,7 @@ checksum = "74a1bfdcc776e63e49f741c7ce6116fa1b887e8ac2e3ccb14dd4aa113e54feb9" dependencies = [ "either", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "log", "num-traits", @@ -2695,9 +2673,9 @@ [[package]] name = "futures" -version = "0.3.16" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b" +checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27" dependencies = [ "futures-channel", "futures-core", @@ -2710,9 +2688,9 @@ [[package]] name = "futures-channel" -version = "0.3.16" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9" +checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2" dependencies = [ "futures-core", "futures-sink", @@ -2720,9 +2698,9 @@ [[package]] name = "futures-core" -version = "0.3.16" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99" +checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1" [[package]] name = "futures-cpupool" @@ -2736,9 +2714,9 @@ [[package]] name = "futures-executor" -version = "0.3.16" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d0d535a57b87e1ae31437b892713aee90cd2d7b0ee48727cd11fc72ef54761c" +checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79" dependencies = [ "futures-core", "futures-task", @@ -2748,9 +2726,9 @@ [[package]] name = "futures-io" -version = "0.3.16" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b0e06c393068f3a6ef246c75cdca793d6a46347e75286933e5e75fd2fd11582" +checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1" [[package]] name = "futures-lite" @@ -2763,15 +2741,15 @@ "futures-io", "memchr", "parking", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.6", "waker-fn", ] [[package]] name = "futures-macro" -version = "0.3.16" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c54913bae956fb8df7f4dc6fc90362aa72e69148e3f39041fbe8742d21e0ac57" +checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121" dependencies = [ "autocfg", "proc-macro-hack", @@ -2793,15 +2771,15 @@ [[package]] name = "futures-sink" -version = "0.3.16" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0f30aaa67363d119812743aa5f33c201a7a66329f97d1a887022971feea4b53" +checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282" [[package]] name = "futures-task" -version = "0.3.16" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbe54a98670017f3be909561f6ad13e810d9a51f3f061b902062ca3da80799f2" +checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae" [[package]] name = "futures-timer" @@ -2817,9 +2795,9 @@ [[package]] name = "futures-util" -version = "0.3.16" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67eb846bfd58e44a8481a00049e82c43e0ccb5d61f8dc071057cb19249dd4d78" +checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967" dependencies = [ "autocfg", "futures 0.1.31", @@ -2830,7 +2808,7 @@ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.6", "pin-utils", "proc-macro-hack", "proc-macro-nested", @@ -2906,12 +2884,6 @@ ] [[package]] -name = "gimli" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7" - -[[package]] name = "glob" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2919,9 +2891,9 @@ [[package]] name = "globset" -version = "0.4.8" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd" +checksum = "f0fc1b9fa0e64ffb1aa5b95daa0f0f167734fd528b7c02eabc581d9d843649b1" dependencies = [ "aho-corasick", "bstr", @@ -3016,16 +2988,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" dependencies = [ - "ahash 0.4.7", -] - -[[package]] -name = "hashbrown" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" -dependencies = [ - "ahash 0.7.4", + "ahash", ] [[package]] @@ -3039,9 +3002,9 @@ [[package]] name = "hermit-abi" -version = "0.1.19" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" +checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" dependencies = [ "libc", ] @@ -3054,9 +3017,9 @@ [[package]] name = "hex-literal" -version = "0.3.3" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21e4590e13640f19f249fe3e4eca5113bc4289f2497710378190e7f4bd96f45b" +checksum = "5af1f635ef1bc545d78392b136bfe1c9809e029023c84a3638a864a10b8819c8" [[package]] name = "hex_fmt" @@ -3163,13 +3126,13 @@ [[package]] name = "http-body" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9" +checksum = "399c583b2979440c60be0821a6199eca73bc3c8dcd9d070d75ac726e2c6186e5" dependencies = [ "bytes 1.0.1", "http 0.2.4", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.6", ] [[package]] @@ -3222,7 +3185,7 @@ "itoa", "log", "net2", - "rustc_version 0.2.3", + "rustc_version", "time", "tokio 0.1.22", "tokio-buf", @@ -3251,7 +3214,7 @@ "httparse", "httpdate 0.3.2", "itoa", - "pin-project 1.0.8", + "pin-project 1.0.7", "socket2 0.3.19", "tokio 0.2.25", "tower-service", @@ -3270,11 +3233,11 @@ "futures-core", "futures-util", "http 0.2.4", - "http-body 0.4.2", + "http-body 0.4.3", "httparse", "httpdate 1.0.1", "itoa", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.6", "tokio 1.9.0", "tower-service", "tracing", @@ -3355,7 +3318,7 @@ checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179" dependencies = [ "async-io", - "futures 0.3.16", + "futures 0.3.15", "futures-lite", "if-addrs", "ipnet", @@ -3366,9 +3329,9 @@ [[package]] name = "impl-codec" -version = "0.5.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "161ebdfec3c8e3b52bf61c4f3550a1eea4f9579d10dc1b936f3171ebdcd6c443" +checksum = "df170efa359aebdd5cb7fe78edcc67107748e4737bdca8a8fb40d15ea7a877ed" dependencies = [ "parity-scale-codec", ] @@ -3404,20 +3367,20 @@ [[package]] name = "indexmap" -version = "1.7.0" +version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" +checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" dependencies = [ "autocfg", - "hashbrown 0.11.2", + "hashbrown", "serde", ] [[package]] name = "instant" -version = "0.1.10" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d" +checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" dependencies = [ "cfg-if 1.0.0", ] @@ -3443,7 +3406,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "futures-timer 2.0.2", ] @@ -3746,10 +3709,10 @@ dependencies = [ "async-trait", "fnv", - "futures 0.3.16", + "futures 0.3.15", "jsonrpsee-types", "log", - "pin-project 1.0.8", + "pin-project 1.0.7", "rustls 0.19.1", "rustls-native-certs 0.5.0", "serde", @@ -3846,9 +3809,9 @@ [[package]] name = "libc" -version = "0.2.98" +version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790" +checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6" [[package]] name = "libloading" @@ -3884,7 +3847,7 @@ dependencies = [ "atomic", "bytes 1.0.1", - "futures 0.3.16", + "futures 0.3.15", "lazy_static", "libp2p-core", "libp2p-deflate", @@ -3910,7 +3873,7 @@ "libp2p-yamux", "parity-multiaddr", "parking_lot 0.11.1", - "pin-project 1.0.8", + "pin-project 1.0.7", "smallvec 1.6.1", "wasm-timer", ] @@ -3926,7 +3889,7 @@ "ed25519-dalek", "either", "fnv", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "lazy_static", "libsecp256k1 0.3.5", @@ -3935,7 +3898,7 @@ "multistream-select", "parity-multiaddr", "parking_lot 0.11.1", - "pin-project 1.0.8", + "pin-project 1.0.7", "prost", "prost-build", "rand 0.7.3", @@ -3956,7 +3919,7 @@ checksum = "a2181a641cd15f9b6ba71b1335800f309012a0a97a29ffaabbbf40e9d3d58f08" dependencies = [ "flate2", - "futures 0.3.16", + "futures 0.3.15", "libp2p-core", ] @@ -3967,7 +3930,7 @@ checksum = "62e63dab8b5ff35e0c101a3e51e843ba782c07bbb1682f5fd827622e0d02b98b" dependencies = [ "async-std-resolver", - "futures 0.3.16", + "futures 0.3.15", "libp2p-core", "log", "smallvec 1.6.1", @@ -3982,7 +3945,7 @@ dependencies = [ "cuckoofilter", "fnv", - "futures 0.3.16", + "futures 0.3.15", "libp2p-core", "libp2p-swarm", "log", @@ -4003,7 +3966,7 @@ "byteorder", "bytes 1.0.1", "fnv", - "futures 0.3.16", + "futures 0.3.15", "hex_fmt", "libp2p-core", "libp2p-swarm", @@ -4024,7 +3987,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f668f00efd9883e8b7bcc582eaf0164615792608f886f6577da18bcbeea0a46" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "libp2p-core", "libp2p-swarm", "log", @@ -4045,7 +4008,7 @@ "bytes 1.0.1", "either", "fnv", - "futures 0.3.16", + "futures 0.3.15", "libp2p-core", "libp2p-swarm", "log", @@ -4069,7 +4032,7 @@ "async-io", "data-encoding", "dns-parser", - "futures 0.3.16", + "futures 0.3.15", "if-watch", "lazy_static", "libp2p-core", @@ -4089,7 +4052,7 @@ dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", - "futures 0.3.16", + "futures 0.3.15", "libp2p-core", "log", "nohash-hasher", @@ -4107,7 +4070,7 @@ dependencies = [ "bytes 1.0.1", "curve25519-dalek 3.1.0", - "futures 0.3.16", + "futures 0.3.15", "lazy_static", "libp2p-core", "log", @@ -4127,7 +4090,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf4bfaffac63bf3c7ec11ed9d8879d455966ddea7e78ee14737f0b6dce0d1cd1" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "libp2p-core", "libp2p-swarm", "log", @@ -4144,7 +4107,7 @@ dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", - "futures 0.3.16", + "futures 0.3.15", "libp2p-core", "log", "prost", @@ -4159,9 +4122,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "log", - "pin-project 1.0.8", + "pin-project 1.0.7", "rand 0.7.3", "salsa20", "sha3 0.9.1", @@ -4175,12 +4138,12 @@ dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "libp2p-core", "libp2p-swarm", "log", - "pin-project 1.0.8", + "pin-project 1.0.7", "prost", "prost-build", "rand 0.7.3", @@ -4198,7 +4161,7 @@ dependencies = [ "async-trait", "bytes 1.0.1", - "futures 0.3.16", + "futures 0.3.15", "libp2p-core", "libp2p-swarm", "log", @@ -4217,7 +4180,7 @@ checksum = "1e04d8e1eef675029ec728ba14e8d0da7975d84b6679b699b4ae91a1de9c3a92" dependencies = [ "either", - "futures 0.3.16", + "futures 0.3.15", "libp2p-core", "log", "rand 0.7.3", @@ -4243,7 +4206,7 @@ checksum = "2b1a27d21c477951799e99d5c105d78868258502ce092988040a808d5a19bbd9" dependencies = [ "async-io", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "if-watch", "ipnet", @@ -4260,7 +4223,7 @@ checksum = "ffd6564bb3b7ff203661ccbb69003c2b551e34cef974f2d6c6a28306a12170b5" dependencies = [ "async-std", - "futures 0.3.16", + "futures 0.3.15", "libp2p-core", "log", ] @@ -4271,7 +4234,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2d413e4cf9b8e5dfbcd2a60d3dc5a3391308bdb463684093d4f67137b7113de" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "js-sys", "libp2p-core", "parity-send-wrapper", @@ -4286,7 +4249,7 @@ checksum = "cace60995ef6f637e4752cccbb2590f6bc358e8741a0d066307636c69a4b3a74" dependencies = [ "either", - "futures 0.3.16", + "futures 0.3.15", "futures-rustls", "libp2p-core", "log", @@ -4303,7 +4266,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f35da42cfc6d5cb0dcf3ad6881bc68d146cdf38f98655e09e33fbba4d13eabc4" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "libp2p-core", "parking_lot 0.11.1", "thiserror", @@ -4312,9 +4275,9 @@ [[package]] name = "librocksdb-sys" -version = "6.20.3" +version = "6.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c309a9d2470844aceb9a4a098cf5286154d20596868b75a6b36357d2bb9ca25d" +checksum = "5da125e1c0f22c7cae785982115523a0738728498547f415c9054cb17c7e89f9" dependencies = [ "bindgen", "cc", @@ -4334,7 +4297,7 @@ "hmac-drbg 0.2.0", "rand 0.7.3", "sha2 0.8.2", - "subtle 2.4.1", + "subtle 2.4.0", "typenum", ] @@ -4365,7 +4328,7 @@ dependencies = [ "crunchy", "digest 0.9.0", - "subtle 2.4.1", + "subtle 2.4.0", ] [[package]] @@ -4414,11 +4377,11 @@ [[package]] name = "linregress" -version = "0.4.3" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e6e407dadb4ca4b31bc69c27aff00e7ca4534fdcee855159b039a7cebb5f395" +checksum = "b1ff7f341d23e1275eec0656a9a07225fcc86216c4322392868adffe59023d1a" dependencies = [ - "nalgebra", + "nalgebra 0.27.1", "statrs", ] @@ -4456,7 +4419,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba" dependencies = [ - "hashbrown 0.9.1", + "hashbrown", ] [[package]] @@ -4581,7 +4544,7 @@ checksum = "814bbecfc0451fc314eeea34f05bbcd5b98a7ad7af37faee088b86a1e633f1d4" dependencies = [ "hash-db", - "hashbrown 0.9.1", + "hashbrown", "parity-util-mem", ] @@ -4618,7 +4581,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ "derive_more", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", ] @@ -4628,7 +4591,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "rand 0.7.3", "thrift", ] @@ -4644,9 +4607,9 @@ [[package]] name = "minicbor-derive" -version = "0.6.4" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54999f917cd092b13904737e26631aa2b2b88d625db68e4bab461dcd8006c788" +checksum = "7f2b9e8883d58e34b18facd16c4564a77ea50fce028ad3d0ee6753440e37acc8" dependencies = [ "proc-macro2", "quote", @@ -4799,28 +4762,43 @@ checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8" dependencies = [ "bytes 1.0.1", - "futures 0.3.16", + "futures 0.3.15", "log", - "pin-project 1.0.8", + "pin-project 1.0.7", "smallvec 1.6.1", "unsigned-varint 0.7.0", ] [[package]] name = "nalgebra" +version = "0.26.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "476d1d59fe02fe54c86356e91650cd892f392782a1cb9fc524ec84f7aa9e1d06" +dependencies = [ + "approx 0.4.0", + "matrixmultiply", + "num-complex 0.3.1", + "num-rational 0.3.2", + "num-traits", + "rand 0.8.4", + "rand_distr", + "simba 0.4.0", + "typenum", +] + +[[package]] +name = "nalgebra" version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120" dependencies = [ - "approx", + "approx 0.5.0", "matrixmultiply", "nalgebra-macros", - "num-complex", + "num-complex 0.4.0", "num-rational 0.4.0", "num-traits", - "rand 0.8.4", - "rand_distr", - "simba", + "simba 0.5.1", "typenum", ] @@ -4876,7 +4854,7 @@ "fp-rpc", "frame-benchmarking", "frame-benchmarking-cli", - "futures 0.3.16", + "futures 0.3.15", "jsonrpc-core 15.1.0", "jsonrpc-pubsub 15.1.0", "log", @@ -4955,7 +4933,7 @@ "fc-rpc", "fc-rpc-core", "fp-rpc", - "futures 0.3.16", + "futures 0.3.15", "jsonrpc-core 15.1.0", "jsonrpc-pubsub 15.1.0", "nft-runtime", @@ -5071,12 +5049,10 @@ [[package]] name = "nom" -version = "6.1.2" +version = "5.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2" +checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af" dependencies = [ - "bitvec 0.19.5", - "funty", "memchr", "version_check", ] @@ -5094,6 +5070,15 @@ [[package]] name = "num-complex" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "747d632c0c558b87dbabbe6a82f3b4ae03720d0646ac5b7b4dae89394be5f2c5" +dependencies = [ + "num-traits", +] + +[[package]] +name = "num-complex" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085" @@ -5125,6 +5110,17 @@ [[package]] name = "num-rational" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07" +dependencies = [ + "autocfg", + "num-integer", + "num-traits", +] + +[[package]] +name = "num-rational" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a" @@ -5166,9 +5162,9 @@ [[package]] name = "object" -version = "0.26.0" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c55827317fb4c08822499848a14237d2874d6f139828893017237e7ab93eb386" +checksum = "a38f2be3697a57b4060074ff41b44c16870d916ad7877c17696e063257482bc7" dependencies = [ "memchr", ] @@ -6129,23 +6125,22 @@ [[package]] name = "parity-scale-codec" -version = "2.2.0" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8975095a2a03bbbdc70a74ab11a4f76a6d0b84680d87c68d722531b0ac28e8a9" +checksum = "b310f220c335f9df1b3d2e9fbe3890bbfeef5030dad771620f48c5c229877cd3" dependencies = [ "arrayvec 0.7.1", - "bitvec 0.20.4", + "bitvec", "byte-slice-cast", - "impl-trait-for-tuples", "parity-scale-codec-derive", "serde", ] [[package]] name = "parity-scale-codec-derive" -version = "2.2.0" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40dbbfef7f0a1143c5b06e0d76a6278e25dac0bc1af4be51a0fbb73f07e7ad09" +checksum = "81038e13ca2c32587201d544ea2e6b6c47120f1e4eae04478f9f60b6bcb89145" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -6186,7 +6181,7 @@ dependencies = [ "cfg-if 1.0.0", "ethereum-types", - "hashbrown 0.9.1", + "hashbrown", "impl-trait-for-tuples", "lru", "parity-util-mem-derive", @@ -6224,9 +6219,9 @@ [[package]] name = "parity-ws" -version = "0.10.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322d72dfe461b8b9e367d057ceace105379d64d5b03907d23c481ccf3fbf8aa4" +checksum = "9e02a625dd75084c2a7024f07c575b61b782f729d18702dabb3cdbf31911dc61" dependencies = [ "byteorder", "bytes 0.4.12", @@ -6254,7 +6249,7 @@ dependencies = [ "lock_api 0.3.4", "parking_lot_core 0.6.2", - "rustc_version 0.2.3", + "rustc_version", ] [[package]] @@ -6288,7 +6283,7 @@ "cloudabi", "libc", "redox_syscall 0.1.57", - "rustc_version 0.2.3", + "rustc_version", "smallvec 0.6.14", "winapi 0.3.9", ] @@ -6434,11 +6429,11 @@ [[package]] name = "pin-project" -version = "1.0.8" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08" +checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4" dependencies = [ - "pin-project-internal 1.0.8", + "pin-project-internal 1.0.7", ] [[package]] @@ -6454,9 +6449,9 @@ [[package]] name = "pin-project-internal" -version = "1.0.8" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389" +checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f" dependencies = [ "proc-macro2", "quote", @@ -6471,9 +6466,9 @@ [[package]] name = "pin-project-lite" -version = "0.2.7" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443" +checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905" [[package]] name = "pin-utils" @@ -6498,7 +6493,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -6512,7 +6507,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -6525,7 +6520,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "lru", "parity-scale-codec", "polkadot-erasure-coding", @@ -6548,7 +6543,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "lru", "parity-scale-codec", "polkadot-erasure-coding", @@ -6568,7 +6563,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ "frame-benchmarking-cli", - "futures 0.3.16", + "futures 0.3.15", "log", "polkadot-node-core-pvf", "polkadot-service", @@ -6617,7 +6612,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ "always-assert", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -6662,7 +6657,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -6681,7 +6676,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ "async-trait", - "futures 0.3.16", + "futures 0.3.15", "parity-scale-codec", "parking_lot 0.11.1", "polkadot-node-network-protocol", @@ -6700,7 +6695,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-primitives", @@ -6718,9 +6713,9 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "bitvec 0.20.4", + "bitvec", "derive_more", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "kvdb", "lru", @@ -6748,8 +6743,8 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "bitvec 0.20.4", - "futures 0.3.16", + "bitvec", + "futures 0.3.15", "futures-timer 3.0.2", "kvdb", "parity-scale-codec", @@ -6768,8 +6763,8 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "bitvec 0.20.4", - "futures 0.3.16", + "bitvec", + "futures 0.3.15", "polkadot-erasure-coding", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -6786,7 +6781,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", @@ -6802,7 +6797,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ "async-trait", - "futures 0.3.16", + "futures 0.3.15", "parity-scale-codec", "polkadot-node-core-pvf", "polkadot-node-primitives", @@ -6819,7 +6814,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", @@ -6835,7 +6830,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ "async-trait", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "polkadot-node-subsystem", "polkadot-overseer", @@ -6852,8 +6847,8 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "bitvec 0.20.4", - "futures 0.3.16", + "bitvec", + "futures 0.3.15", "futures-timer 3.0.2", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -6871,11 +6866,11 @@ "assert_matches", "async-process", "async-std", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "libc", "parity-scale-codec", - "pin-project 1.0.8", + "pin-project 1.0.7", "polkadot-core-primitives", "polkadot-parachain", "rand 0.8.4", @@ -6896,7 +6891,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "memory-lru", "parity-util-mem", "polkadot-node-subsystem", @@ -6932,7 +6927,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", @@ -6947,7 +6942,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "parity-scale-codec", "polkadot-parachain", "polkadot-primitives", @@ -6973,14 +6968,14 @@ "async-std", "async-trait", "derive_more", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "lazy_static", "log", "mick-jaeger", "parity-scale-codec", "parking_lot 0.11.1", - "pin-project 1.0.8", + "pin-project 1.0.7", "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -7001,13 +6996,13 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ "async-trait", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "itertools 0.10.1", "lru", "metered-channel", "parity-scale-codec", - "pin-project 1.0.8", + "pin-project 1.0.7", "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -7029,7 +7024,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ "async-trait", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "lru", "polkadot-node-primitives", @@ -7062,7 +7057,7 @@ version = "0.9.8" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "bitvec 0.20.4", + "bitvec", "frame-system", "hex-literal", "parity-scale-codec", @@ -7148,7 +7143,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ "beefy-primitives", - "bitvec 0.20.4", + "bitvec", "frame-election-provider-support", "frame-executive", "frame-support", @@ -7219,7 +7214,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ "beefy-primitives", - "bitvec 0.20.4", + "bitvec", "frame-support", "frame-system", "impl-trait-for-tuples", @@ -7261,7 +7256,7 @@ version = "0.9.8" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ - "bitvec 0.20.4", + "bitvec", "derive_more", "frame-support", "frame-system", @@ -7302,7 +7297,7 @@ "beefy-gadget", "beefy-primitives", "frame-system-rpc-runtime-api", - "futures 0.3.16", + "futures 0.3.15", "hex-literal", "kvdb", "kvdb-rocksdb", @@ -7388,7 +7383,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ "arrayvec 0.5.2", - "futures 0.3.16", + "futures 0.3.15", "indexmap", "parity-scale-codec", "polkadot-node-network-protocol", @@ -7419,7 +7414,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce" dependencies = [ "beefy-primitives", - "bitvec 0.20.4", + "bitvec", "frame-election-provider-support", "frame-executive", "frame-support", @@ -7477,7 +7472,7 @@ "frame-benchmarking", "frame-system", "futures 0.1.31", - "futures 0.3.16", + "futures 0.3.15", "hex", "pallet-balances", "pallet-staking", @@ -7563,9 +7558,9 @@ [[package]] name = "primitive-types" -version = "0.9.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06345ee39fbccfb06ab45f3a1a5798d9dafa04cb8921a76d227040003a234b0e" +checksum = "2415937401cb030a2a0a4d922483f945fa068f52a7dbb22ce0fe5f2b6f6adace" dependencies = [ "fixed-hash", "impl-codec", @@ -7631,9 +7626,9 @@ [[package]] name = "proc-macro2" -version = "1.0.28" +version = "1.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612" +checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038" dependencies = [ "unicode-xid", ] @@ -7705,9 +7700,9 @@ [[package]] name = "psm" -version = "0.1.14" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14ce37fa8c0428a37307d163292add09b3aedc003472e6b3622486878404191d" +checksum = "21ff0279b4a85e576b97e4a21d13e437ebcd56612706cde5d3f0d5c9399490c0" dependencies = [ "cc", ] @@ -7754,12 +7749,6 @@ dependencies = [ "proc-macro2", ] - -[[package]] -name = "radium" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8" [[package]] name = "radium" @@ -8155,9 +8144,9 @@ [[package]] name = "rustc-demangle" -version = "0.1.20" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dead70b0b5e03e9c814bcb6b01e03e68f7c57a80aa48c72ec92152ab3e818d49" +checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce" [[package]] name = "rustc-hash" @@ -8178,15 +8167,6 @@ checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" dependencies = [ "semver 0.9.0", -] - -[[package]] -name = "rustc_version" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" -dependencies = [ - "semver 0.11.0", ] [[package]] @@ -8241,9 +8221,9 @@ [[package]] name = "ruzstd" -version = "0.2.4" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cada0ef59efa6a5f4dc5e491f93d9f31e3fc7758df421ff1de8a706338e1100" +checksum = "3d425143485a37727c7a46e689bbe3b883a00f42b4a52c4ac0f44855c1009b00" dependencies = [ "byteorder", "twox-hash", @@ -8255,7 +8235,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "pin-project 0.4.28", "static_assertions", ] @@ -8272,7 +8252,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c" dependencies = [ - "rustc_version 0.2.3", + "rustc_version", ] [[package]] @@ -8313,7 +8293,7 @@ "async-trait", "derive_more", "either", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "ip_network", "libp2p", @@ -8339,7 +8319,7 @@ version = "0.9.0" source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "log", "parity-scale-codec", @@ -8411,7 +8391,7 @@ dependencies = [ "chrono", "fdlimit", - "futures 0.3.16", + "futures 0.3.15", "hex", "libp2p", "log", @@ -8449,7 +8429,7 @@ dependencies = [ "derive_more", "fnv", - "futures 0.3.16", + "futures 0.3.15", "hash-db", "kvdb", "lazy_static", @@ -8526,7 +8506,7 @@ dependencies = [ "async-trait", "derive_more", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "log", "parity-scale-codec", @@ -8558,7 +8538,7 @@ "async-trait", "derive_more", "fork-tree", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "log", "merlin", @@ -8602,7 +8582,7 @@ source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ "derive_more", - "futures 0.3.16", + "futures 0.3.15", "jsonrpc-core 15.1.0", "jsonrpc-core-client 15.1.0", "jsonrpc-derive 15.1.0", @@ -8639,7 +8619,7 @@ source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ "async-trait", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "impl-trait-for-tuples", "log", @@ -8762,13 +8742,13 @@ "dyn-clone", "finality-grandpa", "fork-tree", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "linked-hash-map", "log", "parity-scale-codec", "parking_lot 0.11.1", - "pin-project 1.0.8", + "pin-project 1.0.7", "rand 0.7.3", "sc-block-builder", "sc-client-api", @@ -8800,7 +8780,7 @@ dependencies = [ "derive_more", "finality-grandpa", - "futures 0.3.16", + "futures 0.3.15", "jsonrpc-core 15.1.0", "jsonrpc-core-client 15.1.0", "jsonrpc-derive 15.1.0", @@ -8823,7 +8803,7 @@ source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ "derive_more", - "futures 0.3.16", + "futures 0.3.15", "log", "num-traits", "parity-scale-codec", @@ -8844,7 +8824,7 @@ source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ "ansi_term 0.12.1", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "log", "parity-util-mem", @@ -8863,7 +8843,7 @@ dependencies = [ "async-trait", "derive_more", - "futures 0.3.16", + "futures 0.3.15", "futures-util", "hex", "merlin", @@ -8873,7 +8853,7 @@ "sp-application-crypto", "sp-core", "sp-keystore", - "subtle 2.4.1", + "subtle 2.4.0", ] [[package]] @@ -8912,7 +8892,7 @@ "erased-serde", "fnv", "fork-tree", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "hex", "ip_network", @@ -8924,7 +8904,7 @@ "nohash-hasher", "parity-scale-codec", "parking_lot 0.11.1", - "pin-project 1.0.8", + "pin-project 1.0.7", "prost", "prost-build", "rand 0.7.3", @@ -8953,7 +8933,7 @@ version = "0.9.0" source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "libp2p", "log", @@ -8972,7 +8952,7 @@ dependencies = [ "bytes 0.5.6", "fnv", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "hex", "hyper 0.13.10", @@ -8998,7 +8978,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "libp2p", "log", "serde_json", @@ -9020,7 +9000,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "hash-db", "jsonrpc-core 15.1.0", "jsonrpc-pubsub 15.1.0", @@ -9056,7 +9036,7 @@ source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ "derive_more", - "futures 0.3.16", + "futures 0.3.15", "jsonrpc-core 15.1.0", "jsonrpc-core-client 15.1.0", "jsonrpc-derive 15.1.0", @@ -9102,7 +9082,7 @@ "directories", "exit-future", "futures 0.1.31", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "hash-db", "jsonrpc-core 15.1.0", @@ -9112,7 +9092,7 @@ "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.1", - "pin-project 1.0.8", + "pin-project 1.0.7", "rand 0.7.3", "sc-block-builder", "sc-chain-spec", @@ -9200,11 +9180,11 @@ source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ "chrono", - "futures 0.3.16", + "futures 0.3.15", "libp2p", "log", "parking_lot 0.11.1", - "pin-project 1.0.8", + "pin-project 1.0.7", "rand 0.7.3", "serde", "serde_json", @@ -9268,7 +9248,7 @@ source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ "derive_more", - "futures 0.3.16", + "futures 0.3.15", "linked-hash-map", "log", "parity-util-mem", @@ -9289,7 +9269,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "intervalier", "log", "parity-scale-codec", @@ -9327,13 +9307,13 @@ dependencies = [ "arrayref", "arrayvec 0.5.2", - "curve25519-dalek 2.1.3", + "curve25519-dalek 2.1.2", "getrandom 0.1.16", "merlin", "rand 0.7.3", "rand_core 0.5.1", "sha2 0.8.2", - "subtle 2.4.1", + "subtle 2.4.0", "zeroize", ] @@ -9522,9 +9502,9 @@ [[package]] name = "sha-1" -version = "0.9.7" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a0c8611594e2ab4ebbf06ec7cbbf0a99450b8570e96cbf5188b5d5f6ef18d81" +checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16" dependencies = [ "block-buffer 0.9.0", "cfg-if 1.0.0", @@ -9594,9 +9574,9 @@ [[package]] name = "shlex" -version = "1.0.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d" +checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" [[package]] name = "signal-hook" @@ -9619,9 +9599,21 @@ [[package]] name = "signature" -version = "1.3.1" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f0242b8e50dd9accdd56170e94ca1ebd223b098eb9c83539a6e367d0f36ae68" + +[[package]] +name = "simba" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335" +checksum = "5132a955559188f3d13c9ba831e77c802ddc8782783f050ed0c52f5988b95f4c" +dependencies = [ + "approx 0.4.0", + "num-complex 0.3.1", + "num-traits", + "paste", +] [[package]] name = "simba" @@ -9629,8 +9621,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c" dependencies = [ - "approx", - "num-complex", + "approx 0.5.0", + "num-complex 0.4.0", "num-traits", "paste", ] @@ -9664,9 +9656,9 @@ [[package]] name = "slotmap" -version = "1.0.5" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a952280edbecfb1d4bd3cf2dbc309dc6ab523e53487c438ae21a6df09fe84bc4" +checksum = "585cd5dffe4e9e06f6dfdf66708b70aca3f781bed561f4f667b2d9c0d4559e36" dependencies = [ "version_check", ] @@ -9698,9 +9690,9 @@ "rand 0.7.3", "rand_core 0.5.1", "ring", - "rustc_version 0.2.3", + "rustc_version", "sha2 0.9.5", - "subtle 2.4.1", + "subtle 2.4.0", "x25519-dalek", ] @@ -9734,11 +9726,11 @@ "base64 0.12.3", "bytes 0.5.6", "flate2", - "futures 0.3.16", + "futures 0.3.15", "httparse", "log", "rand 0.7.3", - "sha-1 0.9.7", + "sha-1 0.9.6", ] [[package]] @@ -9749,11 +9741,11 @@ dependencies = [ "base64 0.13.0", "bytes 1.0.1", - "futures 0.3.16", + "futures 0.3.15", "httparse", "log", "rand 0.8.4", - "sha-1 0.9.7", + "sha-1 0.9.6", ] [[package]] @@ -9853,7 +9845,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "log", "lru", "parity-scale-codec", @@ -9872,7 +9864,7 @@ source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ "async-trait", - "futures 0.3.16", + "futures 0.3.15", "futures-timer 3.0.2", "libp2p", "log", @@ -9964,7 +9956,7 @@ "byteorder", "dyn-clonable", "ed25519-dalek", - "futures 0.3.16", + "futures 0.3.15", "hash-db", "hash256-std-hasher", "hex", @@ -10065,7 +10057,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "hash-db", "libsecp256k1 0.3.5", "log", @@ -10103,7 +10095,7 @@ dependencies = [ "async-trait", "derive_more", - "futures 0.3.16", + "futures 0.3.15", "merlin", "parity-scale-codec", "parking_lot 0.11.1", @@ -10366,7 +10358,7 @@ source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ "derive_more", - "futures 0.3.16", + "futures 0.3.15", "log", "parity-scale-codec", "serde", @@ -10410,7 +10402,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "futures-core", "futures-timer 3.0.2", "lazy_static", @@ -10498,13 +10490,13 @@ [[package]] name = "statrs" -version = "0.15.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05" +checksum = "1e0c1f144861fbfd2a8cc82d564ccbf7fb3b7834d4fa128b84e9c2a73371aead" dependencies = [ - "approx", + "approx 0.4.0", "lazy_static", - "nalgebra", + "nalgebra 0.26.2", "num-traits", "rand 0.8.4", ] @@ -10542,9 +10534,9 @@ [[package]] name = "structopt" -version = "0.3.22" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71" +checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c" dependencies = [ "clap", "lazy_static", @@ -10553,9 +10545,9 @@ [[package]] name = "structopt-derive" -version = "0.4.15" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10" +checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90" dependencies = [ "heck", "proc-macro-error", @@ -10612,7 +10604,7 @@ source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ "frame-system-rpc-runtime-api", - "futures 0.3.16", + "futures 0.3.15", "jsonrpc-core 15.1.0", "jsonrpc-core-client 15.1.0", "jsonrpc-derive 15.1.0", @@ -10650,7 +10642,7 @@ dependencies = [ "async-trait", "futures 0.1.31", - "futures 0.3.16", + "futures 0.3.15", "hash-db", "hex", "parity-scale-codec", @@ -10677,7 +10669,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "substrate-test-utils-derive", "tokio 0.2.25", ] @@ -10732,15 +10724,15 @@ [[package]] name = "subtle" -version = "2.4.1" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" +checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" [[package]] name = "syn" -version = "1.0.74" +version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c" +checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7" dependencies = [ "proc-macro2", "quote", @@ -10749,9 +10741,9 @@ [[package]] name = "synstructure" -version = "0.12.5" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa" +checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" dependencies = [ "proc-macro2", "quote", @@ -10811,18 +10803,18 @@ [[package]] name = "thiserror" -version = "1.0.26" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2" +checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.26" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745" +checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d" dependencies = [ "proc-macro2", "quote", @@ -10900,9 +10892,9 @@ [[package]] name = "tinyvec" -version = "1.3.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338" +checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342" dependencies = [ "tinyvec_macros", ] @@ -10967,7 +10959,7 @@ checksum = "4b7b349f11a7047e6d1276853e612d152f5e8a352c61917887cc2169e2366b4c" dependencies = [ "autocfg", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.6", ] [[package]] @@ -11234,7 +11226,7 @@ dependencies = [ "cfg-if 1.0.0", "log", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.6", "tracing-attributes", "tracing-core", ] @@ -11265,7 +11257,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" dependencies = [ - "pin-project 1.0.8", + "pin-project 1.0.7", "tracing", ] @@ -11292,9 +11284,9 @@ [[package]] name = "tracing-subscriber" -version = "0.2.19" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab69019741fca4d98be3c62d2b75254528b5432233fd8a4d2739fec20278de48" +checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5" dependencies = [ "ansi_term 0.12.1", "chrono", @@ -11314,12 +11306,12 @@ [[package]] name = "trie-db" -version = "0.22.6" +version = "0.22.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9eac131e334e81b6b3be07399482042838adcd7957aa0010231d0813e39e02fa" +checksum = "cd81fe0c8bc2b528a51c9d2c31dae4483367a26a723a3c9a4a8120311d7774e3" dependencies = [ "hash-db", - "hashbrown 0.11.2", + "hashbrown", "log", "rustc-hex", "smallvec 1.6.1", @@ -11444,9 +11436,9 @@ [[package]] name = "uint" -version = "0.9.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f" +checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e" dependencies = [ "byteorder", "crunchy", @@ -11483,9 +11475,9 @@ [[package]] name = "unicode-segmentation" -version = "1.8.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" +checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" [[package]] name = "unicode-width" @@ -11501,12 +11493,12 @@ [[package]] name = "universal-hash" -version = "0.4.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" +checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402" dependencies = [ "generic-array 0.14.4", - "subtle 2.4.1", + "subtle 2.4.0", ] [[package]] @@ -11587,9 +11579,9 @@ [[package]] name = "vcpkg" -version = "0.2.15" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" +checksum = "70455df2fdf4e9bf580a92e443f1eb0303c390d682e2ea817312c9e81f8c3399" [[package]] name = "vec_map" @@ -11742,7 +11734,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "js-sys", "parking_lot 0.11.1", "pin-utils", @@ -11857,7 +11849,7 @@ checksum = "c5d2a763e7a6fc734218e0e463196762a4f409c483063d81e0e85f96343b2e0a" dependencies = [ "anyhow", - "gimli 0.24.0", + "gimli", "more-asserts", "object 0.24.0", "target-lexicon", @@ -11876,7 +11868,7 @@ "cranelift-codegen", "cranelift-entity", "cranelift-wasm", - "gimli 0.24.0", + "gimli", "indexmap", "log", "more-asserts", @@ -11902,7 +11894,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d4539ea734422b7c868107e2187d7746d8affbcaa71916d72639f53757ad707" dependencies = [ - "addr2line 0.15.2", + "addr2line", "anyhow", "cfg-if 1.0.0", "cranelift-codegen", @@ -11910,7 +11902,7 @@ "cranelift-frontend", "cranelift-native", "cranelift-wasm", - "gimli 0.24.0", + "gimli", "log", "more-asserts", "object 0.24.0", @@ -11951,7 +11943,7 @@ dependencies = [ "anyhow", "cfg-if 1.0.0", - "gimli 0.24.0", + "gimli", "lazy_static", "libc", "object 0.24.0", @@ -12190,7 +12182,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107" dependencies = [ - "futures 0.3.16", + "futures 0.3.15", "log", "nohash-hasher", "parking_lot 0.11.1", @@ -12206,9 +12198,9 @@ [[package]] name = "zeroize" -version = "1.4.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "377db0846015f7ae377174787dd452e1c5f5a9050bc6f954911d01f116daa0cd" +checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd" dependencies = [ "zeroize_derive", ] --- a/pallets/nft/src/lib.rs +++ b/pallets/nft/src/lib.rs @@ -177,6 +177,8 @@ OutOfGas, /// Collection settings not allowing items transferring TransferNotAllowed, + /// Can't transfer tokens to ethereum zero address + AddressIsZero, } } @@ -1241,13 +1243,14 @@ owner: &T::CrossAccountId, data: CreateItemData, ) -> DispatchResult { + ensure!( + owner != &T::CrossAccountId::from_eth(H160([0; 20])), + Error::::AddressIsZero + ); + Self::can_create_items_in_collection(collection, sender, owner, 1)?; Self::validate_create_item_args(collection, &data)?; Self::create_item_no_validation(collection, owner, data)?; - - Ok(()) - } - pub fn transfer_internal( sender: &T::CrossAccountId, recipient: &T::CrossAccountId, @@ -1255,6 +1258,11 @@ item_id: TokenId, value: u128, ) -> DispatchResult { + ensure!( + recipient != &T::CrossAccountId::from_eth(H160([0; 20])), + Error::::AddressIsZero + ); + target_collection.consume_gas(2000000)?; // Limits check Self::is_correct_transfer(target_collection, recipient)?;