From 026893e10db1691fdd5f4f2feb4f6092f6b1189d Mon Sep 17 00:00:00 2001 From: Gregory Hill Date: Fri, 14 Jul 2023 17:29:38 +0000 Subject: [PATCH] chore: upgrade parachain to 1.25.0-rc1 Signed-off-by: Gregory Hill --- Cargo.lock | 3415 ++++++++++++--------- Cargo.toml | 435 +-- bitcoin/Cargo.toml | 2 +- faucet/Cargo.toml | 3 +- runner/Cargo.toml | 2 +- runtime/Cargo.toml | 21 +- runtime/client/Cargo.toml | 11 +- runtime/client/src/lib.rs | 2 - runtime/metadata-parachain-interlay.scale | Bin 279196 -> 278918 bytes runtime/metadata-parachain-kintsugi.scale | Bin 279196 -> 278918 bytes runtime/src/rpc.rs | 4 +- runtime/src/types.rs | 6 +- rust-toolchain.toml | 2 +- vault/Cargo.toml | 7 +- 14 files changed, 2166 insertions(+), 1744 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a696547d..a8978f815 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,11 +23,11 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" +checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" dependencies = [ - "gimli 0.27.2", + "gimli 0.27.3", ] [[package]] @@ -90,9 +90,9 @@ dependencies = [ [[package]] name = "aes" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241" +checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" dependencies = [ "cfg-if 1.0.0", "cipher 0.4.4", @@ -120,7 +120,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "209b47e8954a928e1d72e86eca7000ebb6655fe1436d33eefc2201cad027e237" dependencies = [ "aead 0.5.2", - "aes 0.8.2", + "aes 0.8.3", "cipher 0.4.4", "ctr 0.9.2", "ghash 0.5.0", @@ -153,7 +153,7 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" dependencies = [ - "getrandom 0.2.9", + "getrandom 0.2.10", "once_cell", "version_check", ] @@ -165,20 +165,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" dependencies = [ "cfg-if 1.0.0", - "getrandom 0.2.9", + "getrandom 0.2.10", "once_cell", "version_check", ] -[[package]] -name = "aho-corasick" -version = "0.7.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" -dependencies = [ - "memchr", -] - [[package]] name = "aho-corasick" version = "1.0.2" @@ -212,7 +203,7 @@ dependencies = [ [[package]] name = "annuity" version = "1.0.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-benchmarking", "frame-support", @@ -221,11 +212,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] @@ -254,15 +245,15 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" +checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" [[package]] name = "anstyle-parse" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" +checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" dependencies = [ "utf8parse", ] @@ -333,9 +324,9 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" [[package]] name = "arrayvec" -version = "0.7.2" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" +checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[package]] name = "asn1-rs" @@ -350,7 +341,7 @@ dependencies = [ "num-traits", "rusticata-macros", "thiserror", - "time 0.3.21", + "time 0.3.23", ] [[package]] @@ -366,7 +357,7 @@ dependencies = [ "num-traits", "rusticata-macros", "thiserror", - "time 0.3.21", + "time 0.3.23", ] [[package]] @@ -418,9 +409,9 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-channel" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" +checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" dependencies = [ "concurrent-queue", "event-listener", @@ -441,9 +432,9 @@ dependencies = [ "log", "parking", "polling", - "rustix 0.37.19", + "rustix 0.37.23", "slab", - "socket2", + "socket2 0.4.9", "waker-fn", ] @@ -456,15 +447,26 @@ dependencies = [ "event-listener", ] +[[package]] +name = "async-recursion" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.25", +] + [[package]] name = "async-trait" -version = "0.1.68" +version = "0.1.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" +checksum = "a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] @@ -477,7 +479,7 @@ dependencies = [ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.10", ] [[package]] @@ -510,7 +512,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9fe17f59a06fe8b87a6fc8bf53bb70b3aba76d7685f432487a68cd5552853625" dependencies = [ "futures-core", - "getrandom 0.2.9", + "getrandom 0.2.10", "instant", "pin-project", "rand 0.8.5", @@ -519,16 +521,16 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.67" +version = "0.3.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" +checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" dependencies = [ - "addr2line 0.19.0", + "addr2line 0.20.0", "cc", "cfg-if 1.0.0", "libc", - "miniz_oxide 0.6.2", - "object 0.30.3", + "miniz_oxide", + "object 0.31.1", "rustc-demangle", ] @@ -545,10 +547,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" [[package]] -name = "base58" +name = "base16ct" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581" +checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" [[package]] name = "base64" @@ -598,7 +600,7 @@ version = "0.64.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4" dependencies = [ - "bitflags", + "bitflags 1.3.2", "cexpr", "clang-sys", "lazy_static", @@ -651,13 +653,13 @@ dependencies = [ "sp-core", "thiserror", "tokio", - "url 2.3.1", + "url 2.4.0", ] [[package]] name = "bitcoin" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "bitcoin_hashes 0.7.6", "frame-support", @@ -669,7 +671,7 @@ dependencies = [ "serde", "sha2 0.8.2", "sp-core", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "spin 0.7.1", ] @@ -716,6 +718,12 @@ version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" +[[package]] +name = "bitflags" +version = "2.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" + [[package]] name = "bitvec" version = "1.0.1" @@ -744,8 +752,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc" dependencies = [ "arrayref", - "arrayvec 0.7.2", - "constant_time_eq", + "arrayvec 0.7.4", + "constant_time_eq 0.2.6", ] [[package]] @@ -755,21 +763,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6637f448b9e61dfadbdcbae9a885fadee1f3eaffb1f8d3c1965d3ade8bdfd44f" dependencies = [ "arrayref", - "arrayvec 0.7.2", - "constant_time_eq", + "arrayvec 0.7.4", + "constant_time_eq 0.2.6", ] [[package]] name = "blake3" -version = "1.3.3" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef" +checksum = "199c42ab6972d92c9f8995f086273d25c42fc0f7b2a1fcefba465c1352d25ba5" dependencies = [ "arrayref", - "arrayvec 0.7.2", + "arrayvec 0.7.4", "cc", "cfg-if 1.0.0", - "constant_time_eq", + "constant_time_eq 0.3.0", "digest 0.10.7", ] @@ -830,9 +838,9 @@ checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" [[package]] name = "bounded-collections" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07fbd1d11282a1eb134d3c3b7cf8ce213b5161c6e5f73fb1b98618482c606b64" +checksum = "eb5b05133427c07c4776906f673ccf36c21b102c9829c641a5b56bd151d44fd6" dependencies = [ "log", "parity-scale-codec", @@ -857,9 +865,9 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] name = "bstr" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5" +checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" dependencies = [ "memchr", "serde", @@ -874,7 +882,7 @@ checksum = "bd769563b4ea2953e2825c9e6b7470a5f55f67e0be00030bf3e390a2a6071f64" [[package]] name = "btc-relay" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "bitcoin 1.2.0", "frame-benchmarking", @@ -884,35 +892,35 @@ dependencies = [ "parity-scale-codec", "scale-info", "security", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "btc-relay-rpc" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "btc-relay-rpc-runtime-api", "jsonrpsee", "parity-scale-codec", "sp-api", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "btc-relay-rpc-runtime-api" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] @@ -973,18 +981,18 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.4" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" +checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" dependencies = [ "serde", ] [[package]] name = "cargo-platform" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" +checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479" dependencies = [ "serde", ] @@ -1162,9 +1170,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.1" +version = "4.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ed2379f8603fa2b7509891660e802b88c70a79a6427a70abb5968054de2c28" +checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d" dependencies = [ "clap_builder", "clap_derive", @@ -1173,27 +1181,26 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.1" +version = "4.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72394f3339a76daf211e57d4bcb374410f3965dcc606dd0e03738c7888766980" +checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b" dependencies = [ "anstream", "anstyle", - "bitflags", "clap_lex", "strsim", ] [[package]] name = "clap_derive" -version = "4.3.1" +version = "4.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59e9ef9a08ee1c0e1f2e162121665ac45ac3783b0f897db7244ae75ad9a8f65b" +checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f" dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] @@ -1205,7 +1212,7 @@ checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" [[package]] name = "clients-info" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "fixed-hash 0.7.0", "frame-benchmarking", @@ -1215,11 +1222,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] @@ -1247,7 +1254,7 @@ dependencies = [ [[package]] name = "collator-selection" version = "3.0.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-benchmarking", "frame-support", @@ -1259,9 +1266,9 @@ dependencies = [ "rand 0.8.5", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-staking", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] @@ -1290,17 +1297,36 @@ dependencies = [ "crossbeam-utils", ] +[[package]] +name = "console" +version = "0.15.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" +dependencies = [ + "encode_unicode", + "lazy_static", + "libc", + "unicode-width", + "windows-sys 0.45.0", +] + [[package]] name = "const-oid" -version = "0.9.2" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" +checksum = "795bc6e66a8e340f075fcf6227e417a2dc976b92b91f3cdc778bb858778b6747" [[package]] name = "constant_time_eq" -version = "0.2.5" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21a53c0a4d288377e7415b53dcfc3c04da5cdc2cc95c8d5ac178b58f0b861ad6" + +[[package]] +name = "constant_time_eq" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" +checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" [[package]] name = "convert_case" @@ -1354,9 +1380,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.7" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" +checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" dependencies = [ "libc", ] @@ -1376,7 +1402,7 @@ version = "0.93.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "253531aca9b6f56103c9420369db3263e784df39aa1c90685a1f69cfbba0623e" dependencies = [ - "arrayvec 0.7.2", + "arrayvec 0.7.4", "bumpalo", "cranelift-bforest", "cranelift-codegen-meta", @@ -1507,14 +1533,14 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.14" +version = "0.9.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" +checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" dependencies = [ "autocfg", "cfg-if 1.0.0", "crossbeam-utils", - "memoffset 0.8.0", + "memoffset 0.9.0", "scopeguard", ] @@ -1530,9 +1556,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.15" +version = "0.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" +checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" dependencies = [ "cfg-if 1.0.0", ] @@ -1555,6 +1581,18 @@ dependencies = [ "zeroize", ] +[[package]] +name = "crypto-bigint" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15" +dependencies = [ + "generic-array 0.14.7", + "rand_core 0.6.4", + "subtle", + "zeroize", +] + [[package]] name = "crypto-common" version = "0.1.6" @@ -1607,7 +1645,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "clap", "parity-scale-codec", @@ -1615,14 +1653,14 @@ dependencies = [ "sc-cli", "sc-service", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "url 2.3.1", + "sp-runtime", + "url 2.4.0", ] [[package]] name = "cumulus-client-collator" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -1638,14 +1676,14 @@ dependencies = [ "sp-api", "sp-consensus", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -1658,7 +1696,7 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sp-api", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", @@ -1666,7 +1704,7 @@ dependencies = [ "sp-core", "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -1674,7 +1712,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -1690,7 +1728,7 @@ dependencies = [ "schnellru", "sp-blockchain", "sp-consensus", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-trie", "tracing", ] @@ -1698,7 +1736,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -1713,7 +1751,7 @@ dependencies = [ "sp-consensus", "sp-core", "sp-inherents", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -1721,7 +1759,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -1736,7 +1774,7 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-state-machine", "tracing", ] @@ -1744,7 +1782,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1761,14 +1799,14 @@ dependencies = [ "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "tracing", ] [[package]] name = "cumulus-client-service" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -1796,30 +1834,30 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-transaction-pool", ] [[package]] name = "cumulus-pallet-aura-ext" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "frame-support", "frame-system", "pallet-aura", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-consensus-aura", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "cumulus-pallet-dmp-queue" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1828,15 +1866,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "xcm", ] [[package]] name = "cumulus-pallet-parachain-system" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -1854,9 +1892,9 @@ dependencies = [ "sp-externalities", "sp-inherents", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-trie", "sp-version", "xcm", @@ -1865,18 +1903,18 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.25", ] [[package]] name = "cumulus-pallet-xcm" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1884,15 +1922,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "xcm", ] [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1903,8 +1941,8 @@ dependencies = [ "rand_chacha 0.3.1", "scale-info", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -1912,15 +1950,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", "polkadot-parachain", "polkadot-primitives", + "scale-info", "sp-api", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "sp-trie", "xcm", ] @@ -1928,7 +1967,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1940,9 +1979,9 @@ dependencies = [ "sp-api", "sp-core", "sp-inherents", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-storage", "sp-trie", "tracing", @@ -1951,20 +1990,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "cumulus-primitives-core", "futures 0.3.28", "parity-scale-codec", "sp-inherents", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-timestamp", ] [[package]] name = "cumulus-primitives-utility" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1972,8 +2011,8 @@ dependencies = [ "parity-scale-codec", "polkadot-runtime-common", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -1982,7 +2021,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2000,14 +2039,14 @@ dependencies = [ "sp-api", "sp-consensus", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-state-machine", ] [[package]] name = "cumulus-relay-chain-interface" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2025,7 +2064,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "array-bytes 6.1.0", "async-trait", @@ -2034,24 +2073,28 @@ dependencies = [ "cumulus-relay-chain-rpc-interface", "futures 0.3.28", "lru 0.9.0", + "polkadot-availability-recovery 0.9.42 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.42)", + "polkadot-collator-protocol 0.9.42 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.42)", "polkadot-core-primitives", "polkadot-network-bridge", + "polkadot-node-collation-generation 0.9.42 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.42)", + "polkadot-node-core-runtime-api 0.9.42 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.42)", "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", - "polkadot-service", "sc-authority-discovery", "sc-client-api", "sc-network", "sc-network-common", "sc-service", "sc-tracing", + "sc-utils", "sp-api", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "tokio", "tracing", ] @@ -2059,7 +2102,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2083,26 +2126,26 @@ dependencies = [ "sp-storage", "tokio", "tracing", - "url 2.3.1", + "url 2.4.0", ] [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] name = "currency" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-support", "frame-system", @@ -2114,8 +2157,8 @@ dependencies = [ "scale-info", "serde", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "traits", ] @@ -2161,9 +2204,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.95" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "109308c20e8445959c2792e81871054c6a17e6976489a93d2769641a2ba5839c" +checksum = "e928d50d5858b744d1ea920b790641129c347a770d1530c3a85b77705a5ee031" dependencies = [ "cc", "cxxbridge-flags", @@ -2173,9 +2216,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.95" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daf4c6755cdf10798b97510e0e2b3edb9573032bd9379de8fffa59d68165494f" +checksum = "8332ba63f8a8040ca479de693150129067304a3496674477fff6d0c372cc34ae" dependencies = [ "cc", "codespan-reporting", @@ -2183,24 +2226,24 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] name = "cxxbridge-flags" -version = "1.0.95" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "882074421238e84fe3b4c65d0081de34e5b323bf64555d3e61991f76eb64a7bb" +checksum = "5966a5a87b6e9bb342f5fab7170a93c77096efe199872afffc4b477cfeb86957" [[package]] name = "cxxbridge-macro" -version = "1.0.95" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a076022ece33e7686fb76513518e219cca4fce5750a8ae6d1ce6c0f48fd1af9" +checksum = "81b2dab6991c7ab1572fea8cb049db819b1aeea1e2dac74c0869f244d9f21a7c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] @@ -2240,15 +2283,15 @@ dependencies = [ [[package]] name = "dashmap" -version = "5.4.0" +version = "5.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" +checksum = "6943ae99c34386c84a470c499d3414f66502a41340aa895406e0d2e4a207b91d" dependencies = [ "cfg-if 1.0.0", - "hashbrown 0.12.3", + "hashbrown 0.14.0", "lock_api", "once_cell", - "parking_lot_core 0.9.7", + "parking_lot_core 0.9.8", ] [[package]] @@ -2280,7 +2323,7 @@ dependencies = [ [[package]] name = "democracy" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "chrono", "frame-benchmarking", @@ -2293,8 +2336,8 @@ dependencies = [ "sp-api", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] @@ -2308,6 +2351,16 @@ dependencies = [ "zeroize", ] +[[package]] +name = "der" +version = "0.7.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c7ed52955ce76b1554f509074bb357d3fb8ac9b51288a65a3fd480d1dfba946" +dependencies = [ + "const-oid", + "zeroize", +] + [[package]] name = "der-parser" version = "7.0.0" @@ -2405,7 +2458,7 @@ dependencies = [ [[package]] name = "dex-general" version = "0.4.4" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-benchmarking", "frame-support", @@ -2416,16 +2469,16 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "dex-general-rpc" version = "0.4.4" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "dex-general", "dex-general-rpc-runtime-api", @@ -2434,42 +2487,43 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "dex-general-rpc-runtime-api" version = "0.4.4" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "dex-general", "parity-scale-codec", "sp-api", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] name = "dex-stable" version = "0.1.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "orml-traits", + "pallet-timestamp", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "dex-stable-rpc" version = "0.1.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "dex-stable-rpc-runtime-api", "jsonrpsee", @@ -2477,24 +2531,24 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "dex-stable-rpc-runtime-api" version = "0.1.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "dex-stable", "parity-scale-codec", "sp-api", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] name = "dex-swap-router" version = "0.1.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "dex-general", "dex-stable", @@ -2504,10 +2558,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] @@ -2547,6 +2601,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" dependencies = [ "block-buffer 0.10.4", + "const-oid", "crypto-common", "subtle", ] @@ -2600,7 +2655,7 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] @@ -2623,9 +2678,9 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "dtoa" -version = "1.0.6" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169" +checksum = "519b83cd10f5f6e969625a409f735182bea5558cd8b64c655806ceaae36f1999" [[package]] name = "dyn-clonable" @@ -2660,10 +2715,24 @@ version = "0.14.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" dependencies = [ - "der", - "elliptic-curve", - "rfc6979", - "signature", + "der 0.6.1", + "elliptic-curve 0.12.3", + "rfc6979 0.3.1", + "signature 1.6.4", +] + +[[package]] +name = "ecdsa" +version = "0.16.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0997c976637b606099b9985693efa3581e84e41f5c11ba5255f88711058ad428" +dependencies = [ + "der 0.7.7", + "digest 0.10.7", + "elliptic-curve 0.13.5", + "rfc6979 0.4.0", + "signature 2.1.0", + "spki 0.7.2", ] [[package]] @@ -2672,7 +2741,7 @@ version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" dependencies = [ - "signature", + "signature 1.6.4", ] [[package]] @@ -2715,22 +2784,47 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" dependencies = [ - "base16ct", - "crypto-bigint", - "der", + "base16ct 0.1.1", + "crypto-bigint 0.4.9", + "der 0.6.1", "digest 0.10.7", - "ff", + "ff 0.12.1", "generic-array 0.14.7", - "group", + "group 0.12.1", "hkdf", "pem-rfc7468", - "pkcs8", + "pkcs8 0.9.0", "rand_core 0.6.4", - "sec1", + "sec1 0.3.0", "subtle", "zeroize", ] +[[package]] +name = "elliptic-curve" +version = "0.13.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b" +dependencies = [ + "base16ct 0.2.0", + "crypto-bigint 0.5.2", + "digest 0.10.7", + "ff 0.13.0", + "generic-array 0.14.7", + "group 0.13.0", + "pkcs8 0.10.2", + "rand_core 0.6.4", + "sec1 0.7.2", + "subtle", + "zeroize", +] + +[[package]] +name = "encode_unicode" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" + [[package]] name = "encoding_rs" version = "0.8.32" @@ -2769,18 +2863,18 @@ checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] name = "enumn" -version = "0.1.8" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48016319042fb7c87b78d2993084a831793a897a5cd1a2a67cab9d1eeb4b7d76" +checksum = "c9838a970f5de399d3070ae1739e131986b2f5dcc223c7423ca0927e3a878522" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] @@ -2841,6 +2935,12 @@ version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" +[[package]] +name = "equivalent" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" + [[package]] name = "errno" version = "0.3.1" @@ -2865,7 +2965,7 @@ dependencies = [ [[package]] name = "escrow" version = "1.0.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-benchmarking", "frame-support", @@ -2875,17 +2975,17 @@ dependencies = [ "reward", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "escrow-rpc" version = "0.3.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "escrow-rpc-runtime-api", "jsonrpsee", @@ -2893,13 +2993,13 @@ dependencies = [ "parity-scale-codec", "sp-api", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "escrow-rpc-runtime-api" version = "0.3.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "oracle-rpc-runtime-api", "parity-scale-codec", @@ -2943,7 +3043,6 @@ dependencies = [ "fs-err", "proc-macro2", "quote", - "syn 1.0.109", ] [[package]] @@ -2959,6 +3058,19 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "expander" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f86a749cf851891866c10515ef6c299b5c69661465e9c3bbe7e07a2b77fb0f7" +dependencies = [ + "blake2", + "fs-err", + "proc-macro2", + "quote", + "syn 2.0.25", +] + [[package]] name = "fake-simd" version = "0.1.2" @@ -2974,7 +3086,7 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "farming" version = "1.0.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-benchmarking", "frame-support", @@ -2986,11 +3098,11 @@ dependencies = [ "reward", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] @@ -3019,7 +3131,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd" dependencies = [ "expander 0.0.4", - "indexmap", + "indexmap 1.9.3", "proc-macro-crate", "proc-macro2", "quote", @@ -3048,10 +3160,10 @@ dependencies = [ "serde", "serde_json", "service", - "sp-keyring 7.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keyring", "thiserror", "tokio", - "url 2.3.1", + "url 2.4.0", ] [[package]] @@ -3066,7 +3178,7 @@ dependencies = [ [[package]] name = "fee" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "currency", "frame-benchmarking", @@ -3078,12 +3190,13 @@ dependencies = [ "scale-info", "security", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "staking", + "traits", ] [[package]] @@ -3096,6 +3209,16 @@ dependencies = [ "subtle", ] +[[package]] +name = "ff" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" +dependencies = [ + "rand_core 0.6.4", + "subtle", +] + [[package]] name = "fiat-crypto" version = "0.1.20" @@ -3176,7 +3299,7 @@ checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" dependencies = [ "crc32fast", "libz-sys", - "miniz_oxide 0.7.1", + "miniz_oxide", ] [[package]] @@ -3221,18 +3344,18 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "parity-scale-codec", ] [[package]] name = "form_urlencoded" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" +checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" dependencies = [ - "percent-encoding 2.2.0", + "percent-encoding 2.3.0", ] [[package]] @@ -3253,7 +3376,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-support", "frame-support-procedural", @@ -3265,12 +3388,12 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-runtime-interface", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-storage", "static_assertions", ] @@ -3278,7 +3401,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3313,9 +3436,9 @@ dependencies = [ "sp-externalities", "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-storage", "sp-trie", "thiserror", @@ -3325,35 +3448,35 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.25", ] [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-election-provider-solution-type", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-support", "frame-system", @@ -3361,8 +3484,8 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "sp-tracing", ] @@ -3381,15 +3504,19 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ + "async-recursion", "futures 0.3.28", + "indicatif", + "jsonrpsee", "log", "parity-scale-codec", "serde", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "spinners", "substrate-rpc-client", "tokio", ] @@ -3397,9 +3524,9 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ - "bitflags", + "bitflags 1.3.2", "environmental", "frame-metadata", "frame-support-procedural", @@ -3413,61 +3540,62 @@ dependencies = [ "serde", "smallvec", "sp-api", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-core-hashing-proc-macro", "sp-inherents", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-tracing", - "sp-weights 4.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-weights", "tt-call", ] [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", "frame-support-procedural-tools", "itertools", + "proc-macro-warning", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.25", ] [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.25", ] [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.25", ] [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-support", "log", @@ -3476,16 +3604,16 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "sp-version", - "sp-weights 4.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-weights", ] [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -3493,14 +3621,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "parity-scale-codec", "sp-api", @@ -3509,13 +3637,13 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] @@ -3536,11 +3664,11 @@ dependencies = [ [[package]] name = "fs4" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7672706608ecb74ab2e055c68327ffc25ae4cac1e12349204fd5fb0f3487cce2" +checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47" dependencies = [ - "rustix 0.37.19", + "rustix 0.38.4", "windows-sys 0.48.0", ] @@ -3622,7 +3750,7 @@ dependencies = [ "futures-io", "memchr", "parking", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.10", "waker-fn", ] @@ -3634,7 +3762,7 @@ checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] @@ -3684,7 +3812,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.10", "pin-utils", "slab", ] @@ -3715,6 +3843,7 @@ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" dependencies = [ "typenum", "version_check", + "zeroize", ] [[package]] @@ -3740,9 +3869,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" +checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -3768,7 +3897,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40" dependencies = [ "opaque-debug 0.3.0", - "polyval 0.6.0", + "polyval 0.6.1", ] [[package]] @@ -3778,15 +3907,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" dependencies = [ "fallible-iterator", - "indexmap", + "indexmap 1.9.3", "stable_deref_trait", ] [[package]] name = "gimli" -version = "0.27.2" +version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" +checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" [[package]] name = "git-version" @@ -3818,11 +3947,11 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "globset" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" +checksum = "1391ab1f92ffcc08911957149833e682aa3fe252b9f45f966d2ef972274c97df" dependencies = [ - "aho-corasick 0.7.20", + "aho-corasick", "bstr", "fnv", "log", @@ -3863,9 +3992,9 @@ dependencies = [ [[package]] name = "gloo-utils" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8e8fc851e9c7b9852508bc6e3f690f452f474417e8545ec9857b7f7377036b5" +checksum = "037fcb07216cb3a30f7292bd0176b050b7b9a052ba830ef7d5d65f6dc64ba58e" dependencies = [ "js-sys", "serde", @@ -3898,16 +4027,27 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" dependencies = [ - "ff", + "ff 0.12.1", + "rand_core 0.6.4", + "subtle", +] + +[[package]] +name = "group" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" +dependencies = [ + "ff 0.13.0", "rand_core 0.6.4", "subtle", ] [[package]] name = "h2" -version = "0.3.19" +version = "0.3.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" +checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049" dependencies = [ "bytes", "fnv", @@ -3915,7 +4055,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap", + "indexmap 1.9.3", "slab", "tokio", "tokio-util 0.7.8", @@ -3969,6 +4109,12 @@ dependencies = [ "ahash 0.8.3", ] +[[package]] +name = "hashbrown" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" + [[package]] name = "headers" version = "0.3.8" @@ -3976,7 +4122,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584" dependencies = [ "base64 0.13.1", - "bitflags", + "bitflags 1.3.2", "bytes", "headers-core", "http", @@ -4011,18 +4157,9 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" -dependencies = [ - "libc", -] - -[[package]] -name = "hermit-abi" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" +checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[package]] name = "hex" @@ -4046,6 +4183,12 @@ version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" +[[package]] +name = "hex-literal" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" + [[package]] name = "hex-literal-impl" version = "0.2.3" @@ -4134,7 +4277,7 @@ checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", "http", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.10", ] [[package]] @@ -4186,8 +4329,8 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project-lite 0.2.9", - "socket2", + "pin-project-lite 0.2.10", + "socket2 0.4.9", "tokio", "tower-service", "tracing", @@ -4225,9 +4368,9 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.56" +version = "0.1.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" +checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" dependencies = [ "android_system_properties", "core-foundation-sys", @@ -4276,9 +4419,9 @@ dependencies = [ [[package]] name = "idna" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" dependencies = [ "unicode-bidi", "unicode-normalization", @@ -4362,6 +4505,29 @@ dependencies = [ "serde", ] +[[package]] +name = "indexmap" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" +dependencies = [ + "equivalent", + "hashbrown 0.14.0", +] + +[[package]] +name = "indicatif" +version = "0.17.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057" +dependencies = [ + "console", + "instant", + "number_prefix", + "portable-atomic", + "unicode-width", +] + [[package]] name = "inout" version = "0.1.3" @@ -4398,7 +4564,7 @@ dependencies = [ [[package]] name = "interbtc-parachain" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "bitcoin 1.2.0", "btc-relay-rpc-runtime-api", @@ -4454,6 +4620,7 @@ dependencies = [ "sc-cli", "sc-client-api", "sc-consensus", + "sc-consensus-aura", "sc-consensus-manual-seal", "sc-executor", "sc-network", @@ -4466,17 +4633,17 @@ dependencies = [ "serde", "serde_json", "sp-api", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-block-builder", "sp-consensus", "sp-consensus-aura", "sp-core", "sp-inherents", "sp-io", - "sp-keyring 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-keyring", "sp-keystore", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-session", "sp-timestamp", "sp-transaction-pool", @@ -4489,23 +4656,25 @@ dependencies = [ [[package]] name = "interbtc-primitives" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "bitcoin 1.2.0", "bstringify", "parity-scale-codec", + "scale-decode 0.7.0", + "scale-encode", "scale-info", "serde", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "xcm", ] [[package]] name = "interbtc-rpc" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "btc-relay-rpc", "dex-general-rpc", @@ -4526,7 +4695,7 @@ dependencies = [ "sc-rpc-api", "sc-transaction-pool-api", "sp-api", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-block-builder", "sp-blockchain", "sp-core", @@ -4557,7 +4726,7 @@ dependencies = [ [[package]] name = "interlay-runtime-parachain" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "annuity", "btc-relay", @@ -4640,19 +4809,19 @@ dependencies = [ "security", "serde", "sp-api", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-block-builder", "sp-consensus-aura", "sp-core", "sp-inherents", "sp-io", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-transaction-pool", "sp-version", - "sp-weights 4.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-weights", "staking", "substrate-wasm-builder", "supply", @@ -4671,7 +4840,7 @@ version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ - "hermit-abi 0.3.1", + "hermit-abi 0.3.2", "libc", "windows-sys 0.48.0", ] @@ -4684,38 +4853,37 @@ checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1" [[package]] name = "ipconfig" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be" +checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2", + "socket2 0.5.3", "widestring", - "winapi", - "winreg", + "windows-sys 0.48.0", + "winreg 0.50.0", ] [[package]] name = "ipnet" -version = "2.7.2" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" +checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" [[package]] name = "is-terminal" -version = "0.4.7" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" +checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" dependencies = [ - "hermit-abi 0.3.1", - "io-lifetimes", - "rustix 0.37.19", + "hermit-abi 0.3.2", + "rustix 0.38.4", "windows-sys 0.48.0", ] [[package]] name = "issue" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "bitcoin 1.2.0", "btc-relay", @@ -4735,11 +4903,11 @@ dependencies = [ "scale-info", "security", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "traits", "vault-registry", ] @@ -4747,25 +4915,25 @@ dependencies = [ [[package]] name = "issue-rpc" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "issue-rpc-runtime-api", "jsonrpsee", "parity-scale-codec", "sp-api", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "issue-rpc-runtime-api" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] @@ -4779,9 +4947,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.6" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" +checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" [[package]] name = "jobserver" @@ -4794,9 +4962,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.63" +version = "0.3.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" +checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" dependencies = [ "wasm-bindgen", ] @@ -4954,7 +5122,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4e70b4439a751a5de7dd5ed55eacff78ebf4ffe0fc009cb1ebb11417f5b536b" dependencies = [ "anyhow", - "arrayvec 0.7.2", + "arrayvec 0.7.4", "async-lock", "async-trait", "beef", @@ -5069,14 +5237,15 @@ dependencies = [ [[package]] name = "k256" -version = "0.11.6" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b" +checksum = "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc" dependencies = [ "cfg-if 1.0.0", - "ecdsa", - "elliptic-curve", - "sha2 0.10.6", + "ecdsa 0.16.7", + "elliptic-curve 0.13.5", + "once_cell", + "sha2 0.10.7", ] [[package]] @@ -5091,7 +5260,7 @@ dependencies = [ [[package]] name = "kintsugi-runtime-parachain" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "annuity", "btc-relay", @@ -5175,19 +5344,19 @@ dependencies = [ "security", "serde", "sp-api", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-block-builder", "sp-consensus-aura", "sp-core", "sp-inherents", "sp-io", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-transaction-pool", "sp-version", - "sp-weights 4.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-weights", "staking", "substrate-wasm-builder", "supply", @@ -5210,7 +5379,7 @@ dependencies = [ "serde_json", "sled", "thiserror", - "toml", + "toml 0.5.11", ] [[package]] @@ -5234,9 +5403,9 @@ dependencies = [ [[package]] name = "kvdb-rocksdb" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2182b8219fee6bd83aacaab7344e840179ae079d5216aa4e249b4d704646a844" +checksum = "fe7a749456510c45f795e8b04a6a3e0976d0139213ecbf465843830ad55e2217" dependencies = [ "kvdb", "num_cpus", @@ -5260,9 +5429,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.145" +version = "0.2.147" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc86cde3ff845662b8f4ef6cb50ea0e20c524eb3d29ae048287e06a1b3fa6a81" +checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" [[package]] name = "libloading" @@ -5295,7 +5464,7 @@ dependencies = [ "bytes", "futures 0.3.28", "futures-timer", - "getrandom 0.2.9", + "getrandom 0.2.10", "instant", "libp2p-core 0.38.0", "libp2p-dns", @@ -5345,8 +5514,8 @@ dependencies = [ "prost-build", "rand 0.8.5", "rw-stream-sink", - "sec1", - "sha2 0.10.6", + "sec1 0.3.0", + "sha2 0.10.7", "smallvec", "thiserror", "unsigned-varint", @@ -5430,7 +5599,7 @@ dependencies = [ "multihash 0.17.0", "quick-protobuf", "rand 0.8.5", - "sha2 0.10.6", + "sha2 0.10.7", "thiserror", "zeroize", ] @@ -5441,7 +5610,7 @@ version = "0.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2766dcd2be8c87d5e1f35487deb22d765f49c6ae1251b3633efe3b25698bd3d2" dependencies = [ - "arrayvec 0.7.2", + "arrayvec 0.7.4", "asynchronous-codec", "bytes", "either", @@ -5455,7 +5624,7 @@ dependencies = [ "prost", "prost-build", "rand 0.8.5", - "sha2 0.10.6", + "sha2 0.10.7", "smallvec", "thiserror", "uint", @@ -5477,7 +5646,7 @@ dependencies = [ "log", "rand 0.8.5", "smallvec", - "socket2", + "socket2 0.4.9", "tokio", "trust-dns-proto", "void", @@ -5530,7 +5699,7 @@ dependencies = [ "prost", "prost-build", "rand 0.8.5", - "sha2 0.10.6", + "sha2 0.10.7", "snow", "static_assertions", "thiserror", @@ -5638,7 +5807,7 @@ dependencies = [ "libc", "libp2p-core 0.38.0", "log", - "socket2", + "socket2 0.4.9", "tokio", ] @@ -5721,7 +5890,7 @@ dependencies = [ "quicksink", "rw-stream-sink", "soketto", - "url 2.3.1", + "url 2.4.0", "webpki-roots", ] @@ -5741,9 +5910,9 @@ dependencies = [ [[package]] name = "librocksdb-sys" -version = "0.8.3+7.4.4" +version = "0.10.0+7.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "557b255ff04123fcc176162f56ed0c9cd42d8f357cf55b3fabeb60f7413741b3" +checksum = "0fe4d5874f5ff2bc616e55e8c6086d478fcda13faf9495768a4aa1c22042d30b" dependencies = [ "bindgen", "bzip2-sys", @@ -5815,9 +5984,9 @@ dependencies = [ [[package]] name = "link-cplusplus" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" +checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" dependencies = [ "cc", ] @@ -5839,11 +6008,11 @@ dependencies = [ [[package]] name = "linregress" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "475015a7f8f017edb28d2e69813be23500ad4b32cfe3421c4148efc97324ee52" +checksum = "4de0b5f52a9f84544d268f5fabb71b38962d6aa3c6600b8bcd27d44ccf9c9c45" dependencies = [ - "nalgebra 0.32.2", + "nalgebra 0.32.3", ] [[package]] @@ -5858,10 +6027,16 @@ version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" +[[package]] +name = "linux-raw-sys" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0" + [[package]] name = "loans" version = "1.9.3" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "currency", "frame-benchmarking", @@ -5879,18 +6054,18 @@ dependencies = [ "scale-info", "security", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "traits", ] [[package]] name = "loans-rpc" version = "1.9.3" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "interbtc-primitives", "jsonrpsee", @@ -5901,25 +6076,25 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "loans-rpc-runtime-api" version = "1.9.3" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "interbtc-primitives", "parity-scale-codec", "sp-api", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "lock_api" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" +checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" dependencies = [ "autocfg", "scopeguard", @@ -5927,9 +6102,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.18" +version = "0.4.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" +checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "lru" @@ -5987,6 +6162,12 @@ dependencies = [ "libc", ] +[[package]] +name = "maplit" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" + [[package]] name = "match_cfg" version = "0.1.0" @@ -5999,7 +6180,7 @@ version = "0.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1" dependencies = [ - "regex-automata", + "regex-automata 0.1.10", ] [[package]] @@ -6039,7 +6220,7 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e" dependencies = [ - "rustix 0.37.19", + "rustix 0.37.23", ] [[package]] @@ -6062,9 +6243,9 @@ dependencies = [ [[package]] name = "memoffset" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" +checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" dependencies = [ "autocfg", ] @@ -6129,15 +6310,6 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" -[[package]] -name = "miniz_oxide" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" -dependencies = [ - "adler", -] - [[package]] name = "miniz_oxide" version = "0.7.1" @@ -6161,7 +6333,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "futures 0.3.28", "log", @@ -6174,13 +6346,13 @@ dependencies = [ "sp-consensus-beefy", "sp-core", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "anyhow", "jsonrpsee", @@ -6190,7 +6362,7 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] @@ -6268,7 +6440,7 @@ dependencies = [ [[package]] name = "multi-transaction-payment" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "currency", "dex-general", @@ -6281,8 +6453,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "traits", ] @@ -6297,11 +6469,11 @@ dependencies = [ "data-encoding", "multibase", "multihash 0.16.3", - "percent-encoding 2.2.0", + "percent-encoding 2.3.0", "serde", "static_assertions", "unsigned-varint", - "url 2.3.1", + "url 2.4.0", ] [[package]] @@ -6316,11 +6488,11 @@ dependencies = [ "log", "multibase", "multihash 0.17.0", - "percent-encoding 2.2.0", + "percent-encoding 2.3.0", "serde", "static_assertions", "unsigned-varint", - "url 2.3.1", + "url 2.4.0", ] [[package]] @@ -6346,7 +6518,7 @@ dependencies = [ "core2", "digest 0.10.7", "multihash-derive", - "sha2 0.10.6", + "sha2 0.10.7", "sha3", "unsigned-varint", ] @@ -6416,13 +6588,13 @@ dependencies = [ [[package]] name = "nalgebra" -version = "0.32.2" +version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d68d47bba83f9e2006d117a9a33af1524e655516b8919caac694427a6fb1e511" +checksum = "307ed9b18cc2423f29e83f84fd23a8e73628727990181f18641a8b5dc2ab1caa" dependencies = [ "approx", "matrixmultiply", - "nalgebra-macros 0.2.0", + "nalgebra-macros 0.2.1", "num-complex 0.4.3", "num-rational 0.4.1", "num-traits", @@ -6443,9 +6615,9 @@ dependencies = [ [[package]] name = "nalgebra-macros" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d232c68884c0c99810a5a4d333ef7e47689cfd0edc85efc9e54e1e6bf5212766" +checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998" dependencies = [ "proc-macro2", "quote", @@ -6487,9 +6659,9 @@ dependencies = [ [[package]] name = "net2" -version = "0.2.38" +version = "0.2.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631" +checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac" dependencies = [ "cfg-if 0.1.10", "libc", @@ -6515,7 +6687,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab" dependencies = [ "anyhow", - "bitflags", + "bitflags 1.3.2", "byteorder", "libc", "netlink-packet-core", @@ -6568,7 +6740,7 @@ version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" dependencies = [ - "bitflags", + "bitflags 1.3.2", "cfg-if 1.0.0", "libc", "memoffset 0.6.5", @@ -6599,7 +6771,7 @@ dependencies = [ [[package]] name = "nomination" version = "0.5.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "currency", "fee", @@ -6617,11 +6789,11 @@ dependencies = [ "scale-info", "security", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "staking", "traits", "vault-registry", @@ -6729,7 +6901,7 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" dependencies = [ - "arrayvec 0.7.2", + "arrayvec 0.7.4", "itoa", ] @@ -6790,14 +6962,20 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" +checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi 0.2.6", + "hermit-abi 0.3.2", "libc", ] +[[package]] +name = "number_prefix" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" + [[package]] name = "object" version = "0.29.0" @@ -6806,15 +6984,15 @@ checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" dependencies = [ "crc32fast", "hashbrown 0.12.3", - "indexmap", + "indexmap 1.9.3", "memchr", ] [[package]] name = "object" -version = "0.30.3" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" +checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" dependencies = [ "memchr", ] @@ -6857,11 +7035,11 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.54" +version = "0.10.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019" +checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" dependencies = [ - "bitflags", + "bitflags 1.3.2", "cfg-if 1.0.0", "foreign-types", "libc", @@ -6878,7 +7056,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] @@ -6889,9 +7067,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.88" +version = "0.9.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617" +checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" dependencies = [ "cc", "libc", @@ -6925,7 +7103,7 @@ dependencies = [ [[package]] name = "oracle" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "currency", "frame-benchmarking", @@ -6936,11 +7114,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "security", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "staking", "traits", ] @@ -6948,33 +7126,34 @@ dependencies = [ [[package]] name = "oracle-rpc" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "jsonrpsee", "oracle-rpc-runtime-api", "parity-scale-codec", "sp-api", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "oracle-rpc-runtime-api" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-support", "parity-scale-codec", + "scale-info", "serde", "sp-api", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] name = "orchestra" -version = "0.2.1" +version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0766f60d83cac01c6e3f3bc36aaa9056e48bea0deddb98a8c74de6021f3061" +checksum = "227585216d05ba65c7ab0a0450a3cf2cbd81a98862a54c4df8e14d5ac6adb015" dependencies = [ "async-trait", "dyn-clonable", @@ -6989,12 +7168,11 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" -version = "0.2.1" +version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c8e83dbd049009426b445424a1104c78e6172a4c13e3614e52a38262785a5d7" +checksum = "2871aadd82a2c216ee68a69837a526dfe788ecbe74c4c5038a6acdbff6653066" dependencies = [ - "expander 1.0.0", - "indexmap", + "expander 0.0.6", "itertools", "petgraph", "proc-macro-crate", @@ -7015,7 +7193,7 @@ dependencies = [ [[package]] name = "orml-asset-registry" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=a4977fe70eeea93b072706f7ab2d2577f4a8d320#a4977fe70eeea93b072706f7ab2d2577f4a8d320" +source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=ca05423f4f32be1d30765caacdc7d90130f5554a#ca05423f4f32be1d30765caacdc7d90130f5554a" dependencies = [ "frame-support", "frame-system", @@ -7024,8 +7202,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -7034,7 +7212,7 @@ dependencies = [ [[package]] name = "orml-oracle" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=a4977fe70eeea93b072706f7ab2d2577f4a8d320#a4977fe70eeea93b072706f7ab2d2577f4a8d320" +source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=ca05423f4f32be1d30765caacdc7d90130f5554a#ca05423f4f32be1d30765caacdc7d90130f5554a" dependencies = [ "frame-support", "frame-system", @@ -7043,16 +7221,16 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "orml-tokens" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=a4977fe70eeea93b072706f7ab2d2577f4a8d320#a4977fe70eeea93b072706f7ab2d2577f4a8d320" +source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=ca05423f4f32be1d30765caacdc7d90130f5554a#ca05423f4f32be1d30765caacdc7d90130f5554a" dependencies = [ "frame-support", "frame-system", @@ -7060,15 +7238,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", + "sp-runtime", + "sp-std", ] [[package]] name = "orml-traits" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=a4977fe70eeea93b072706f7ab2d2577f4a8d320#a4977fe70eeea93b072706f7ab2d2577f4a8d320" +source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=ca05423f4f32be1d30765caacdc7d90130f5554a#ca05423f4f32be1d30765caacdc7d90130f5554a" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -7079,15 +7257,15 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "xcm", ] [[package]] name = "orml-unknown-tokens" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=a4977fe70eeea93b072706f7ab2d2577f4a8d320#a4977fe70eeea93b072706f7ab2d2577f4a8d320" +source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=ca05423f4f32be1d30765caacdc7d90130f5554a#ca05423f4f32be1d30765caacdc7d90130f5554a" dependencies = [ "frame-support", "frame-system", @@ -7095,28 +7273,28 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "xcm", ] [[package]] name = "orml-utilities" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=a4977fe70eeea93b072706f7ab2d2577f4a8d320#a4977fe70eeea93b072706f7ab2d2577f4a8d320" +source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=ca05423f4f32be1d30765caacdc7d90130f5554a#ca05423f4f32be1d30765caacdc7d90130f5554a" dependencies = [ "frame-support", "parity-scale-codec", "scale-info", "serde", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "orml-vesting" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=a4977fe70eeea93b072706f7ab2d2577f4a8d320#a4977fe70eeea93b072706f7ab2d2577f4a8d320" +source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=ca05423f4f32be1d30765caacdc7d90130f5554a#ca05423f4f32be1d30765caacdc7d90130f5554a" dependencies = [ "frame-support", "frame-system", @@ -7124,20 +7302,20 @@ dependencies = [ "scale-info", "serde", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "orml-xcm-support" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=a4977fe70eeea93b072706f7ab2d2577f4a8d320#a4977fe70eeea93b072706f7ab2d2577f4a8d320" +source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=ca05423f4f32be1d30765caacdc7d90130f5554a#ca05423f4f32be1d30765caacdc7d90130f5554a" dependencies = [ "frame-support", "orml-traits", "parity-scale-codec", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -7145,7 +7323,7 @@ dependencies = [ [[package]] name = "orml-xtokens" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=a4977fe70eeea93b072706f7ab2d2577f4a8d320#a4977fe70eeea93b072706f7ab2d2577f4a8d320" +source = "git+https://github.com/open-web3-stack//open-runtime-module-library?rev=ca05423f4f32be1d30765caacdc7d90130f5554a#ca05423f4f32be1d30765caacdc7d90130f5554a" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -7157,8 +7335,8 @@ dependencies = [ "scale-info", "serde", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -7169,9 +7347,9 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" dependencies = [ - "ecdsa", - "elliptic-curve", - "sha2 0.10.6", + "ecdsa 0.14.8", + "elliptic-curve 0.12.3", + "sha2 0.10.7", ] [[package]] @@ -7180,9 +7358,9 @@ version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa" dependencies = [ - "ecdsa", - "elliptic-curve", - "sha2 0.10.6", + "ecdsa 0.14.8", + "elliptic-curve 0.12.3", + "sha2 0.10.7", ] [[package]] @@ -7198,53 +7376,53 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-support", "frame-system", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-consensus-aura", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-support", "frame-system", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-authority-discovery", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7255,20 +7433,20 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-consensus-babe", - "sp-consensus-vrf", + "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7280,15 +7458,15 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "sp-tracing", ] [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7296,14 +7474,14 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7314,14 +7492,14 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7333,14 +7511,14 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7350,68 +7528,85 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] -name = "pallet-democracy" +name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ + "assert_matches", "frame-benchmarking", "frame-support", "frame-system", - "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] -name = "pallet-election-provider-multi-phase" +name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", - "frame-election-provider-support", "frame-support", "frame-system", "log", - "pallet-election-provider-support-benchmarking", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", +] + +[[package]] +name = "pallet-election-provider-multi-phase" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" +dependencies = [ + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "log", + "pallet-election-provider-support-benchmarking", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "strum", ] [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-system", "parity-scale-codec", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7422,14 +7617,14 @@ dependencies = [ "sp-core", "sp-io", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7439,15 +7634,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-staking", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7457,20 +7652,20 @@ dependencies = [ "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-consensus-grandpa", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7479,14 +7674,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7495,18 +7690,18 @@ dependencies = [ "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-staking", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7515,15 +7710,15 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-keyring 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-keyring", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7533,14 +7728,14 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7549,14 +7744,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-support", "frame-system", @@ -7565,26 +7760,26 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-staking", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", "sp-api", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-support", "frame-system", @@ -7593,15 +7788,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-staking", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7611,29 +7806,47 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", + "sp-std", +] + +[[package]] +name = "pallet-referenda" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", + "log", "parity-scale-codec", "scale-info", + "serde", + "sp-arithmetic", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7642,15 +7855,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-weights 4.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", + "sp-weights", ] [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-support", "frame-system", @@ -7661,31 +7874,31 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-trie", ] [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7697,37 +7910,37 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-staking", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.25", ] [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "log", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", ] [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "parity-scale-codec", "sp-api", @@ -7736,21 +7949,21 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "scale-info", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7760,15 +7973,15 @@ dependencies = [ "scale-info", "sp-inherents", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7780,14 +7993,14 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-support", "frame-system", @@ -7796,14 +8009,14 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7812,26 +8025,26 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-weights 4.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-weights", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "sp-api", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-weights 4.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-weights", ] [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7841,14 +8054,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7857,14 +8070,14 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-benchmarking", "frame-support", @@ -7872,14 +8085,29 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", +] + +[[package]] +name = "pallet-whitelist" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-xcm" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7891,16 +8119,16 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] [[package]] name = "pallet-xcm-benchmarks" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "frame-benchmarking", "frame-support", @@ -7909,8 +8137,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -7919,7 +8147,7 @@ dependencies = [ [[package]] name = "parachain-info" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.40#e05c8d7f71734ed71188337c6cb0d30715f6320f" +source = "git+https://github.com/paritytech//cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -7930,9 +8158,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4890dcb9556136a4ec2b0c51fa4a08c8b733b829506af8fff2e853f3a065985b" +checksum = "0dab3ac198341b2f0fec6e7f8a6eeed07a41201d98a124260611598c142e76df" dependencies = [ "blake2", "crc32fast", @@ -7950,11 +8178,11 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.5.0" +version = "3.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ddb756ca205bd108aee3c62c6d3c994e1df84a59b9d6d4a5ea42ee1fd5a9a28" +checksum = "756d439303e94fae44f288ba881ad29670c65b0c4b0e05674ca81061bb65f2c5" dependencies = [ - "arrayvec 0.7.2", + "arrayvec 0.7.4", "bitvec", "byte-slice-cast", "bytes", @@ -7965,9 +8193,9 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.1.4" +version = "3.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b" +checksum = "9d884d78fcf214d70b1e239fcd1c6e5e95aa3be1881918da2e488cc946c7a476" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7981,31 +8209,6 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" -[[package]] -name = "parity-util-mem" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d32c34f4f5ca7f9196001c0aba5a1f9a5a12382c8944b8b0f90233282d1e8f8" -dependencies = [ - "cfg-if 1.0.0", - "impl-trait-for-tuples", - "parity-util-mem-derive", - "parking_lot 0.12.1", - "primitive-types", - "winapi", -] - -[[package]] -name = "parity-util-mem-derive" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2" -dependencies = [ - "proc-macro2", - "syn 1.0.109", - "synstructure", -] - [[package]] name = "parity-wasm" version = "0.45.0" @@ -8036,7 +8239,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" dependencies = [ "lock_api", - "parking_lot_core 0.9.7", + "parking_lot_core 0.9.8", ] [[package]] @@ -8055,22 +8258,22 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.7" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" +checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" dependencies = [ "cfg-if 1.0.0", "libc", - "redox_syscall 0.2.16", + "redox_syscall 0.3.5", "smallvec", - "windows-sys 0.45.0", + "windows-targets 0.48.1", ] [[package]] name = "paste" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" +checksum = "b4b27ab7be369122c218afc2079489cdcb4b517c0a3fc386ff11e1fedfcc2b35" [[package]] name = "pbkdf2" @@ -8122,15 +8325,15 @@ checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" [[package]] name = "percent-encoding" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" +checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "pest" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70" +checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9" dependencies = [ "thiserror", "ucd-trie", @@ -8138,9 +8341,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b79d4c71c865a25a4322296122e3924d30bc8ee0834c8bfc8b95f7f054afbfb" +checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b" dependencies = [ "pest", "pest_generator", @@ -8148,26 +8351,26 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e" +checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] name = "pest_meta" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "745a452f8eb71e39ffd8ee32b3c5f51d03845f99786fa9b68db6ff509c505411" +checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0" dependencies = [ "once_cell", "pest", - "sha2 0.10.6", + "sha2 0.10.7", ] [[package]] @@ -8177,27 +8380,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" dependencies = [ "fixedbitset", - "indexmap", + "indexmap 1.9.3", ] [[package]] name = "pin-project" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead" +checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07" +checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] @@ -8208,9 +8411,9 @@ checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" [[package]] name = "pin-project-lite" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" +checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57" [[package]] name = "pin-utils" @@ -8224,8 +8427,18 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" dependencies = [ - "der", - "spki", + "der 0.6.1", + "spki 0.6.0", +] + +[[package]] +name = "pkcs8" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" +dependencies = [ + "der 0.7.7", + "spki 0.7.2", ] [[package]] @@ -8248,10 +8461,11 @@ checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630" [[package]] name = "polkadot-approval-distribution" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "futures 0.3.28", + "polkadot-node-jaeger", "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -8263,8 +8477,8 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "futures 0.3.28", "polkadot-node-network-protocol", @@ -8277,8 +8491,8 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "derive_more", "fatality", @@ -8300,8 +8514,29 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" +dependencies = [ + "fatality", + "futures 0.3.28", + "lru 0.9.0", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "sc-network", + "thiserror", + "tracing-gum", +] + +[[package]] +name = "polkadot-availability-recovery" +version = "0.9.42" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "fatality", "futures 0.3.28", @@ -8321,15 +8556,15 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "clap", "frame-benchmarking-cli", "futures 0.3.28", "log", "polkadot-client", - "polkadot-node-core-pvf", + "polkadot-node-core-pvf-worker", "polkadot-node-metrics", "polkadot-service", "sc-cli", @@ -8340,7 +8575,8 @@ dependencies = [ "sc-tracing", "sp-core", "sp-io", - "sp-keyring 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-keyring", + "sp-maybe-compressed-blob", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -8348,8 +8584,8 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "async-trait", "frame-benchmarking", @@ -8378,10 +8614,10 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-inherents", - "sp-keyring 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-session", "sp-storage", "sp-timestamp", @@ -8390,8 +8626,30 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" +dependencies = [ + "always-assert", + "bitvec", + "fatality", + "futures 0.3.28", + "futures-timer", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-core", + "sp-keystore", + "sp-runtime", + "thiserror", + "tracing-gum", +] + +[[package]] +name = "polkadot-collator-protocol" +version = "0.9.42" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "always-assert", "bitvec", @@ -8405,33 +8663,33 @@ dependencies = [ "polkadot-primitives", "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-core-primitives" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "derive_more", "fatality", "futures 0.3.28", "futures-timer", - "indexmap", + "indexmap 1.9.3", "lru 0.9.0", "parity-scale-codec", "polkadot-erasure-coding", @@ -8441,7 +8699,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-network", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-keystore", "thiserror", "tracing-gum", @@ -8449,8 +8707,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -8463,8 +8721,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "futures 0.3.28", "futures-timer", @@ -8475,7 +8733,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-core", "sp-keystore", "tracing-gum", @@ -8483,8 +8741,8 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "always-assert", "async-trait", @@ -8506,8 +8764,26 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" +dependencies = [ + "futures 0.3.28", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-core", + "sp-maybe-compressed-blob", + "thiserror", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-collation-generation" +version = "0.9.42" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "futures 0.3.28", "parity-scale-codec", @@ -8524,8 +8800,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "bitvec", "derive_more", @@ -8543,18 +8819,18 @@ dependencies = [ "polkadot-primitives", "sc-keystore", "schnorrkel", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "bitvec", "futures 0.3.28", @@ -8574,8 +8850,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "bitvec", "fatality", @@ -8593,8 +8869,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "futures 0.3.28", "polkadot-node-subsystem", @@ -8608,8 +8884,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "async-trait", "futures 0.3.28", @@ -8628,8 +8904,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "futures 0.3.28", "polkadot-node-metrics", @@ -8643,8 +8919,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "futures 0.3.28", "futures-timer", @@ -8660,8 +8936,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "fatality", "futures 0.3.28", @@ -8679,8 +8955,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "async-trait", "futures 0.3.28", @@ -8696,8 +8972,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "bitvec", "fatality", @@ -8714,12 +8990,10 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "always-assert", - "assert_matches", - "cpu-time", "futures 0.3.28", "futures-timer", "libc", @@ -8731,27 +9005,20 @@ dependencies = [ "polkadot-parachain", "polkadot-primitives", "rand 0.8.5", - "rayon", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", "slotmap", "sp-core", - "sp-externalities", - "sp-io", "sp-maybe-compressed-blob", "sp-tracing", "sp-wasm-interface", - "tempfile", - "tikv-jemalloc-ctl", + "substrate-build-script-utils", "tokio", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-checker" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "futures 0.3.28", "polkadot-node-primitives", @@ -8764,10 +9031,54 @@ dependencies = [ "tracing-gum", ] +[[package]] +name = "polkadot-node-core-pvf-worker" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" +dependencies = [ + "assert_matches", + "cpu-time", + "futures 0.3.28", + "libc", + "parity-scale-codec", + "polkadot-node-core-pvf", + "polkadot-parachain", + "polkadot-primitives", + "rayon", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", + "sp-core", + "sp-externalities", + "sp-io", + "sp-maybe-compressed-blob", + "sp-tracing", + "substrate-build-script-utils", + "tempfile", + "tikv-jemalloc-ctl", + "tokio", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-runtime-api" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" +dependencies = [ + "futures 0.3.28", + "lru 0.9.0", + "polkadot-node-metrics", + "polkadot-node-subsystem", + "polkadot-node-subsystem-types", + "polkadot-primitives", + "sp-consensus-babe", + "tracing-gum", +] + [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "futures 0.3.28", "lru 0.9.0", @@ -8781,8 +9092,8 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "lazy_static", "log", @@ -8799,8 +9110,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "bs58", "futures 0.3.28", @@ -8818,8 +9129,8 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "async-trait", "derive_more", @@ -8840,8 +9151,8 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "bounded-vec", "futures 0.3.28", @@ -8850,21 +9161,20 @@ dependencies = [ "polkadot-primitives", "schnorrkel", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-consensus-babe", - "sp-consensus-vrf", "sp-core", "sp-keystore", "sp-maybe-compressed-blob", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "thiserror", - "zstd", + "zstd 0.11.2+zstd.1.5.2", ] [[package]] name = "polkadot-node-subsystem" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -8873,8 +9183,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "async-trait", "derive_more", @@ -8896,8 +9206,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "async-trait", "derive_more", @@ -8920,7 +9230,7 @@ dependencies = [ "polkadot-primitives", "prioritized-metered-channel", "rand 0.8.5", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-core", "sp-keystore", "thiserror", @@ -8929,8 +9239,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "async-trait", "futures 0.3.28", @@ -8952,8 +9262,8 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "bounded-collections", "derive_more", @@ -8963,40 +9273,40 @@ dependencies = [ "scale-info", "serde", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "polkadot-primitives" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "bitvec", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "parity-scale-codec", "polkadot-core-primitives", "polkadot-parachain", "scale-info", "serde", "sp-api", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", + "sp-arithmetic", "sp-authority-discovery", "sp-consensus-slots", "sp-core", "sp-inherents", "sp-io", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-staking", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] name = "polkadot-rpc" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -9020,15 +9330,15 @@ dependencies = [ "sp-consensus", "sp-consensus-babe", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] [[package]] name = "polkadot-runtime" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "bitvec", "frame-election-provider-support", @@ -9046,6 +9356,7 @@ dependencies = [ "pallet-bounties", "pallet-child-bounties", "pallet-collective", + "pallet-conviction-voting", "pallet-democracy", "pallet-election-provider-multi-phase", "pallet-elections-phragmen", @@ -9061,6 +9372,7 @@ dependencies = [ "pallet-offences", "pallet-preimage", "pallet-proxy", + "pallet-referenda", "pallet-scheduler", "pallet-session", "pallet-staking", @@ -9073,6 +9385,7 @@ dependencies = [ "pallet-treasury", "pallet-utility", "pallet-vesting", + "pallet-whitelist", "pallet-xcm", "parity-scale-codec", "polkadot-primitives", @@ -9085,6 +9398,7 @@ dependencies = [ "serde_derive", "smallvec", "sp-api", + "sp-arithmetic", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", @@ -9095,10 +9409,10 @@ dependencies = [ "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-transaction-pool", "sp-version", "static_assertions", @@ -9110,8 +9424,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "bitvec", "frame-election-provider-support", @@ -9144,46 +9458,46 @@ dependencies = [ "sp-inherents", "sp-io", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "static_assertions", "xcm", ] [[package]] name = "polkadot-runtime-constants" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-weights 4.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-weights", ] [[package]] name = "polkadot-runtime-metrics" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "bs58", "parity-scale-codec", "polkadot-primitives", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-tracing", ] [[package]] name = "polkadot-runtime-parachains" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ - "bitflags", + "bitflags 1.3.2", "bitvec", "derive_more", "frame-support", @@ -9211,25 +9525,25 @@ dependencies = [ "sp-inherents", "sp-io", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "xcm", "xcm-executor", ] [[package]] name = "polkadot-service" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "async-trait", "frame-benchmarking-cli", "frame-support", "frame-system-rpc-runtime-api", "futures 0.3.28", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "kvdb", "kvdb-rocksdb", "log", @@ -9243,13 +9557,13 @@ dependencies = [ "polkadot-approval-distribution", "polkadot-availability-bitfield-distribution", "polkadot-availability-distribution", - "polkadot-availability-recovery", + "polkadot-availability-recovery 0.9.42 (git+https://github.com/paritytech//polkadot?branch=release-v0.9.42)", "polkadot-client", - "polkadot-collator-protocol", + "polkadot-collator-protocol 0.9.42 (git+https://github.com/paritytech//polkadot?branch=release-v0.9.42)", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", - "polkadot-node-collation-generation", + "polkadot-node-collation-generation 0.9.42 (git+https://github.com/paritytech//polkadot?branch=release-v0.9.42)", "polkadot-node-core-approval-voting", "polkadot-node-core-av-store", "polkadot-node-core-backing", @@ -9261,7 +9575,7 @@ dependencies = [ "polkadot-node-core-parachains-inherent", "polkadot-node-core-provisioner", "polkadot-node-core-pvf-checker", - "polkadot-node-core-runtime-api", + "polkadot-node-core-runtime-api 0.9.42 (git+https://github.com/paritytech//polkadot?branch=release-v0.9.42)", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -9313,7 +9627,7 @@ dependencies = [ "sp-keystore", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-session", "sp-state-machine", "sp-storage", @@ -9327,13 +9641,13 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "arrayvec 0.5.2", "fatality", "futures 0.3.28", - "indexmap", + "indexmap 1.9.3", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -9348,8 +9662,8 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -9363,12 +9677,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" dependencies = [ "autocfg", - "bitflags", + "bitflags 1.3.2", "cfg-if 1.0.0", "concurrent-queue", "libc", "log", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.10", "windows-sys 0.48.0", ] @@ -9397,9 +9711,9 @@ dependencies = [ [[package]] name = "polyval" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6" +checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb" dependencies = [ "cfg-if 1.0.0", "cpufeatures", @@ -9407,6 +9721,12 @@ dependencies = [ "universal-hash 0.5.1", ] +[[package]] +name = "portable-atomic" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d220334a184db82b31b83f5ff093e3315280fb2b6bbc032022b2304a509aab7a" + [[package]] name = "ppv-lite86" version = "0.2.17" @@ -9481,11 +9801,10 @@ dependencies = [ [[package]] name = "prioritized-metered-channel" -version = "0.4.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3caef72a78ca8e77cbdfa87dd516ebb79d4cbe5b42e3b8435b463a8261339ff" +checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4" dependencies = [ - "async-channel", "coarsetime", "crossbeam-queue", "derive_more", @@ -9536,11 +9855,22 @@ version = "0.5.20+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" +[[package]] +name = "proc-macro-warning" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e99670bafb56b9a106419397343bdbc8b8742c3cc449fec6345f86173f47cd4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.25", +] + [[package]] name = "proc-macro2" -version = "1.0.59" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b" +checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da" dependencies = [ "unicode-ident", ] @@ -9551,7 +9881,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab8809e0c18450a2db0f236d2a44ec0b4c1412d0eb936233579f0990faa5d5cd" dependencies = [ - "bitflags", + "bitflags 1.3.2", "byteorder", "flate2", "hex", @@ -9757,9 +10087,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.28" +version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" +checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" dependencies = [ "proc-macro2", ] @@ -9857,7 +10187,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.9", + "getrandom 0.2.10", ] [[package]] @@ -9894,7 +10224,7 @@ version = "10.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332" dependencies = [ - "bitflags", + "bitflags 1.3.2", ] [[package]] @@ -9933,7 +10263,7 @@ checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd" dependencies = [ "pem", "ring", - "time 0.3.21", + "time 0.3.23", "x509-parser 0.13.2", "yasna", ] @@ -9946,7 +10276,7 @@ checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" dependencies = [ "pem", "ring", - "time 0.3.21", + "time 0.3.23", "yasna", ] @@ -9962,7 +10292,7 @@ dependencies = [ [[package]] name = "redeem" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "bitcoin 1.2.0", "btc-relay", @@ -9981,36 +10311,36 @@ dependencies = [ "scale-info", "security", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "vault-registry", ] [[package]] name = "redeem-rpc" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "jsonrpsee", "parity-scale-codec", "redeem-rpc-runtime-api", "sp-api", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "redeem-rpc-runtime-api" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] @@ -10019,7 +10349,7 @@ version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" dependencies = [ - "bitflags", + "bitflags 1.3.2", ] [[package]] @@ -10028,7 +10358,7 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" dependencies = [ - "bitflags", + "bitflags 1.3.2", ] [[package]] @@ -10037,7 +10367,7 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" dependencies = [ - "getrandom 0.2.9", + "getrandom 0.2.10", "redox_syscall 0.2.16", "thiserror", ] @@ -10057,22 +10387,22 @@ dependencies = [ [[package]] name = "ref-cast" -version = "1.0.16" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c" +checksum = "1641819477c319ef452a075ac34a4be92eb9ba09f6841f62d594d50fdcf0bf6b" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.16" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7" +checksum = "68bf53dad9b6086826722cdc99140793afd9f62faa14a1ad07eb4f955e7a7216" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] @@ -10089,13 +10419,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.8.3" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390" +checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" dependencies = [ - "aho-corasick 1.0.2", + "aho-corasick", "memchr", - "regex-syntax 0.7.2", + "regex-automata 0.3.3", + "regex-syntax 0.7.4", ] [[package]] @@ -10107,6 +10438,17 @@ dependencies = [ "regex-syntax 0.6.29", ] +[[package]] +name = "regex-automata" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax 0.7.4", +] + [[package]] name = "regex-syntax" version = "0.6.29" @@ -10115,9 +10457,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.7.2" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" +checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "region" @@ -10125,7 +10467,7 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e" dependencies = [ - "bitflags", + "bitflags 1.3.2", "libc", "mach", "winapi", @@ -10143,7 +10485,7 @@ dependencies = [ [[package]] name = "replace" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "bitcoin 1.2.0", "btc-relay", @@ -10162,36 +10504,36 @@ dependencies = [ "scale-info", "security", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "vault-registry", ] [[package]] name = "replace-rpc" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "jsonrpsee", "parity-scale-codec", "replace-rpc-runtime-api", "sp-api", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "replace-rpc-runtime-api" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] @@ -10216,19 +10558,19 @@ dependencies = [ "mime", "native-tls", "once_cell", - "percent-encoding 2.2.0", - "pin-project-lite 0.2.9", + "percent-encoding 2.3.0", + "pin-project-lite 0.2.10", "serde", "serde_json", "serde_urlencoded", "tokio", "tokio-native-tls", "tower-service", - "url 2.3.1", + "url 2.4.0", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "winreg", + "winreg 0.10.1", ] [[package]] @@ -10244,7 +10586,7 @@ dependencies = [ [[package]] name = "reward" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-benchmarking", "frame-support", @@ -10254,17 +10596,17 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "reward-rpc" version = "0.3.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "jsonrpsee", "oracle-rpc-runtime-api", @@ -10272,13 +10614,13 @@ dependencies = [ "reward-rpc-runtime-api", "sp-api", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "reward-rpc-runtime-api" version = "0.3.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-support", "oracle-rpc-runtime-api", @@ -10292,11 +10634,21 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" dependencies = [ - "crypto-bigint", + "crypto-bigint 0.4.9", "hmac 0.12.1", "zeroize", ] +[[package]] +name = "rfc6979" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" +dependencies = [ + "hmac 0.12.1", + "subtle", +] + [[package]] name = "ring" version = "0.16.20" @@ -10314,9 +10666,9 @@ dependencies = [ [[package]] name = "rocksdb" -version = "0.19.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc" +checksum = "015439787fce1e75d55f279078d33ff14b4af5d93d995e8838ee4631301c8a99" dependencies = [ "libc", "librocksdb-sys", @@ -10408,7 +10760,7 @@ dependencies = [ "tempdir", "thiserror", "tokio", - "url 2.3.1", + "url 2.4.0", ] [[package]] @@ -10438,21 +10790,21 @@ dependencies = [ "runtime", "serde", "serde_json", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-keyring 7.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", + "sp-keyring", + "sp-runtime", "subxt", "subxt-client", "tempdir", "thiserror", "tokio", - "url 2.3.1", + "url 2.4.0", ] [[package]] name = "runtime-common" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "annuity", "btc-relay", @@ -10483,8 +10835,8 @@ dependencies = [ "replace", "reward", "security", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "staking", "supply", "traits", @@ -10531,11 +10883,11 @@ dependencies = [ [[package]] name = "rustix" -version = "0.36.14" +version = "0.36.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14e4d67015953998ad0eb82887a0eb0129e18a7e2f3b7b0f6c422fddcd503d62" +checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941" dependencies = [ - "bitflags", + "bitflags 1.3.2", "errno", "io-lifetimes", "libc", @@ -10545,11 +10897,11 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.19" +version = "0.37.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" +checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" dependencies = [ - "bitflags", + "bitflags 1.3.2", "errno", "io-lifetimes", "libc", @@ -10557,6 +10909,19 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "rustix" +version = "0.38.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5" +dependencies = [ + "bitflags 2.3.3", + "errno", + "libc", + "linux-raw-sys 0.4.3", + "windows-sys 0.48.0", +] + [[package]] name = "rustls" version = "0.19.1" @@ -10584,9 +10949,9 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50" +checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" dependencies = [ "openssl-probe", "rustls-pemfile", @@ -10596,18 +10961,18 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" +checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" dependencies = [ "base64 0.21.2", ] [[package]] name = "rustversion" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" +checksum = "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f" [[package]] name = "rw-stream-sink" @@ -10622,15 +10987,15 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" +checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9" [[package]] name = "safe_arch" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "794821e4ccb0d9f979512f9c1973480123f9bd62a90d74ab0f9426fcf8f4a529" +checksum = "62a7484307bd40f8f7ccbacccac730108f2cae119a3b11c74485b48aa9ea650f" dependencies = [ "bytemuck", ] @@ -10647,7 +11012,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "log", "sp-core", @@ -10658,7 +11023,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", "futures 0.3.28", @@ -10678,7 +11043,7 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10686,7 +11051,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "futures 0.3.28", "futures-timer", @@ -10702,14 +11067,14 @@ dependencies = [ "sp-consensus", "sp-core", "sp-inherents", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10718,13 +11083,13 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-inherents", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10736,25 +11101,25 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-state-machine", ] [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.25", ] [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10781,10 +11146,10 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-keyring 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-keyring", "sp-keystore", "sp-panic-handler", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-version", "thiserror", "tiny-bip39", @@ -10794,7 +11159,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "fnv", "futures 0.3.28", @@ -10811,7 +11176,7 @@ dependencies = [ "sp-database", "sp-externalities", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-state-machine", "sp-storage", "substrate-prometheus-endpoint", @@ -10820,7 +11185,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "hash-db", "kvdb", @@ -10834,11 +11199,11 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-blockchain", "sp-core", "sp-database", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-state-machine", "sp-trie", ] @@ -10846,7 +11211,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", "futures 0.3.28", @@ -10862,7 +11227,7 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-state-machine", "substrate-prometheus-endpoint", "thiserror", @@ -10871,7 +11236,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", "futures 0.3.28", @@ -10883,7 +11248,7 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sp-api", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", @@ -10892,7 +11257,7 @@ dependencies = [ "sp-core", "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10900,13 +11265,12 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", "fork-tree", "futures 0.3.28", "log", - "merlin", "num-bigint 0.4.3", "num-rational 0.4.1", "num-traits", @@ -10919,19 +11283,17 @@ dependencies = [ "sc-keystore", "sc-telemetry", "scale-info", - "schnorrkel", "sp-api", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", - "sp-consensus-vrf", "sp-core", "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10939,7 +11301,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "futures 0.3.28", "jsonrpsee", @@ -10948,20 +11310,20 @@ dependencies = [ "sc-rpc-api", "serde", "sp-api", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "thiserror", ] [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10979,15 +11341,15 @@ dependencies = [ "sc-network-sync", "sc-utils", "sp-api", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", "sp-core", "sp-keystore", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -10996,7 +11358,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "futures 0.3.28", "jsonrpsee", @@ -11008,27 +11370,27 @@ dependencies = [ "serde", "sp-consensus-beefy", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "thiserror", ] [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "ahash 0.8.3", "array-bytes 4.2.0", @@ -11053,14 +11415,14 @@ dependencies = [ "sc-utils", "serde_json", "sp-api", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -11068,7 +11430,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "finality-grandpa", "futures 0.3.28", @@ -11081,14 +11443,14 @@ dependencies = [ "serde", "sp-blockchain", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "thiserror", ] [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "assert_matches", "async-trait", @@ -11113,7 +11475,7 @@ dependencies = [ "sp-core", "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-timestamp", "substrate-prometheus-endpoint", "thiserror", @@ -11122,7 +11484,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", "futures 0.3.28", @@ -11132,20 +11494,20 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-slots", "sp-core", "sp-inherents", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-state-machine", ] [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -11169,7 +11531,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -11182,7 +11544,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "log", "sc-allocator", @@ -11195,14 +11557,14 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "anyhow", "cfg-if 1.0.0", "libc", "log", "once_cell", - "rustix 0.36.14", + "rustix 0.36.15", "sc-allocator", "sc-executor-common", "sp-runtime-interface", @@ -11213,7 +11575,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "ansi_term", "futures 0.3.28", @@ -11223,19 +11585,19 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "array-bytes 4.2.0", "async-trait", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-core", "sp-keystore", "thiserror", @@ -11244,7 +11606,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11274,11 +11636,12 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "snow", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "unsigned-varint", @@ -11288,7 +11651,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "cid", "futures 0.3.28", @@ -11300,7 +11663,7 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "thiserror", "unsigned-varint", ] @@ -11308,11 +11671,11 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "array-bytes 4.2.0", "async-trait", - "bitflags", + "bitflags 1.3.2", "bytes", "futures 0.3.28", "futures-timer", @@ -11327,7 +11690,7 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "zeroize", @@ -11336,7 +11699,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "ahash 0.8.3", "futures 0.3.28", @@ -11347,7 +11710,7 @@ dependencies = [ "sc-network", "sc-network-common", "sc-peerset", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -11355,7 +11718,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "array-bytes 4.2.0", "futures 0.3.28", @@ -11370,14 +11733,14 @@ dependencies = [ "sc-peerset", "sp-blockchain", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "thiserror", ] [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11398,12 +11761,12 @@ dependencies = [ "sc-peerset", "sc-utils", "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -11411,7 +11774,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "array-bytes 4.2.0", "futures 0.3.28", @@ -11424,14 +11787,14 @@ dependencies = [ "sc-peerset", "sc-utils", "sp-consensus", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -11454,7 +11817,7 @@ dependencies = [ "sp-api", "sp-core", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "threadpool", "tracing", ] @@ -11462,7 +11825,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "futures 0.3.28", "libp2p", @@ -11475,7 +11838,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11484,7 +11847,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "futures 0.3.28", "jsonrpsee", @@ -11505,7 +11868,7 @@ dependencies = [ "sp-keystore", "sp-offchain", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-session", "sp-version", "tokio", @@ -11514,7 +11877,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11525,7 +11888,7 @@ dependencies = [ "serde_json", "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-version", "thiserror", ] @@ -11533,7 +11896,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "http", "jsonrpsee", @@ -11548,7 +11911,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "array-bytes 4.2.0", "futures 0.3.28", @@ -11565,7 +11928,7 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-version", "thiserror", "tokio-stream", @@ -11574,7 +11937,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", "directories", @@ -11620,7 +11983,7 @@ dependencies = [ "sp-core", "sp-externalities", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-session", "sp-state-machine", "sp-storage", @@ -11640,7 +12003,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "log", "parity-scale-codec", @@ -11651,7 +12014,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "clap", "fs4", @@ -11667,7 +12030,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11679,14 +12042,14 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "thiserror", ] [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "futures 0.3.28", "libc", @@ -11699,13 +12062,13 @@ dependencies = [ "serde_json", "sp-core", "sp-io", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "chrono", "futures 0.3.28", @@ -11724,7 +12087,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "ansi_term", "atty", @@ -11744,7 +12107,7 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-tracing", "thiserror", "tracing", @@ -11755,18 +12118,18 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.25", ] [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", "futures 0.3.28", @@ -11783,7 +12146,7 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-tracing", "sp-transaction-pool", "substrate-prometheus-endpoint", @@ -11793,21 +12156,21 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", "futures 0.3.28", "log", "serde", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "thiserror", ] [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-channel", "futures 0.3.28", @@ -11816,7 +12179,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus 0.13.3", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", ] [[package]] @@ -11842,11 +12205,64 @@ dependencies = [ "thiserror", ] +[[package]] +name = "scale-decode" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0459d00b0dbd2e765009924a78ef36b2ff7ba116292d732f00eb0ed8e465d15" +dependencies = [ + "parity-scale-codec", + "scale-bits", + "scale-decode-derive", + "scale-info", + "smallvec", + "thiserror", +] + +[[package]] +name = "scale-decode-derive" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4391f0dfbb6690f035f6d2a15d6a12f88cc5395c36bcc056db07ffa2a90870ec" +dependencies = [ + "darling", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "scale-encode" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0401b7cdae8b8aa33725f3611a051358d5b32887ecaa0fda5953a775b2d4d76" +dependencies = [ + "parity-scale-codec", + "scale-encode-derive", + "scale-info", + "smallvec", + "thiserror", +] + +[[package]] +name = "scale-encode-derive" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "316e0fb10ec0fee266822bd641bab5e332a4ab80ef8c5b5ff35e5401a394f5a6" +dependencies = [ + "darling", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "scale-info" -version = "2.7.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b569c32c806ec3abdf3b5869fb8bf1e0d275a7c1c9b0b05603d9464632649edf" +checksum = "35c0a159d0c45c12b20c5a844feb1fe4bea86e28f17b92a5f0c42193634d3782" dependencies = [ "bitvec", "cfg-if 1.0.0", @@ -11858,9 +12274,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.6.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53012eae69e5aa5c14671942a5dd47de59d4cdcff8532a6dd0e081faf1119482" +checksum = "912e55f6d20e0e80d63733872b40e1227c0bce1e1ab81ba67d696339bfd7fd29" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11878,7 +12294,7 @@ dependencies = [ "frame-metadata", "parity-scale-codec", "scale-bits", - "scale-decode", + "scale-decode 0.4.0", "scale-info", "serde", "thiserror", @@ -11887,11 +12303,11 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.21" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" +checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" dependencies = [ - "windows-sys 0.42.0", + "windows-sys 0.48.0", ] [[package]] @@ -11937,9 +12353,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "scratch" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" +checksum = "764cad9e7e1ca5fe15b552859ff5d96a314e6ed2934f2260168cd5dfa5891409" [[package]] name = "sct" @@ -11970,7 +12386,7 @@ dependencies = [ "rand 0.8.5", "substring", "thiserror", - "url 2.3.1", + "url 2.4.0", ] [[package]] @@ -11979,10 +12395,24 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" dependencies = [ - "base16ct", - "der", + "base16ct 0.1.1", + "der 0.6.1", "generic-array 0.14.7", - "pkcs8", + "pkcs8 0.9.0", + "subtle", + "zeroize", +] + +[[package]] +name = "sec1" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e" +dependencies = [ + "base16ct 0.2.0", + "der 0.7.7", + "generic-array 0.14.7", + "pkcs8 0.10.2", "subtle", "zeroize", ] @@ -12036,7 +12466,7 @@ dependencies = [ [[package]] name = "security" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-benchmarking", "frame-support", @@ -12046,8 +12476,8 @@ dependencies = [ "serde", "sha2 0.8.2", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] @@ -12056,7 +12486,7 @@ version = "2.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8" dependencies = [ - "bitflags", + "bitflags 1.3.2", "core-foundation", "core-foundation-sys", "libc", @@ -12105,35 +12535,44 @@ checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" [[package]] name = "serde" -version = "1.0.163" +version = "1.0.171" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" +checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.163" +version = "1.0.171" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" +checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] name = "serde_json" -version = "1.0.96" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" +checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed" dependencies = [ "itoa", "ryu", "serde", ] +[[package]] +name = "serde_spanned" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" +dependencies = [ + "serde", +] + [[package]] name = "serde_urlencoded" version = "0.7.1" @@ -12194,7 +12633,7 @@ checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] @@ -12271,9 +12710,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.6" +version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" +checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" dependencies = [ "cfg-if 1.0.0", "cpufeatures", @@ -12346,6 +12785,16 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "signature" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" +dependencies = [ + "digest 0.10.7", + "rand_core 0.6.4", +] + [[package]] name = "simba" version = "0.5.1" @@ -12410,14 +12859,14 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] @@ -12431,9 +12880,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" +checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" [[package]] name = "snap" @@ -12454,7 +12903,7 @@ dependencies = [ "rand_core 0.6.4", "ring", "rustc_version", - "sha2 0.10.6", + "sha2 0.10.7", "subtle", ] @@ -12468,6 +12917,16 @@ dependencies = [ "winapi", ] +[[package]] +name = "socket2" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" +dependencies = [ + "libc", + "windows-sys 0.48.0", +] + [[package]] name = "soketto" version = "0.7.1" @@ -12488,16 +12947,18 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "hash-db", "log", "parity-scale-codec", + "scale-info", "sp-api-proc-macro", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-metadata-ir", + "sp-runtime", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-trie", "sp-version", "thiserror", @@ -12506,7 +12967,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "Inflector", "blake2", @@ -12514,95 +12975,65 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.25", ] [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a70f8245ad75c773c43e46d16e81adb62290d37cd07efcde6cef06d93235e5" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-application-crypto" -version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", -] - -[[package]] -name = "sp-arithmetic" -version = "6.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3856b3e912f0a7a1332f1642b5fd3c2e76476e894c656538d32c004698690157" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-debug-derive 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "static_assertions", + "sp-std", ] [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "static_assertions", ] [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "parity-scale-codec", "sp-api", "sp-inherents", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "futures 0.3.28", "log", @@ -12612,7 +13043,7 @@ dependencies = [ "sp-api", "sp-consensus", "sp-database", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-state-machine", "thiserror", ] @@ -12620,14 +13051,14 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", "futures 0.3.28", "log", "sp-core", "sp-inherents", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-state-machine", "thiserror", ] @@ -12635,67 +13066,65 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "sp-api", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", "sp-inherents", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", - "merlin", "parity-scale-codec", "scale-info", "serde", "sp-api", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", - "sp-consensus-vrf", "sp-core", "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", "sp-api", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-core", "sp-io", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "strum", ] [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "finality-grandpa", "log", @@ -12703,48 +13132,35 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-timestamp", ] -[[package]] -name = "sp-consensus-vrf" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" -dependencies = [ - "parity-scale-codec", - "scale-info", - "schnorrkel", - "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", -] - [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "array-bytes 4.2.0", - "base58", - "bitflags", + "bitflags 1.3.2", "blake2", "bounded-collections", + "bs58", "dyn-clonable", "ed25519-zebra", "futures 0.3.28", @@ -12757,6 +13173,7 @@ dependencies = [ "merlin", "parity-scale-codec", "parking_lot 0.12.1", + "paste", "primitive-types", "rand 0.8.5", "regex", @@ -12766,10 +13183,10 @@ dependencies = [ "secrecy", "serde", "sp-core-hashing", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-debug-derive", "sp-externalities", "sp-runtime-interface", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-storage", "ss58-registry", "substrate-bip39", @@ -12781,32 +13198,32 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "blake2b_simd", "byteorder", "digest 0.10.7", - "sha2 0.10.6", + "sha2 0.10.7", "sha3", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "twox-hash", ] [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "proc-macro2", "quote", "sp-core-hashing", - "syn 1.0.109", + "syn 2.0.25", ] [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12815,54 +13232,43 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9e9ba7352773b96a4aa57e903447f841c6bc26e8c798377db6e7eb332346454" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "sp-debug-derive" -version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.25", ] [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "environmental", "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-storage", ] [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "thiserror", ] [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "bytes", "ed25519", @@ -12871,13 +13277,14 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", + "rustversion", "secp256k1 0.24.3", "sp-core", "sp-externalities", "sp-keystore", "sp-runtime-interface", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-tracing", "sp-trie", "tracing", @@ -12887,37 +13294,22 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff57c546679fb7e1e7d65d5242ba1d4fbe4e174581ec6218efc711de79419559" -dependencies = [ - "lazy_static", - "sp-core", - "sp-runtime 7.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "strum", -] - -[[package]] -name = "sp-keyring" -version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "lazy_static", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "strum", ] [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ - "async-trait", "futures 0.3.28", - "merlin", "parity-scale-codec", "parking_lot 0.12.1", - "schnorrkel", "serde", "sp-core", "sp-externalities", @@ -12927,16 +13319,27 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "thiserror", - "zstd", + "zstd 0.12.3+zstd.1.5.2", +] + +[[package]] +name = "sp-metadata-ir" +version = "0.1.0" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" +dependencies = [ + "frame-metadata", + "parity-scale-codec", + "scale-info", + "sp-std", ] [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12945,40 +13348,40 @@ dependencies = [ "serde", "sp-api", "sp-core", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-debug-derive", + "sp-runtime", + "sp-std", "thiserror", ] [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "sp-api", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "backtrace", "lazy_static", @@ -12988,7 +13391,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "rustc-hash", "serde", @@ -12998,31 +13401,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0edfc5c54c2b31d2f0cf904d472a0bff7125c0c2a2e2330507842e56f9a27444" -dependencies = [ - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "parity-util-mem", - "paste", - "rand 0.7.3", - "scale-info", - "serde", - "sp-application-crypto 7.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core", - "sp-io", - "sp-std 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-weights 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-runtime" -version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "either", "hash256-std-hasher", @@ -13033,18 +13412,18 @@ dependencies = [ "rand 0.8.5", "scale-info", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-application-crypto", + "sp-arithmetic", "sp-core", "sp-io", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-weights 4.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", + "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -13052,7 +13431,7 @@ dependencies = [ "primitive-types", "sp-externalities", "sp-runtime-interface-proc-macro", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-storage", "sp-tracing", "sp-wasm-interface", @@ -13062,45 +13441,46 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "Inflector", "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.25", ] [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-staking", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "parity-scale-codec", "scale-info", + "serde", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "hash-db", "log", @@ -13111,7 +13491,7 @@ dependencies = [ "sp-core", "sp-externalities", "sp-panic-handler", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "sp-trie", "thiserror", "tracing", @@ -13120,49 +13500,43 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf3fd4c1d304be101e6ebbafd3d4be9a37b320c970ef4e8df188b16873981c93" - -[[package]] -name = "sp-std" -version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "impl-serde 0.4.0", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-debug-derive", + "sp-std", ] [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", "futures-timer", "log", "parity-scale-codec", "sp-inherents", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "thiserror", ] [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "tracing", "tracing-core", "tracing-subscriber", @@ -13171,16 +13545,16 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "sp-api", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", "log", @@ -13188,19 +13562,19 @@ dependencies = [ "scale-info", "sp-core", "sp-inherents", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "sp-trie", ] [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "ahash 0.8.3", "hash-db", - "hashbrown 0.12.3", + "hashbrown 0.13.2", "lazy_static", "memory-db", "nohash-hasher", @@ -13209,7 +13583,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "thiserror", "tracing", "trie-db", @@ -13219,7 +13593,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "impl-serde 0.4.0", "parity-scale-codec", @@ -13227,8 +13601,8 @@ dependencies = [ "scale-info", "serde", "sp-core-hashing-proc-macro", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "sp-version-proc-macro", "thiserror", ] @@ -13236,24 +13610,24 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.25", ] [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", "wasmi", "wasmtime", ] @@ -13261,33 +13635,16 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c671673133b30e6ab6d88139b06adcdaec5aa06548abe0e155a0c830b592793b" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ - "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", "smallvec", - "sp-arithmetic 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic", "sp-core", - "sp-debug-derive 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-weights" -version = "4.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-core", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-debug-derive", + "sp-std", ] [[package]] @@ -13308,6 +13665,17 @@ version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" +[[package]] +name = "spinners" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08615eea740067d9899969bc2891c68a19c315cb1f66640af9a9ecb91b13bcab" +dependencies = [ + "lazy_static", + "maplit", + "strum", +] + [[package]] name = "spki" version = "0.6.0" @@ -13315,14 +13683,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" dependencies = [ "base64ct", - "der", + "der 0.6.1", +] + +[[package]] +name = "spki" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" +dependencies = [ + "base64ct", + "der 0.7.7", ] [[package]] name = "ss58-registry" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb47a8ad42e5fc72d5b1eb104a5546937eaf39843499948bb666d6e93c62423b" +checksum = "bfc443bad666016e012538782d9e3006213a7db43e9fb1dda91657dc06a6fa08" dependencies = [ "Inflector", "num-format", @@ -13342,7 +13720,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staking" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-benchmarking", "frame-support", @@ -13354,11 +13732,11 @@ dependencies = [ "reward", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] @@ -13385,7 +13763,7 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6" dependencies = [ - "bitflags", + "bitflags 1.3.2", "cfg_aliases", "libc", "parking_lot 0.11.2", @@ -13476,7 +13854,7 @@ dependencies = [ "subtle", "thiserror", "tokio", - "url 2.3.1", + "url 2.4.0", "webrtc-util", ] @@ -13496,7 +13874,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "platforms 2.0.0", ] @@ -13504,7 +13882,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.28", @@ -13517,13 +13895,13 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "hyper", "log", @@ -13535,20 +13913,20 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", ] [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "jsonrpsee", "log", @@ -13558,7 +13936,7 @@ dependencies = [ "scale-info", "serde", "sp-core", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-state-machine", "sp-trie", "trie-db", @@ -13567,7 +13945,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "ansi_term", "build-helper", @@ -13576,7 +13954,7 @@ dependencies = [ "sp-maybe-compressed-blob", "strum", "tempfile", - "toml", + "toml 0.7.6", "walkdir", "wasm-opt", ] @@ -13606,18 +13984,18 @@ dependencies = [ "derivative", "frame-metadata", "futures 0.3.28", - "getrandom 0.2.9", + "getrandom 0.2.10", "hex", "jsonrpsee", "parity-scale-codec", "parking_lot 0.12.1", - "scale-decode", + "scale-decode 0.4.0", "scale-info", "scale-value", "serde", "serde_json", "sp-core", - "sp-runtime 7.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", "subxt-macro", "subxt-metadata", "thiserror", @@ -13639,7 +14017,7 @@ dependencies = [ "sc-network-common", "sc-service", "serde_json", - "sp-keyring 7.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keyring", "subxt", "thiserror", "tokio", @@ -13693,7 +14071,7 @@ dependencies = [ [[package]] name = "supply" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-benchmarking", "frame-support", @@ -13702,11 +14080,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] @@ -13722,9 +14100,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.18" +version = "2.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e" +checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2" dependencies = [ "proc-macro2", "quote", @@ -13779,7 +14157,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" dependencies = [ - "bitflags", + "bitflags 1.3.2", "core-foundation", "system-configuration-sys", ] @@ -13802,9 +14180,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.12.7" +version = "0.12.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5" +checksum = "df8e77cb757a61f51b947ec4a7e3646efd825b73561db1c232a8ccb639e611a0" [[package]] name = "tempdir" @@ -13818,15 +14196,16 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.5.0" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" +checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" dependencies = [ + "autocfg", "cfg-if 1.0.0", "fastrand", "redox_syscall 0.3.5", - "rustix 0.37.19", - "windows-sys 0.45.0", + "rustix 0.37.23", + "windows-sys 0.48.0", ] [[package]] @@ -13846,22 +14225,22 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] @@ -13935,9 +14314,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.21" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc" +checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446" dependencies = [ "itoa", "serde", @@ -13953,9 +14332,9 @@ checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" [[package]] name = "time-macros" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b" +checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4" dependencies = [ "time-core", ] @@ -13972,7 +14351,7 @@ dependencies = [ "pbkdf2 0.11.0", "rand 0.8.5", "rustc-hash", - "sha2 0.10.6", + "sha2 0.10.7", "thiserror", "unicode-normalization", "wasm-bindgen", @@ -14006,19 +14385,20 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.28.2" +version = "1.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2" +checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da" dependencies = [ "autocfg", + "backtrace", "bytes", "libc", "mio", "num_cpus", "parking_lot 0.12.1", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.10", "signal-hook-registry", - "socket2", + "socket2 0.4.9", "tokio-macros", "windows-sys 0.48.0", ] @@ -14031,7 +14411,7 @@ checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] @@ -14041,7 +14421,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bcb585a0069b53171684e22d5255984ec30d1c7304fd0a4a9a603ffd8c765cdd" dependencies = [ "futures-util", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.10", ] [[package]] @@ -14072,7 +14452,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" dependencies = [ "futures-core", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.10", "tokio", "tokio-util 0.7.8", ] @@ -14099,7 +14479,7 @@ dependencies = [ "futures-core", "futures-sink", "log", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.10", "tokio", ] @@ -14113,7 +14493,7 @@ dependencies = [ "futures-core", "futures-io", "futures-sink", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.10", "tokio", "tracing", ] @@ -14127,19 +14507,36 @@ dependencies = [ "serde", ] +[[package]] +name = "toml" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" +dependencies = [ + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit", +] + [[package]] name = "toml_datetime" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" +checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" +dependencies = [ + "serde", +] [[package]] name = "toml_edit" -version = "0.19.10" +version = "0.19.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739" +checksum = "5f8751d9c1b03c6500c387e96f81f815a4f8e72d142d2d4a9ffa6fedd51ddee7" dependencies = [ - "indexmap", + "indexmap 2.0.0", + "serde", + "serde_spanned", "toml_datetime", "winnow", ] @@ -14161,14 +14558,14 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" dependencies = [ - "bitflags", + "bitflags 1.3.2", "bytes", "futures-core", "futures-util", "http", "http-body", "http-range-header", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.10", "tower-layer", "tower-service", ] @@ -14193,20 +14590,20 @@ checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" dependencies = [ "cfg-if 1.0.0", "log", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.10", "tracing-attributes", "tracing-core", ] [[package]] name = "tracing-attributes" -version = "0.1.24" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" +checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] @@ -14231,8 +14628,8 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -14242,14 +14639,14 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ - "expander 0.0.6", + "expander 2.0.0", "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.25", ] [[package]] @@ -14299,7 +14696,7 @@ dependencies = [ [[package]] name = "traits" version = "1.9.3" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-support", "frame-system", @@ -14313,8 +14710,8 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] @@ -14357,12 +14754,12 @@ dependencies = [ "lazy_static", "rand 0.8.5", "smallvec", - "socket2", + "socket2 0.4.9", "thiserror", "tinyvec", "tokio", "tracing", - "url 2.3.1", + "url 2.4.0", ] [[package]] @@ -14394,7 +14791,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" +source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "async-trait", "clap", @@ -14411,20 +14808,20 @@ dependencies = [ "sp-consensus-aura", "sp-consensus-babe", "sp-core", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-debug-derive", "sp-externalities", "sp-inherents", "sp-io", "sp-keystore", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "sp-state-machine", "sp-timestamp", "sp-transaction-storage-proof", "sp-version", - "sp-weights 4.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-weights", "substrate-rpc-client", - "zstd", + "zstd 0.12.3+zstd.1.5.2", ] [[package]] @@ -14448,7 +14845,7 @@ dependencies = [ "rand 0.8.5", "sha1", "thiserror", - "url 2.3.1", + "url 2.4.0", "utf-8", ] @@ -14486,7 +14883,7 @@ dependencies = [ [[package]] name = "tx-pause" version = "4.0.0-dev" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-benchmarking", "frame-support", @@ -14496,8 +14893,8 @@ dependencies = [ "pallet-utility", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", ] [[package]] @@ -14508,9 +14905,9 @@ checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" [[package]] name = "ucd-trie" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" +checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" [[package]] name = "uint" @@ -14541,9 +14938,9 @@ checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" [[package]] name = "unicode-ident" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" +checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73" [[package]] name = "unicode-normalization" @@ -14617,13 +15014,13 @@ dependencies = [ [[package]] name = "url" -version = "2.3.1" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" +checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" dependencies = [ "form_urlencoded", - "idna 0.3.0", - "percent-encoding 2.2.0", + "idna 0.4.0", + "percent-encoding 2.3.0", ] [[package]] @@ -14640,11 +15037,11 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.3.3" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2" +checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" dependencies = [ - "getrandom 0.2.9", + "getrandom 0.2.10", ] [[package]] @@ -14682,7 +15079,7 @@ dependencies = [ "sha2 0.8.2", "signal-hook", "signal-hook-tokio", - "sp-keyring 7.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keyring", "sysinfo 0.26.9", "thiserror", "tokio", @@ -14696,7 +15093,7 @@ dependencies = [ [[package]] name = "vault-registry" version = "1.2.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "bitcoin 1.2.0", "currency", @@ -14717,11 +15114,11 @@ dependencies = [ "scale-info", "security", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "staking", "traits", ] @@ -14729,27 +15126,27 @@ dependencies = [ [[package]] name = "vault-registry-rpc" version = "0.3.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "jsonrpsee", "oracle-rpc-runtime-api", "parity-scale-codec", "sp-api", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", "vault-registry-rpc-runtime-api", ] [[package]] name = "vault-registry-rpc-runtime-api" version = "0.3.0" -source = "git+https://github.com/interlay/interbtc?rev=dad0db930dce16070e921c1d9f05b5244be6a995#dad0db930dce16070e921c1d9f05b5244be6a995" +source = "git+https://github.com/interlay/interbtc?rev=2ec5b959a547f28d7bab7799568321c9cff40343#2ec5b959a547f28d7bab7799568321c9cff40343" dependencies = [ "frame-support", "oracle-rpc-runtime-api", "parity-scale-codec", "sp-api", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-std", ] [[package]] @@ -14797,11 +15194,10 @@ dependencies = [ [[package]] name = "want" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" +checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" dependencies = [ - "log", "try-lock", ] @@ -14821,7 +15217,7 @@ dependencies = [ "mime", "mime_guess", "multer", - "percent-encoding 2.2.0", + "percent-encoding 2.3.0", "pin-project", "rustls-pemfile", "scoped-tls", @@ -14856,9 +15252,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.86" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" +checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" dependencies = [ "cfg-if 1.0.0", "wasm-bindgen-macro", @@ -14866,24 +15262,24 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.86" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" +checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.36" +version = "0.4.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e" +checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -14893,9 +15289,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.86" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" +checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -14903,22 +15299,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.86" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" +checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.86" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" +checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" [[package]] name = "wasm-instrument" @@ -15025,8 +15421,8 @@ version = "0.100.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64b20236ab624147dfbb62cf12a19aaf66af0e41b8398838b66e997d07d269d4" dependencies = [ - "indexmap", - "url 2.3.1", + "indexmap 1.9.3", + "url 2.4.0", ] [[package]] @@ -15038,7 +15434,7 @@ dependencies = [ "anyhow", "bincode", "cfg-if 1.0.0", - "indexmap", + "indexmap 1.9.3", "libc", "log", "object 0.29.0", @@ -15078,12 +15474,12 @@ dependencies = [ "directories-next", "file-per-thread-logger", "log", - "rustix 0.36.14", + "rustix 0.36.15", "serde", - "sha2 0.10.6", - "toml", + "sha2 0.10.7", + "toml 0.5.11", "windows-sys 0.42.0", - "zstd", + "zstd 0.11.2+zstd.1.5.2", ] [[package]] @@ -15116,7 +15512,7 @@ dependencies = [ "anyhow", "cranelift-entity", "gimli 0.26.2", - "indexmap", + "indexmap 1.9.3", "log", "object 0.29.0", "serde", @@ -15158,7 +15554,7 @@ checksum = "eed41cbcbf74ce3ff6f1d07d1b707888166dc408d1a880f651268f4f7c9194b2" dependencies = [ "object 0.29.0", "once_cell", - "rustix 0.36.14", + "rustix 0.36.15", ] [[package]] @@ -15181,7 +15577,7 @@ dependencies = [ "anyhow", "cc", "cfg-if 1.0.0", - "indexmap", + "indexmap 1.9.3", "libc", "log", "mach", @@ -15189,7 +15585,7 @@ dependencies = [ "memoffset 0.6.5", "paste", "rand 0.8.5", - "rustix 0.36.14", + "rustix 0.36.15", "wasmtime-asm-macros", "wasmtime-environ", "wasmtime-jit-debug", @@ -15210,9 +15606,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.63" +version = "0.3.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2" +checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" dependencies = [ "js-sys", "wasm-bindgen", @@ -15270,13 +15666,13 @@ dependencies = [ "sdp", "serde", "serde_json", - "sha2 0.10.6", + "sha2 0.10.7", "stun", "thiserror", - "time 0.3.21", + "time 0.3.23", "tokio", "turn", - "url 2.3.1", + "url 2.4.0", "waitgroup", "webrtc-data", "webrtc-dtls", @@ -15318,7 +15714,7 @@ dependencies = [ "ccm", "curve25519-dalek 3.2.0", "der-parser 8.2.0", - "elliptic-curve", + "elliptic-curve 0.12.3", "hkdf", "hmac 0.12.1", "log", @@ -15330,11 +15726,11 @@ dependencies = [ "rcgen 0.9.3", "ring", "rustls 0.19.1", - "sec1", + "sec1 0.3.0", "serde", "sha1", - "sha2 0.10.6", - "signature", + "sha2 0.10.7", + "signature 1.6.4", "subtle", "thiserror", "tokio", @@ -15361,7 +15757,7 @@ dependencies = [ "thiserror", "tokio", "turn", - "url 2.3.1", + "url 2.4.0", "uuid", "waitgroup", "webrtc-mdns", @@ -15375,7 +15771,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106" dependencies = [ "log", - "socket2", + "socket2 0.4.9", "thiserror", "tokio", "webrtc-util", @@ -15442,7 +15838,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87" dependencies = [ "async-trait", - "bitflags", + "bitflags 1.3.2", "bytes", "cc", "ipnet", @@ -15469,9 +15865,9 @@ dependencies = [ [[package]] name = "wide" -version = "0.7.9" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cd0496a71f3cc6bc4bf0ed91346426a5099e93d89807e663162dc5a1069ff65" +checksum = "aa469ffa65ef7e0ba0f164183697b89b854253fd31aeb92358b7b6155177d62f" dependencies = [ "bytemuck", "safe_arch", @@ -15479,9 +15875,9 @@ dependencies = [ [[package]] name = "widestring" -version = "0.5.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983" +checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" [[package]] name = "winapi" @@ -15533,7 +15929,7 @@ version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" dependencies = [ - "windows-targets 0.48.0", + "windows-targets 0.48.1", ] [[package]] @@ -15566,7 +15962,7 @@ version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" dependencies = [ - "windows-targets 0.48.0", + "windows-targets 0.48.1", ] [[package]] @@ -15586,9 +15982,9 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.48.0" +version = "0.48.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" +checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" dependencies = [ "windows_aarch64_gnullvm 0.48.0", "windows_aarch64_msvc 0.48.0", @@ -15715,9 +16111,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winnow" -version = "0.4.6" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" +checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7" dependencies = [ "memchr", ] @@ -15731,6 +16127,16 @@ dependencies = [ "winapi", ] +[[package]] +name = "winreg" +version = "0.50.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" +dependencies = [ + "cfg-if 1.0.0", + "windows-sys 0.48.0", +] + [[package]] name = "wyz" version = "0.5.1" @@ -15778,7 +16184,7 @@ dependencies = [ "ring", "rusticata-macros", "thiserror", - "time 0.3.21", + "time 0.3.23", ] [[package]] @@ -15796,13 +16202,13 @@ dependencies = [ "oid-registry 0.6.1", "rusticata-macros", "thiserror", - "time 0.3.21", + "time 0.3.23", ] [[package]] name = "xcm" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "bounded-collections", "derivative", @@ -15811,14 +16217,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 4.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-weights", "xcm-procedural", ] [[package]] name = "xcm-builder" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "frame-support", "frame-system", @@ -15828,42 +16234,42 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] [[package]] name = "xcm-executor" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "environmental", "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-arithmetic", "sp-core", "sp-io", - "sp-runtime 7.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-std 5.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", - "sp-weights 4.0.0 (git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.40)", + "sp-runtime", + "sp-std", + "sp-weights", "xcm", ] [[package]] name = "xcm-procedural" -version = "0.9.40" -source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.40#95fe4c8862810bffd68343231a517e62689c05c0" +version = "0.9.42" +source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.25", ] [[package]] @@ -15892,7 +16298,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" dependencies = [ - "time 0.3.21", + "time 0.3.23", ] [[package]] @@ -15912,7 +16318,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.25", ] [[package]] @@ -15921,7 +16327,16 @@ version = "0.11.2+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" dependencies = [ - "zstd-safe", + "zstd-safe 5.0.2+zstd.1.5.2", +] + +[[package]] +name = "zstd" +version = "0.12.3+zstd.1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806" +dependencies = [ + "zstd-safe 6.0.5+zstd.1.5.4", ] [[package]] @@ -15934,6 +16349,16 @@ dependencies = [ "zstd-sys", ] +[[package]] +name = "zstd-safe" +version = "6.0.5+zstd.1.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b" +dependencies = [ + "libc", + "zstd-sys", +] + [[package]] name = "zstd-sys" version = "2.0.8+zstd.1.5.5" diff --git a/Cargo.toml b/Cargo.toml index ca6c94e53..533c66508 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,229 +12,230 @@ members = [ ] [patch.crates-io] -sp-core = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-state-machine = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } +sp-core = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-state-machine = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-io = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-keyring = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } [patch."https://github.com/paritytech/substrate"] -frame-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -frame-benchmarking-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -frame-executive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -frame-support-procedural = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -frame-support-procedural-tools = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -frame-support-procedural-tools-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -frame-system-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-collective = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-identity = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-membership = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-multisig = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-scheduler = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-society = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-sudo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-treasury = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-utility = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-basic-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-chain-spec = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-client-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-client-db = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-consensus-epochs = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-executor = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-executor-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-executor-wasmtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-informant = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-network = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-network-gossip = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-rpc-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-rpc-server = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-service = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-telemetry = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-transaction-pool-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-application-crypto = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-arithmetic = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-blockchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-consensus-vrf = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-debug-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-externalities = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-keyring = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-runtime-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-runtime-interface-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-state-machine = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-storage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-trie = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-wasm-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -substrate-build-script-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -substrate-wasm-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-network-sync = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -frame-election-provider-solution-type = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -frame-election-provider-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -frame-try-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-bags-list = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-child-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-democracy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-fast-unstake = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-im-online = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-indices = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-nomination-pools = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-offences = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-preimage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-proxy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-staking-reward-fn = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-tips = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-vesting = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-consensus-babe-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-consensus-manual-seal = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-network-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-network-light = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-peerset = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-sync-state-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-sysinfo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-mmr-primitives = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-npos-elections = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-weights = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -substrate-rpc-client = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -try-runtime-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -mmr-gadget = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -mmr-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -fork-tree = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -pallet-staking-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-consensus-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-consensus-beefy-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-consensus-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-consensus-grandpa-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-network-transactions = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sc-storage-monitor = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-consensus-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-consensus-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } +frame-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +frame-benchmarking-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +frame-executive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +frame-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +frame-support-procedural = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +frame-support-procedural-tools = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +frame-support-procedural-tools-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +frame-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +frame-system-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-balances = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-collective = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-identity = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-membership = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-multisig = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-scheduler = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-society = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-sudo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-treasury = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-utility = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-basic-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-chain-spec = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-client-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-client-db = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-consensus-epochs = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-executor = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-executor-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-executor-wasmtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-informant = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-network = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-network-gossip = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-rpc-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-rpc-server = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-service = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-telemetry = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-transaction-pool-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-application-crypto = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-arithmetic = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-blockchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-core = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-debug-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-externalities = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-inherents = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-io = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-keyring = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-runtime-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-runtime-interface-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-state-machine = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-std = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-storage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-trie = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-version = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-wasm-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +substrate-build-script-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +substrate-wasm-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-network-sync = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +frame-election-provider-solution-type = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +frame-election-provider-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +frame-try-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-bags-list = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-child-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-democracy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-fast-unstake = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-im-online = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-indices = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-nomination-pools = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-offences = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-preimage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-proxy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-staking-reward-fn = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-tips = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-vesting = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-consensus-babe-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-consensus-manual-seal = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-network-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-network-light = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-peerset = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-sync-state-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-sysinfo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-mmr-primitives = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-npos-elections = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-weights = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +substrate-rpc-client = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +try-runtime-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +mmr-gadget = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +mmr-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +fork-tree = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +pallet-staking-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-consensus-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-consensus-beefy-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-consensus-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-consensus-grandpa-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-network-transactions = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sc-storage-monitor = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-consensus-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } +sp-consensus-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.42" } [patch."https://github.com/paritytech/polkadot"] -pallet-xcm = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -xcm = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -xcm-builder = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -xcm-executor = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-parachain = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-service = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-availability-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-cli = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-client = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-erasure-coding = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-network-bridge = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-node-core-av-store = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-node-core-parachains-inherent = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-node-core-pvf = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-node-jaeger = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-node-metrics = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-node-network-protocol = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-node-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-node-subsystem = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-node-subsystem-types = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-node-subsystem-util = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-overseer = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-runtime-common = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-runtime-metrics = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -polkadot-statement-table = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -slot-range-helper = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -tracing-gum = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -tracing-gum-proc-macro = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } -pallet-xcm-benchmarks = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.40" } +pallet-xcm = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +xcm = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +xcm-builder = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +xcm-executor = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-parachain = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-service = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-availability-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-cli = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-client = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-erasure-coding = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-network-bridge = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-node-core-av-store = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-node-core-parachains-inherent = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-node-core-pvf = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-node-jaeger = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-node-metrics = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-node-network-protocol = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-node-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-node-subsystem = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-node-subsystem-types = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-node-subsystem-util = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-overseer = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-runtime-common = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-runtime-metrics = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +polkadot-statement-table = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +slot-range-helper = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +tracing-gum = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +tracing-gum-proc-macro = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } +pallet-xcm-benchmarks = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.42" } [patch."https://github.com/paritytech/cumulus"] -cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-client-cli = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-client-collator = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-client-consensus-aura = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-client-consensus-common = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-client-consensus-relay-chain = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-client-network = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-client-pov-recovery = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-client-service = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-pallet-aura-ext = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-pallet-parachain-system = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-primitives-timestamp = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-primitives-utility = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-relay-chain-interface = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-relay-chain-rpc-interface = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -cumulus-test-relay-sproof-builder = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } -parachain-info = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.40" } +cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-client-cli = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-client-collator = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-client-consensus-aura = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-client-consensus-common = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-client-consensus-relay-chain = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-client-network = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-client-pov-recovery = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-client-service = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-pallet-aura-ext = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-pallet-parachain-system = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-primitives-timestamp = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-primitives-utility = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-relay-chain-interface = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-relay-chain-rpc-interface = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +cumulus-test-relay-sproof-builder = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } +parachain-info = { git = "https://github.com/paritytech//cumulus", branch = "polkadot-v0.9.42" } # patch needed since we need zenlink to use the same versions [patch."https://github.com/open-web3-stack/open-runtime-module-library"] -orml-asset-registry = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "a4977fe70eeea93b072706f7ab2d2577f4a8d320" } -orml-oracle = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "a4977fe70eeea93b072706f7ab2d2577f4a8d320" } -orml-tokens = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "a4977fe70eeea93b072706f7ab2d2577f4a8d320" } -orml-traits = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "a4977fe70eeea93b072706f7ab2d2577f4a8d320" } -orml-unknown-tokens = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "a4977fe70eeea93b072706f7ab2d2577f4a8d320" } -orml-utilities = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "a4977fe70eeea93b072706f7ab2d2577f4a8d320" } -orml-vesting = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "a4977fe70eeea93b072706f7ab2d2577f4a8d320" } -orml-xcm-support = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "a4977fe70eeea93b072706f7ab2d2577f4a8d320" } -orml-xtokens = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "a4977fe70eeea93b072706f7ab2d2577f4a8d320" } +orml-asset-registry = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "ca05423f4f32be1d30765caacdc7d90130f5554a" } +orml-oracle = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "ca05423f4f32be1d30765caacdc7d90130f5554a" } +orml-tokens = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "ca05423f4f32be1d30765caacdc7d90130f5554a" } +orml-traits = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "ca05423f4f32be1d30765caacdc7d90130f5554a" } +orml-unknown-tokens = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "ca05423f4f32be1d30765caacdc7d90130f5554a" } +orml-utilities = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "ca05423f4f32be1d30765caacdc7d90130f5554a" } +orml-vesting = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "ca05423f4f32be1d30765caacdc7d90130f5554a" } +orml-xcm-support = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "ca05423f4f32be1d30765caacdc7d90130f5554a" } +orml-xtokens = { git = "https://github.com/open-web3-stack//open-runtime-module-library", rev = "ca05423f4f32be1d30765caacdc7d90130f5554a" } diff --git a/bitcoin/Cargo.toml b/bitcoin/Cargo.toml index 45b7274ed..ea1a7e0fd 100644 --- a/bitcoin/Cargo.toml +++ b/bitcoin/Cargo.toml @@ -35,7 +35,7 @@ serde = "1.0.139" serde_json = "1.0.82" # Substrate dependencies -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" } [dev-dependencies] mockall = "0.8.1" diff --git a/faucet/Cargo.toml b/faucet/Cargo.toml index 834609070..33d3717a4 100644 --- a/faucet/Cargo.toml +++ b/faucet/Cargo.toml @@ -44,5 +44,4 @@ service = { path = "../service" } runtime = { path = "../runtime", features = ["testing-utils"] } # Substrate dependencies -# needs to agree with subxt's version -sp-keyring = { version = "7.0.0" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" } diff --git a/runner/Cargo.toml b/runner/Cargo.toml index 388ba976b..61e22b8fb 100644 --- a/runner/Cargo.toml +++ b/runner/Cargo.toml @@ -10,7 +10,7 @@ clap = { version = "4.0.17", features = ["derive"]} hex = "0.4.3" tokio = { version = "1.8", features = ["rt-multi-thread", "macros", "time"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" } thiserror = "1.0.0" log = "0.4.0" env_logger = "0.7.1" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index a929dd57f..a476c8cc4 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -33,11 +33,10 @@ prometheus = { version = "0.12.0", features = ["process"] } lazy_static = "1.4.0" # Substrate dependencies -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -# needs to agree with subxt's version -sp-keyring = { version = "7.0.0", default_features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" } # Subxt dependencies subxt = "0.25.0" @@ -48,28 +47,28 @@ bitcoin = { path = "../bitcoin" } # Dependencies for the testing utils for integration tests tempdir = { version = "0.3.7", optional = true } -interbtc = { package = "interbtc-parachain", git = "https://github.com/interlay/interbtc", rev = "dad0db930dce16070e921c1d9f05b5244be6a995", optional = true } -interbtc-runtime = { package = "kintsugi-runtime-parachain", git = "https://github.com/interlay/interbtc", rev = "dad0db930dce16070e921c1d9f05b5244be6a995", optional = true } +interbtc = { package = "interbtc-parachain", git = "https://github.com/interlay/interbtc", rev = "2ec5b959a547f28d7bab7799568321c9cff40343", optional = true } +interbtc-runtime = { package = "kintsugi-runtime-parachain", git = "https://github.com/interlay/interbtc", rev = "2ec5b959a547f28d7bab7799568321c9cff40343", optional = true } rand = { version = "0.7", optional = true } [dependencies.primitives] git = "https://github.com/interlay/interbtc" -rev = "dad0db930dce16070e921c1d9f05b5244be6a995" +rev = "2ec5b959a547f28d7bab7799568321c9cff40343" package = "interbtc-primitives" [dependencies.module-bitcoin] git = "https://github.com/interlay/interbtc" -rev = "dad0db930dce16070e921c1d9f05b5244be6a995" +rev = "2ec5b959a547f28d7bab7799568321c9cff40343" package = "bitcoin" [dependencies.module-btc-relay] git = "https://github.com/interlay/interbtc" -rev = "dad0db930dce16070e921c1d9f05b5244be6a995" +rev = "2ec5b959a547f28d7bab7799568321c9cff40343" package = "btc-relay" [dependencies.module-oracle-rpc-runtime-api] git = "https://github.com/interlay/interbtc" -rev = "dad0db930dce16070e921c1d9f05b5244be6a995" +rev = "2ec5b959a547f28d7bab7799568321c9cff40343" package = "oracle-rpc-runtime-api" [dev-dependencies] diff --git a/runtime/client/Cargo.toml b/runtime/client/Cargo.toml index b40479fe6..b2cc8ad93 100644 --- a/runtime/client/Cargo.toml +++ b/runtime/client/Cargo.toml @@ -23,11 +23,10 @@ log = "0.4.13" serde_json = "1.0.61" thiserror = "1.0.23" -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40", default-features = false } -sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40", default-features = false } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40", default-features = false } -# needs to agree with subxt's version -sp-keyring = { version = "7.0.0" } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42", default-features = false } +sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42", default-features = false } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42", default-features = false } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" } subxt = "0.25.0" diff --git a/runtime/client/src/lib.rs b/runtime/client/src/lib.rs index 356e5404f..7d82753c9 100644 --- a/runtime/client/src/lib.rs +++ b/runtime/client/src/lib.rs @@ -246,7 +246,6 @@ impl SubxtClientConfig { disable_grandpa: Default::default(), execution_strategies: Default::default(), force_authoring: Default::default(), - keystore_remote: Default::default(), offchain_worker: Default::default(), prometheus_config: Default::default(), rpc_cors: Default::default(), @@ -262,7 +261,6 @@ impl SubxtClientConfig { base_path: Default::default(), informant_output_format: Default::default(), state_pruning: Default::default(), - // transaction_storage: sc_client_db::TransactionStorageMode::BlockBody, wasm_runtime_overrides: Default::default(), rpc_max_payload: Default::default(), ws_max_out_buffer_capacity: Default::default(), diff --git a/runtime/metadata-parachain-interlay.scale b/runtime/metadata-parachain-interlay.scale index 986eba91888019831a1a06548430a619735261e2..28dffb7de1102927a18a3a5bff7e98b4d75012b5 100644 GIT binary patch delta 29035 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 diff --git a/runtime/metadata-parachain-kintsugi.scale b/runtime/metadata-parachain-kintsugi.scale index 826802035d7b8721e42121205a2d68dca4ae7014..4582982a2a52ed421dada4ed142c22239b38aab3 100644 GIT binary patch delta 29262 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 KYb;CGTK)&VEi}vk delta 28289 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%0DGSr!hwYdR2Fyove;(8}=|i5! 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 = 1024000..1025000; + const DEFAULT_SPEC_VERSION: Range = 1025000..1026000; pub const DEFAULT_SPEC_NAME: &str = "interlay-parachain"; pub const SS58_PREFIX: u16 = 2032; } else if #[cfg(feature = "parachain-metadata-kintsugi")] { - const DEFAULT_SPEC_VERSION: Range = 1024000..1025000; + const DEFAULT_SPEC_VERSION: Range = 1025000..1026000; pub const DEFAULT_SPEC_NAME: &str = "kintsugi-parachain"; pub const SS58_PREFIX: u16 = 2092; } diff --git a/runtime/src/types.rs b/runtime/src/types.rs index 181a0e814..10fa6083f 100644 --- a/runtime/src/types.rs +++ b/runtime/src/types.rs @@ -334,13 +334,15 @@ mod dispatch_error { convert_enum!( RichTokenError, TokenError, - NoFunds, - WouldDie, + FundsUnavailable, + OnlyProvider, BelowMinimum, CannotCreate, UnknownAsset, Frozen, Unsupported, + CannotCreateHold, + NotExpendable, ); convert_enum!( diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f80936cb0..d25de7b7e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2022-12-15" +channel = "nightly-2023-03-01" components = [ "rustfmt", "rls" ] targets = [ "wasm32-unknown-unknown" ] diff --git a/vault/Cargo.toml b/vault/Cargo.toml index 68a5cb963..c50f765d6 100644 --- a/vault/Cargo.toml +++ b/vault/Cargo.toml @@ -33,7 +33,7 @@ lazy_static = "1.4" governor = "0.5.0" nonzero_ext = "0.3.0" -rocksdb = { version = "0.19.0", features = ["snappy"], default-features = false } +rocksdb = { version = "0.20.0", features = ["snappy"], default-features = false } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.2.12", features = ["registry", "env-filter", "fmt"] } @@ -49,8 +49,7 @@ service = { path = "../service" } faucet-rpc = { package = "faucet", path = "../faucet" } # Substrate dependencies -# needs to agree with subxt's version -sp-keyring = { version = "7.0.0" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" } [dev-dependencies] mockall = "0.8.1" @@ -61,4 +60,4 @@ runtime = { path = "../runtime", features = ["testing-utils"] } bitcoin = { path = "../bitcoin", features = ["cli", "regtest-manual-mining"] } # Substrate dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }