diff --git a/invarch/Cargo.lock b/invarch/Cargo.lock index b4999d1..6819c98 100644 --- a/invarch/Cargo.lock +++ b/invarch/Cargo.lock @@ -23,18 +23,18 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.22.0" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" +checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" dependencies = [ - "gimli 0.29.0", + "gimli 0.31.1", ] [[package]] -name = "adler" -version = "1.0.2" +name = "adler2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "aead" @@ -78,7 +78,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", - "getrandom 0.2.15", + "getrandom", "once_cell", "version_check", "zerocopy", @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.18" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" +checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9" [[package]] name = "always-assert" @@ -131,9 +131,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.14" +version = "0.6.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" +checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" dependencies = [ "anstyle", "anstyle-parse", @@ -146,43 +146,43 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.7" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" +checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" [[package]] name = "anstyle-parse" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" +checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" +checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] name = "anstyle-wincon" -version = "3.0.3" +version = "3.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" +checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" dependencies = [ "anstyle", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "approx" @@ -204,7 +204,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -365,7 +365,7 @@ dependencies = [ "num-bigint", "num-traits", "paste", - "rustc_version 0.4.0", + "rustc_version 0.4.1", "zeroize", ] @@ -435,7 +435,7 @@ dependencies = [ [[package]] name = "ark-secret-scalar" version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" +source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" dependencies = [ "ark-ec", "ark-ff", @@ -477,20 +477,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand 0.8.5", + "rand", "rayon", ] [[package]] name = "ark-transcript" version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" +source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" dependencies = [ "ark-ff", "ark-serialize", "ark-std", "digest 0.10.7", - "rand_core 0.6.4", + "rand_core", "sha3", ] @@ -502,9 +502,9 @@ checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" [[package]] name = "arrayref" -version = "0.3.7" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" +checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" [[package]] name = "arrayvec" @@ -517,9 +517,9 @@ dependencies = [ [[package]] name = "arrayvec" -version = "0.7.4" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "asn1-rs" @@ -573,7 +573,7 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", "synstructure 0.13.1", ] @@ -596,7 +596,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -625,19 +625,19 @@ dependencies = [ "concurrent-queue", "event-listener-strategy", "futures-core", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] name = "async-executor" -version = "1.12.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0" +checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" dependencies = [ "async-task", "concurrent-queue", - "fastrand 2.1.0", - "futures-lite 2.3.0", + "fastrand 2.2.0", + "futures-lite 2.5.0", "slab", ] @@ -675,21 +675,21 @@ dependencies = [ [[package]] name = "async-io" -version = "2.3.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" +checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" dependencies = [ "async-lock 3.4.0", "cfg-if", "concurrent-queue", "futures-io", - "futures-lite 2.3.0", + "futures-lite 2.5.0", "parking", - "polling 3.7.2", - "rustix 0.38.34", + "polling 3.7.4", + "rustix 0.38.40", "slab", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -709,7 +709,7 @@ checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" dependencies = [ "event-listener 5.3.1", "event-listener-strategy", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -736,26 +736,26 @@ dependencies = [ "cfg-if", "event-listener 3.1.0", "futures-lite 1.13.0", - "rustix 0.38.34", + "rustix 0.38.40", "windows-sys 0.48.0", ] [[package]] name = "async-signal" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "794f185324c2f00e771cd9f1ae8b5ac68be2ca7abb129a87afd6e86d228bc54d" +checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" dependencies = [ - "async-io 2.3.3", + "async-io 2.4.0", "async-lock 3.4.0", "atomic-waker", "cfg-if", "futures-core", "futures-io", - "rustix 0.38.34", + "rustix 0.38.40", "signal-hook-registry", "slab", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -766,13 +766,13 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.80" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -785,7 +785,7 @@ dependencies = [ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -813,29 +813,29 @@ dependencies = [ [[package]] name = "autocfg" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" +checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "backtrace" -version = "0.3.73" +version = "0.3.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" +checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" dependencies = [ - "addr2line 0.22.0", - "cc", + "addr2line 0.24.2", "cfg-if", "libc", "miniz_oxide", - "object 0.36.0", + "object 0.36.5", "rustc-demangle", + "windows-targets 0.52.6", ] [[package]] name = "bandersnatch_vrfs" version = "0.0.4" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" +source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" dependencies = [ "ark-bls12-381", "ark-ec", @@ -844,10 +844,8 @@ dependencies = [ "ark-serialize", "ark-std", "dleq_vrf", - "fflonk", - "merlin", - "rand_chacha 0.3.1", - "rand_core 0.6.4", + "rand_chacha", + "rand_core", "ring 0.1.0", "sha2 0.10.8", "sp-ark-bls12-381", @@ -900,10 +898,20 @@ dependencies = [ "serde", ] +[[package]] +name = "binary-merkle-tree" +version = "13.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", +] + [[package]] name = "binary-merkle-tree" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "hash-db", "log", @@ -930,22 +938,22 @@ dependencies = [ "lazy_static", "lazycell", "peeking_take_while", - "prettyplease 0.2.20", + "prettyplease 0.2.25", "proc-macro2", "quote", "regex", - "rustc-hash", + "rustc-hash 1.1.0", "shlex", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "bip39" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" +checksum = "33415e24172c1b7d6066f6d999545375ab8e1d95421d6784bdfff9496f292387" dependencies = [ - "bitcoin_hashes 0.11.0", + "bitcoin_hashes", ] [[package]] @@ -954,12 +962,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" -[[package]] -name = "bitcoin_hashes" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" - [[package]] name = "bitcoin_hashes" version = "0.13.0" @@ -978,9 +980,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" +checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "bitvec" @@ -1033,8 +1035,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" dependencies = [ "arrayref", - "arrayvec 0.7.4", - "constant_time_eq 0.3.0", + "arrayvec 0.7.6", + "constant_time_eq 0.3.1", ] [[package]] @@ -1044,21 +1046,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae" dependencies = [ "arrayref", - "arrayvec 0.7.4", - "constant_time_eq 0.3.0", + "arrayvec 0.7.6", + "constant_time_eq 0.3.1", ] [[package]] name = "blake3" -version = "1.5.1" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52" +checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "cc", "cfg-if", - "constant_time_eq 0.3.0", + "constant_time_eq 0.3.1", ] [[package]] @@ -1088,15 +1090,15 @@ dependencies = [ "async-channel 2.3.1", "async-task", "futures-io", - "futures-lite 2.3.0", + "futures-lite 2.5.0", "piper", ] [[package]] name = "bounded-collections" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d32385ecb91a31bddaf908e8dcf4a15aef1bcd3913cc03ebfad02ff6d568abc1" +checksum = "3d077619e9c237a5d1875166f5e8033e8f6bff0c96f8caf81e1c2d7738c431bf" dependencies = [ "log", "parity-scale-codec", @@ -1116,7 +1118,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.14.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "scale-info", @@ -1141,12 +1143,12 @@ dependencies = [ [[package]] name = "bstr" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" +checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" dependencies = [ "memchr", - "regex-automata 0.4.7", + "regex-automata 0.4.9", "serde", ] @@ -1179,9 +1181,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytemuck" -version = "1.16.1" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e" +checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" [[package]] name = "byteorder" @@ -1191,9 +1193,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" +checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" [[package]] name = "bytesize" @@ -1227,9 +1229,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.7" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239" +checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" dependencies = [ "serde", ] @@ -1259,13 +1261,13 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.100" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c891175c3fb232128f48de6590095e59198bbeb8620c310be349bfc3afd12c7b" +checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8" dependencies = [ "jobserver", "libc", - "once_cell", + "shlex", ] [[package]] @@ -1349,7 +1351,7 @@ dependencies = [ "js-sys", "num-traits", "wasm-bindgen", - "windows-targets 0.52.5", + "windows-targets 0.52.6", ] [[package]] @@ -1411,9 +1413,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.7" +version = "4.5.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f" +checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" dependencies = [ "clap_builder", "clap_derive", @@ -1421,9 +1423,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.7" +version = "4.5.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f" +checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" dependencies = [ "anstream", "anstyle", @@ -1434,21 +1436,21 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.5" +version = "4.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6" +checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "clap_lex" -version = "0.7.1" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" +checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7" [[package]] name = "coarsetime" @@ -1468,35 +1470,35 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" dependencies = [ "termcolor", - "unicode-width", + "unicode-width 0.1.14", ] [[package]] name = "color-print" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0" +checksum = "3aa954171903797d5623e047d9ab69d91b493657917bdfb8c2c80ecaf9cdb6f4" dependencies = [ "color-print-proc-macro", ] [[package]] name = "color-print-proc-macro" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93" +checksum = "692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22" dependencies = [ "nom", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "colorchoice" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" +checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "combine" @@ -1510,19 +1512,19 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.1.1" +version = "7.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" +checksum = "e0d05af1e006a2407bedef5af410552494ce5be9090444dbbcb57258c1af3d56" dependencies = [ "strum 0.26.3", "strum_macros 0.26.4", - "unicode-width", + "unicode-width 0.2.0", ] [[package]] name = "common" version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#665f5f51af5734c7b6d90b985dd6861d4c5b4752" +source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" dependencies = [ "ark-ec", "ark-ff", @@ -1532,7 +1534,7 @@ dependencies = [ "fflonk", "getrandom_or_panic", "merlin", - "rand_chacha 0.3.1", + "rand_chacha", ] [[package]] @@ -1559,7 +1561,7 @@ dependencies = [ "encode_unicode", "lazy_static", "libc", - "unicode-width", + "unicode-width 0.1.14", "windows-sys 0.52.0", ] @@ -1584,7 +1586,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.15", + "getrandom", "once_cell", "tiny-keccak", ] @@ -1597,9 +1599,9 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "constant_time_eq" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" +checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" [[package]] name = "constcat" @@ -1625,9 +1627,9 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "core2" @@ -1659,9 +1661,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.12" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" +checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6" dependencies = [ "libc", ] @@ -1835,7 +1837,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ "generic-array 0.14.7", - "rand_core 0.6.4", + "rand_core", "subtle 2.6.1", "zeroize", ] @@ -1847,7 +1849,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ "generic-array 0.14.7", - "rand_core 0.6.4", + "rand_core", "typenum", ] @@ -1883,7 +1885,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "clap", "parity-scale-codec", @@ -1900,7 +1902,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -1923,7 +1925,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.17.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "cumulus-client-collator", @@ -1968,7 +1970,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -1998,7 +2000,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "anyhow", "async-trait", @@ -2013,7 +2015,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "cumulus-relay-chain-interface 0.17.0", @@ -2039,7 +2041,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "cumulus-primitives-core 0.7.0", @@ -2048,14 +2050,12 @@ dependencies = [ "cumulus-test-relay-sproof-builder 0.7.0", "parity-scale-codec", "sc-client-api 28.0.0", - "scale-info", "sp-api 26.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-inherents 26.0.0", "sp-runtime 31.0.1", "sp-state-machine 0.35.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-trie 29.0.0", "tracing", ] @@ -2063,7 +2063,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.11.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "cumulus-primitives-core 0.15.0", @@ -2085,7 +2085,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "cumulus-primitives-core 0.15.0", @@ -2097,7 +2097,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-overseer 17.0.0", "polkadot-primitives 15.0.0", - "rand 0.8.5", + "rand", "sc-client-api 37.0.0", "sc-consensus 0.43.0", "sp-api 34.0.0", @@ -2111,7 +2111,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2148,11 +2148,11 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "cumulus-pallet-parachain-system", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "pallet-aura", "pallet-timestamp", "parity-scale-codec", @@ -2165,12 +2165,12 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "cumulus-primitives-core 0.15.0", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -2181,8 +2181,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.16.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +version = "0.16.2" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2192,7 +2192,7 @@ dependencies = [ "environmental", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "impl-trait-for-tuples", "log", "pallet-message-queue", @@ -2218,22 +2218,22 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "cumulus-pallet-session-benchmarking" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "pallet-session", "parity-scale-codec", "sp-runtime 39.0.2", @@ -2242,11 +2242,11 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "cumulus-primitives-core 0.15.0", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "sp-io 38.0.0", @@ -2257,14 +2257,14 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.16.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", "cumulus-primitives-core 0.15.0", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-message-queue", "parity-scale-codec", @@ -2282,7 +2282,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "polkadot-core-primitives 15.0.0", @@ -2295,7 +2295,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "parity-scale-codec", "polkadot-core-primitives 7.0.0", @@ -2304,7 +2304,6 @@ dependencies = [ "scale-info", "sp-api 26.0.0", "sp-runtime 31.0.1", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", "sp-trie 29.0.0", "staging-xcm 7.0.0", ] @@ -2312,7 +2311,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "polkadot-core-primitives 15.0.0", @@ -2328,7 +2327,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "cumulus-primitives-core 0.7.0", @@ -2336,16 +2335,13 @@ dependencies = [ "scale-info", "sp-core 28.0.0", "sp-inherents 26.0.0", - "sp-runtime 31.0.1", - "sp-state-machine 0.35.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", "sp-trie 29.0.0", ] [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "cumulus-primitives-core 0.15.0", @@ -2361,7 +2357,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "sp-externalities 0.29.0", "sp-runtime-interface 28.0.0", @@ -2371,7 +2367,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.15.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "cumulus-primitives-core 0.15.0", "sp-inherents 34.0.0", @@ -2381,7 +2377,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.16.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "cumulus-primitives-core 0.15.0", "frame-support 37.0.1", @@ -2400,7 +2396,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "cumulus-primitives-core 0.15.0", @@ -2424,25 +2420,26 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "cumulus-primitives-core 0.7.0", "futures", - "jsonrpsee-core 0.22.5", + "jsonrpsee-core 0.24.7", "parity-scale-codec", "polkadot-overseer 7.0.0", "sc-client-api 28.0.0", "sp-api 26.0.0", "sp-blockchain 28.0.0", "sp-state-machine 0.35.0", + "sp-version 29.0.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-interface" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "cumulus-primitives-core 0.15.0", @@ -2461,7 +2458,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", "async-trait", @@ -2496,7 +2493,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "cumulus-primitives-core 0.15.0", @@ -2508,7 +2505,7 @@ dependencies = [ "parity-scale-codec", "pin-project", "polkadot-overseer 17.0.0", - "rand 0.8.5", + "rand", "sc-client-api 37.0.0", "sc-rpc-api 0.43.0", "sc-service 0.45.0", @@ -2535,21 +2532,20 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "cumulus-primitives-core 0.7.0", "parity-scale-codec", "polkadot-primitives 7.0.0", "sp-runtime 31.0.1", "sp-state-machine 0.35.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", "sp-trie 29.0.0", ] [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "cumulus-primitives-core 0.15.0", "parity-scale-codec", @@ -2559,19 +2555,6 @@ dependencies = [ "sp-trie 37.0.0", ] -[[package]] -name = "curve25519-dalek" -version = "3.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" -dependencies = [ - "byteorder", - "digest 0.9.0", - "rand_core 0.5.1", - "subtle 2.6.1", - "zeroize", -] - [[package]] name = "curve25519-dalek" version = "4.1.3" @@ -2583,7 +2566,7 @@ dependencies = [ "curve25519-dalek-derive", "digest 0.10.7", "fiat-crypto", - "rustc_version 0.4.0", + "rustc_version 0.4.1", "subtle 2.6.1", "zeroize", ] @@ -2596,7 +2579,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -2607,16 +2590,16 @@ checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" dependencies = [ "byteorder", "digest 0.9.0", - "rand_core 0.6.4", + "rand_core", "subtle-ng", "zeroize", ] [[package]] name = "cxx" -version = "1.0.124" +version = "1.0.130" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "273dcfd3acd4e1e276af13ed2a43eea7001318823e7a726a6b3ed39b4acc0b82" +checksum = "23c042a0ba58aaff55299632834d1ea53ceff73d62373f62c9ae60890ad1b942" dependencies = [ "cc", "cxxbridge-flags", @@ -2626,34 +2609,34 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.124" +version = "1.0.130" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8b2766fbd92be34e9ed143898fce6c572dc009de39506ed6903e5a05b68914e" +checksum = "45dc1c88d0fdac57518a9b1f6c4f4fb2aca8f3c30c0d03d7d8518b47ca0bcea6" dependencies = [ "cc", "codespan-reporting", - "once_cell", "proc-macro2", "quote", "scratch", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "cxxbridge-flags" -version = "1.0.124" +version = "1.0.130" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "839fcd5e43464614ffaa989eaf1c139ef1f0c51672a1ed08023307fa1b909ccd" +checksum = "aa7ed7d30b289e2592cc55bc2ccd89803a63c913e008e6eb59f06cddf45bb52f" [[package]] name = "cxxbridge-macro" -version = "1.0.124" +version = "1.0.130" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b2c1c1776b986979be68bb2285da855f8d8a35851a769fca8740df7c3d07877" +checksum = "0b8c465d22de46b851c04630a5fc749a26005b263632ed2e0d9cc81518ead78d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "rustversion", + "syn 2.0.87", ] [[package]] @@ -2761,7 +2744,7 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -2773,8 +2756,28 @@ dependencies = [ "convert_case", "proc-macro2", "quote", - "rustc_version 0.4.0", - "syn 2.0.68", + "rustc_version 0.4.1", + "syn 2.0.87", +] + +[[package]] +name = "derive_more" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" +dependencies = [ + "derive_more-impl", +] + +[[package]] +name = "derive_more-impl" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -2863,13 +2866,13 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "dleq_vrf" version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" +source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" dependencies = [ "ark-ec", "ark-ff", @@ -2878,24 +2881,24 @@ dependencies = [ "ark-serialize", "ark-std", "ark-transcript", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "zeroize", ] [[package]] name = "docify" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a2f138ad521dc4a2ced1a4576148a6a610b4c5923933b062a263130a6802ce" +checksum = "a772b62b1837c8f060432ddcc10b17aae1453ef17617a99bc07789252d2a5896" dependencies = [ "docify_macros", ] [[package]] name = "docify_macros" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a081e51fb188742f5a7a1164ad752121abcb22874b21e2c3b0dd040c515fdad" +checksum = "60e6be249b0a462a14784a99b19bf35a667bb5e09de611738bb7362fa4c95ff7" dependencies = [ "common-path", "derive-syn-parse", @@ -2903,9 +2906,9 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.68", + "syn 2.0.87", "termcolor", - "toml 0.8.14", + "toml 0.8.19", "walkdir", ] @@ -2965,19 +2968,10 @@ dependencies = [ "elliptic-curve", "rfc6979", "serdect", - "signature 2.2.0", + "signature", "spki", ] -[[package]] -name = "ed25519" -version = "1.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" -dependencies = [ - "signature 1.6.4", -] - [[package]] name = "ed25519" version = "2.2.3" @@ -2985,21 +2979,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", - "signature 2.2.0", -] - -[[package]] -name = "ed25519-dalek" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" -dependencies = [ - "curve25519-dalek 3.2.0", - "ed25519 1.5.3", - "rand 0.7.3", - "serde", - "sha2 0.9.9", - "zeroize", + "signature", ] [[package]] @@ -3008,9 +2988,9 @@ version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ - "curve25519-dalek 4.1.3", - "ed25519 2.2.3", - "rand_core 0.6.4", + "curve25519-dalek", + "ed25519", + "rand_core", "serde", "sha2 0.10.8", "subtle 2.6.1", @@ -3023,20 +3003,20 @@ version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ - "curve25519-dalek 4.1.3", - "ed25519 2.2.3", + "curve25519-dalek", + "ed25519", "hashbrown 0.14.5", "hex", - "rand_core 0.6.4", + "rand_core", "sha2 0.10.8", "zeroize", ] [[package]] name = "either" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" +checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "elliptic-curve" @@ -3051,7 +3031,7 @@ dependencies = [ "generic-array 0.14.7", "group", "pkcs8", - "rand_core 0.6.4", + "rand_core", "sec1", "serdect", "subtle 2.6.1", @@ -3085,7 +3065,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -3105,18 +3085,28 @@ checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "enumn" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42" +checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", +] + +[[package]] +name = "env_filter" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" +dependencies = [ + "log", + "regex", ] [[package]] @@ -3132,6 +3122,19 @@ dependencies = [ "termcolor", ] +[[package]] +name = "env_logger" +version = "0.11.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" +dependencies = [ + "anstream", + "anstyle", + "env_filter", + "humantime", + "log", +] + [[package]] name = "environmental" version = "1.1.4" @@ -3168,7 +3171,7 @@ checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" dependencies = [ "concurrent-queue", "parking", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -3179,7 +3182,7 @@ checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" dependencies = [ "concurrent-queue", "parking", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -3189,7 +3192,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" dependencies = [ "event-listener 5.3.1", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -3210,10 +3213,10 @@ dependencies = [ "blake2 0.10.6", "file-guard", "fs-err", - "prettyplease 0.2.20", + "prettyplease 0.2.25", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -3239,9 +3242,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" +checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" [[package]] name = "fatality" @@ -3260,11 +3263,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ "expander", - "indexmap 2.2.6", - "proc-macro-crate 3.1.0", + "indexmap 2.6.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -3283,7 +3286,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" dependencies = [ - "rand_core 0.6.4", + "rand_core", "subtle 2.6.1", ] @@ -3322,20 +3325,20 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866" dependencies = [ - "env_logger", + "env_logger 0.10.2", "log", ] [[package]] name = "filetime" -version = "0.2.23" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" +checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.4.1", - "windows-sys 0.52.0", + "libredox", + "windows-sys 0.59.0", ] [[package]] @@ -3361,7 +3364,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand 0.8.5", + "rand", "rustc-hex", "static_assertions", ] @@ -3372,17 +3375,6 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" -[[package]] -name = "flate2" -version = "1.0.30" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" -dependencies = [ - "crc32fast", - "libz-sys", - "miniz_oxide", -] - [[package]] name = "float-cmp" version = "0.9.0" @@ -3398,6 +3390,12 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foldhash" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" + [[package]] name = "foreign-types" version = "0.3.2" @@ -3416,7 +3414,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "parity-scale-codec", ] @@ -3424,7 +3422,7 @@ dependencies = [ [[package]] name = "fork-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", ] @@ -3457,11 +3455,11 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", "frame-support-procedural 30.0.4", - "frame-system", + "frame-system 37.1.0", "linregress", "log", "parity-scale-codec", @@ -3481,7 +3479,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "42.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "Inflector", "array-bytes", @@ -3490,7 +3488,7 @@ dependencies = [ "comfy-table", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "gethostname", "handlebars", "itertools 0.11.0", @@ -3498,7 +3496,7 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "rand 0.8.5", + "rand", "rand_pcg", "sc-block-builder 0.42.0", "sc-chain-spec 37.0.0", @@ -3531,22 +3529,22 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "14.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "frame-election-provider-support" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-election-provider-solution-type", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", @@ -3558,11 +3556,11 @@ dependencies = [ [[package]] name = "frame-executive" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "aquamarine", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "frame-try-runtime 0.43.0", "log", "parity-scale-codec", @@ -3588,12 +3586,12 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", "docify", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -3603,16 +3601,16 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "futures", "indicatif", - "jsonrpsee 0.22.5", + "jsonrpsee 0.24.7", "log", "parity-scale-codec", "serde", "sp-core 28.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-io 30.0.0", "sp-runtime 31.0.1", "sp-state-machine 0.35.0", @@ -3625,10 +3623,11 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "aquamarine", "array-bytes", + "binary-merkle-tree 13.0.0", "bitflags 1.3.2", "docify", "environmental", @@ -3647,8 +3646,8 @@ dependencies = [ "sp-api 26.0.0", "sp-arithmetic 23.0.0", "sp-core 28.0.0", - "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-genesis-builder 0.8.0", "sp-inherents 26.0.0", "sp-io 30.0.0", @@ -3656,8 +3655,9 @@ dependencies = [ "sp-runtime 31.0.1", "sp-staking 26.0.0", "sp-state-machine 0.35.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-trie 29.0.0", "sp-weights 27.0.0", "static_assertions", "tt-call", @@ -3666,7 +3666,7 @@ dependencies = [ [[package]] name = "frame-support" version = "37.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "aquamarine", "array-bytes", @@ -3707,11 +3707,12 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", + "docify", "expander", "frame-support-procedural-tools 10.0.0", "itertools 0.11.0", @@ -3719,14 +3720,14 @@ dependencies = [ "proc-macro-warning 1.0.2", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "syn 2.0.68", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "syn 2.0.87", ] [[package]] name = "frame-support-procedural" version = "30.0.4" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "Inflector", "cfg-expr", @@ -3739,7 +3740,7 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407)", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -3747,34 +3748,34 @@ name = "frame-support-procedural-tools" version = "4.0.0-dev" dependencies = [ "frame-support-procedural-tools-derive 3.0.0", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "frame-support-procedural-tools-derive 11.0.0", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "frame-support-procedural-tools" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support-procedural-tools-derive 12.0.0", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -3783,33 +3784,53 @@ version = "3.0.0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", +] + +[[package]] +name = "frame-system" +version = "28.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" +dependencies = [ + "cfg-if", + "docify", + "frame-support 28.0.0", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 28.0.0", + "sp-io 30.0.0", + "sp-runtime 31.0.1", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-version 29.0.0", + "sp-weights 27.0.0", ] [[package]] name = "frame-system" version = "37.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "cfg-if", "docify", @@ -3829,11 +3850,11 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -3843,7 +3864,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "docify", "parity-scale-codec", @@ -3853,19 +3874,18 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "frame-support 28.0.0", "parity-scale-codec", "sp-api 26.0.0", "sp-runtime 31.0.1", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", ] [[package]] name = "frame-try-runtime" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", "parity-scale-codec", @@ -3898,7 +3918,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7" dependencies = [ - "rustix 0.38.34", + "rustix 0.38.40", "windows-sys 0.48.0", ] @@ -3910,9 +3930,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" +checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" dependencies = [ "futures-channel", "futures-core", @@ -3935,9 +3955,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" +checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" dependencies = [ "futures-core", "futures-sink", @@ -3945,15 +3965,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" [[package]] name = "futures-executor" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" +checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" dependencies = [ "futures-core", "futures-task", @@ -3963,9 +3983,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-lite" @@ -3978,43 +3998,32 @@ dependencies = [ "futures-io", "memchr", "parking", - "pin-project-lite 0.2.14", + "pin-project-lite", "waker-fn", ] [[package]] name = "futures-lite" -version = "2.3.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" +checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" dependencies = [ - "fastrand 2.1.0", + "fastrand 2.2.0", "futures-core", "futures-io", "parking", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] name = "futures-macro" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" +checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", -] - -[[package]] -name = "futures-rustls" -version = "0.22.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd" -dependencies = [ - "futures-io", - "rustls 0.20.9", - "webpki", + "syn 2.0.87", ] [[package]] @@ -4029,15 +4038,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" [[package]] name = "futures-task" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" [[package]] name = "futures-timer" @@ -4047,9 +4056,9 @@ checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" [[package]] name = "futures-util" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" dependencies = [ "futures-channel", "futures-core", @@ -4058,7 +4067,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.14", + "pin-project-lite", "pin-utils", "slab", ] @@ -4102,17 +4111,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "getrandom" -version = "0.1.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" -dependencies = [ - "cfg-if", - "libc", - "wasi 0.9.0+wasi-snapshot-preview1", -] - [[package]] name = "getrandom" version = "0.2.15" @@ -4121,7 +4119,7 @@ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "libc", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi", ] [[package]] @@ -4130,8 +4128,8 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand 0.8.5", - "rand_core 0.6.4", + "rand", + "rand_core", ] [[package]] @@ -4167,9 +4165,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.29.0" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" +checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "glob" @@ -4192,7 +4190,7 @@ dependencies = [ "parking_lot 0.12.3", "portable-atomic", "quanta", - "rand 0.8.5", + "rand", "smallvec", "spinning_top", ] @@ -4204,7 +4202,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ "ff", - "rand_core 0.6.4", + "rand_core", "subtle 2.6.1", ] @@ -4220,7 +4218,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.2.6", + "indexmap 2.6.0", "slab", "tokio", "tokio-util", @@ -4239,7 +4237,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.1.0", - "indexmap 2.2.6", + "indexmap 2.6.0", "slab", "tokio", "tokio-util", @@ -4301,6 +4299,17 @@ dependencies = [ "serde", ] +[[package]] +name = "hashbrown" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash", +] + [[package]] name = "hashlink" version = "0.8.4" @@ -4352,6 +4361,51 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" +[[package]] +name = "hickory-proto" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512" +dependencies = [ + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner 0.6.1", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.4.0", + "ipnet", + "once_cell", + "rand", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", +] + +[[package]] +name = "hickory-resolver" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243" +dependencies = [ + "cfg-if", + "futures-util", + "hickory-proto", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot 0.12.3", + "rand", + "resolv-conf", + "smallvec", + "thiserror", + "tokio", + "tracing", +] + [[package]] name = "hkdf" version = "0.12.4" @@ -4441,7 +4495,7 @@ checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", "http 0.2.12", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -4464,20 +4518,14 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "pin-project-lite 0.2.14", + "pin-project-lite", ] -[[package]] -name = "http-range-header" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" - [[package]] name = "httparse" -version = "1.9.4" +version = "1.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" +checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" [[package]] name = "httpdate" @@ -4493,9 +4541,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.29" +version = "0.14.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" +checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" dependencies = [ "bytes", "futures-channel", @@ -4507,7 +4555,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project-lite 0.2.14", + "pin-project-lite", "socket2 0.5.7", "tokio", "tower-service", @@ -4517,9 +4565,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", @@ -4530,9 +4578,10 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project-lite 0.2.14", + "pin-project-lite", "smallvec", "tokio", + "want", ] [[package]] @@ -4543,7 +4592,7 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http 0.2.12", - "hyper 0.14.29", + "hyper 0.14.31", "log", "rustls 0.21.12", "rustls-native-certs 0.6.3", @@ -4552,27 +4601,47 @@ dependencies = [ ] [[package]] -name = "hyper-util" -version = "0.1.8" +name = "hyper-rustls" +version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da62f120a8a37763efb0cf8fdf264b884c7b8b9ac8660b900c8661030c00e6ba" +checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ - "bytes", + "futures-util", + "http 1.1.0", + "hyper 1.5.0", + "hyper-util", + "log", + "rustls 0.23.16", + "rustls-pki-types", + "tokio", + "tokio-rustls 0.26.0", + "tower-service", +] + +[[package]] +name = "hyper-util" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" +dependencies = [ + "bytes", + "futures-channel", "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.4.1", - "pin-project-lite 0.2.14", + "hyper 1.5.0", + "pin-project-lite", + "socket2 0.5.7", "tokio", - "tower", "tower-service", + "tracing", ] [[package]] name = "iana-time-zone" -version = "0.1.60" +version = "0.1.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" +checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" dependencies = [ "android_system_properties", "core-foundation-sys", @@ -4591,6 +4660,124 @@ dependencies = [ "cc", ] +[[package]] +name = "icu_collections" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_locid" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" +dependencies = [ + "displaydoc", + "litemap", + "tinystr", + "writeable", + "zerovec", +] + +[[package]] +name = "icu_locid_transform" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" +dependencies = [ + "displaydoc", + "icu_locid", + "icu_locid_transform_data", + "icu_provider", + "tinystr", + "zerovec", +] + +[[package]] +name = "icu_locid_transform_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" + +[[package]] +name = "icu_normalizer" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_normalizer_data", + "icu_properties", + "icu_provider", + "smallvec", + "utf16_iter", + "utf8_iter", + "write16", + "zerovec", +] + +[[package]] +name = "icu_normalizer_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" + +[[package]] +name = "icu_properties" +version = "1.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_locid_transform", + "icu_properties_data", + "icu_provider", + "tinystr", + "zerovec", +] + +[[package]] +name = "icu_properties_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" + +[[package]] +name = "icu_provider" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" +dependencies = [ + "displaydoc", + "icu_locid", + "icu_provider_macros", + "stable_deref_trait", + "tinystr", + "writeable", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_provider_macros" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "idna" version = "0.2.3" @@ -4614,12 +4801,23 @@ dependencies = [ [[package]] name = "idna" -version = "0.5.0" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" +checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" dependencies = [ - "unicode-bidi", - "unicode-normalization", + "idna_adapter", + "smallvec", + "utf8_iter", +] + +[[package]] +name = "idna_adapter" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" +dependencies = [ + "icu_normalizer", + "icu_properties", ] [[package]] @@ -4638,7 +4836,7 @@ version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6b0422c86d7ce0e97169cc42e04ae643caf278874a7a3c87b8150a220dc7e1e" dependencies = [ - "async-io 2.3.3", + "async-io 2.4.0", "core-foundation", "fnv", "futures", @@ -4662,9 +4860,9 @@ dependencies = [ "bytes", "futures", "http 0.2.12", - "hyper 0.14.29", + "hyper 0.14.31", "log", - "rand 0.8.5", + "rand", "tokio", "url", "xmltree", @@ -4679,6 +4877,26 @@ dependencies = [ "parity-scale-codec", ] +[[package]] +name = "impl-codec" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b67aa010c1e3da95bf151bd8b4c059b2ed7e75387cdb969b4f8f2723a43f9941" +dependencies = [ + "parity-scale-codec", +] + +[[package]] +name = "impl-num-traits" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "803d15461ab0dcc56706adf266158acbc44ccf719bf7d0af30705f58b90a4b8c" +dependencies = [ + "integer-sqrt", + "num-traits", + "uint 0.10.0", +] + [[package]] name = "impl-serde" version = "0.4.0" @@ -4688,6 +4906,15 @@ dependencies = [ "serde", ] +[[package]] +name = "impl-serde" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a143eada6a1ec4aefa5049037a26a6d597bfd64f8c026d07b77133e02b7dd0b" +dependencies = [ + "serde", +] + [[package]] name = "impl-trait-for-tuples" version = "0.2.2" @@ -4731,12 +4958,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.6" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" +checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" dependencies = [ "equivalent", - "hashbrown 0.14.5", + "hashbrown 0.15.1", ] [[package]] @@ -4747,15 +4974,15 @@ checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" [[package]] name = "indicatif" -version = "0.17.8" +version = "0.17.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" +checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" dependencies = [ "console", - "instant", "number_prefix", "portable-atomic", - "unicode-width", + "unicode-width 0.2.0", + "web-time", ] [[package]] @@ -4859,7 +5086,7 @@ dependencies = [ name = "invarch-primitives" version = "0.1.0-dev" dependencies = [ - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "serde", @@ -4888,7 +5115,7 @@ dependencies = [ "frame-executive", "frame-metadata-hash-extension", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime 0.43.0", @@ -4987,35 +5214,35 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.9.0" +version = "2.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" +checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" [[package]] name = "is-terminal" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" +checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" dependencies = [ - "hermit-abi 0.3.9", + "hermit-abi 0.4.0", "libc", "windows-sys 0.52.0", ] [[package]] name = "is_executable" -version = "1.0.1" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa9acdc6d67b75e626ad644734e8bc6df893d9cd2a834129065d3dd6158ea9c8" +checksum = "d4a1b5bad6f9072935961dfbf1cced2f3d129963d091b6f69f007fe04e758ae2" dependencies = [ "winapi", ] [[package]] name = "is_terminal_polyfill" -version = "1.70.0" +version = "1.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" +checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "itertools" @@ -5035,6 +5262,24 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +dependencies = [ + "either", +] + +[[package]] +name = "itertools" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.11" @@ -5063,69 +5308,71 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.31" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" +checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" dependencies = [ "libc", ] [[package]] name = "js-sys" -version = "0.3.69" +version = "0.3.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" +checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" dependencies = [ "wasm-bindgen", ] [[package]] name = "jsonrpsee" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" +checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" dependencies = [ - "jsonrpsee-core 0.22.5", - "jsonrpsee-http-client", - "jsonrpsee-proc-macros 0.22.5", - "jsonrpsee-server 0.22.5", - "jsonrpsee-types 0.22.5", - "jsonrpsee-ws-client 0.22.5", + "jsonrpsee-core 0.23.2", + "jsonrpsee-proc-macros 0.23.2", + "jsonrpsee-server 0.23.2", + "jsonrpsee-types 0.23.2", + "jsonrpsee-ws-client 0.23.2", "tokio", "tracing", ] [[package]] name = "jsonrpsee" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" +checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" dependencies = [ - "jsonrpsee-core 0.23.2", - "jsonrpsee-proc-macros 0.23.2", - "jsonrpsee-server 0.23.2", - "jsonrpsee-types 0.23.2", - "jsonrpsee-ws-client 0.23.2", + "jsonrpsee-core 0.24.7", + "jsonrpsee-http-client", + "jsonrpsee-proc-macros 0.24.7", + "jsonrpsee-server 0.24.7", + "jsonrpsee-types 0.24.7", + "jsonrpsee-ws-client 0.24.7", "tokio", "tracing", ] [[package]] name = "jsonrpsee-client-transport" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4978087a58c3ab02efc5b07c5e5e2803024536106fd5506f558db172c889b3aa" +checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432" dependencies = [ + "base64 0.22.1", "futures-util", - "http 0.2.12", - "jsonrpsee-core 0.22.5", + "http 1.1.0", + "jsonrpsee-core 0.23.2", "pin-project", - "rustls-native-certs 0.7.3", + "rustls 0.23.16", "rustls-pki-types", - "soketto 0.7.1", + "rustls-platform-verifier", + "soketto 0.8.0", "thiserror", "tokio", - "tokio-rustls 0.25.0", + "tokio-rustls 0.26.0", "tokio-util", "tracing", "url", @@ -5133,16 +5380,16 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432" +checksum = "548125b159ba1314104f5bb5f38519e03a41862786aa3925cf349aae9cdd546e" dependencies = [ "base64 0.22.1", "futures-util", "http 1.1.0", - "jsonrpsee-core 0.23.2", + "jsonrpsee-core 0.24.7", "pin-project", - "rustls 0.23.13", + "rustls 0.23.16", "rustls-pki-types", "rustls-platform-verifier", "soketto 0.8.0", @@ -5156,21 +5403,24 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4b257e1ec385e07b0255dde0b933f948b5c8b8c28d42afda9587c3a967b896d" +checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b" dependencies = [ "anyhow", "async-trait", "beef", + "bytes", "futures-timer", "futures-util", - "hyper 0.14.29", - "jsonrpsee-types 0.22.5", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "jsonrpsee-types 0.23.2", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", - "rustc-hash", + "rand", + "rustc-hash 1.1.0", "serde", "serde_json", "thiserror", @@ -5181,24 +5431,22 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b" +checksum = "f2882f6f8acb9fdaec7cefc4fd607119a9bd709831df7d7672a1d3b644628280" dependencies = [ - "anyhow", "async-trait", - "beef", "bytes", "futures-timer", "futures-util", "http 1.1.0", "http-body 1.0.1", "http-body-util", - "jsonrpsee-types 0.23.2", + "jsonrpsee-types 0.24.7", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", - "rustc-hash", + "rand", + "rustc-hash 2.0.0", "serde", "serde_json", "thiserror", @@ -5209,15 +5457,20 @@ dependencies = [ [[package]] name = "jsonrpsee-http-client" -version = "0.22.5" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" +checksum = "b3638bc4617f96675973253b3a45006933bde93c2fd8a6170b33c777cc389e5b" dependencies = [ "async-trait", - "hyper 0.14.29", - "hyper-rustls", - "jsonrpsee-core 0.22.5", - "jsonrpsee-types 0.22.5", + "base64 0.22.1", + "http-body 1.0.1", + "hyper 1.5.0", + "hyper-rustls 0.27.3", + "hyper-util", + "jsonrpsee-core 0.24.7", + "jsonrpsee-types 0.24.7", + "rustls 0.23.16", + "rustls-platform-verifier", "serde", "serde_json", "thiserror", @@ -5229,46 +5482,50 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d0bb047e79a143b32ea03974a6bf59b62c2a4c5f5d42a381c907a8bbb3f75c0" +checksum = "7895f186d5921065d96e16bd795e5ca89ac8356ec423fafc6e3d7cf8ec11aee4" dependencies = [ - "heck 0.4.1", - "proc-macro-crate 3.1.0", + "heck 0.5.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "jsonrpsee-proc-macros" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7895f186d5921065d96e16bd795e5ca89ac8356ec423fafc6e3d7cf8ec11aee4" +checksum = "c06c01ae0007548e73412c08e2285ffe5d723195bf268bce67b1b77c3bb2a14d" dependencies = [ "heck 0.5.0", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "jsonrpsee-server" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12d8b6a9674422a8572e0b0abb12feeb3f2aeda86528c80d0350c2bd0923ab41" +checksum = "654afab2e92e5d88ebd8a39d6074483f3f2bfdf91c5ac57fe285e7127cdd4f51" dependencies = [ + "anyhow", "futures-util", - "http 0.2.12", - "hyper 0.14.29", - "jsonrpsee-core 0.22.5", - "jsonrpsee-types 0.22.5", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.5.0", + "hyper-util", + "jsonrpsee-core 0.23.2", + "jsonrpsee-types 0.23.2", "pin-project", "route-recognizer", "serde", "serde_json", - "soketto 0.7.1", + "soketto 0.8.0", "thiserror", "tokio", "tokio-stream", @@ -5279,19 +5536,18 @@ dependencies = [ [[package]] name = "jsonrpsee-server" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "654afab2e92e5d88ebd8a39d6074483f3f2bfdf91c5ac57fe285e7127cdd4f51" +checksum = "82ad8ddc14be1d4290cd68046e7d1d37acd408efed6d3ca08aefcc3ad6da069c" dependencies = [ - "anyhow", "futures-util", "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", - "jsonrpsee-core 0.23.2", - "jsonrpsee-types 0.23.2", + "jsonrpsee-core 0.24.7", + "jsonrpsee-types 0.24.7", "pin-project", "route-recognizer", "serde", @@ -5307,12 +5563,12 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "150d6168405890a7a3231a3c74843f58b8959471f6df76078db2619ddee1d07d" +checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" dependencies = [ - "anyhow", "beef", + "http 1.1.0", "serde", "serde_json", "thiserror", @@ -5320,11 +5576,10 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" +checksum = "a178c60086f24cc35bb82f57c651d0d25d99c4742b4d335de04e97fa1f08a8a1" dependencies = [ - "beef", "http 1.1.0", "serde", "serde_json", @@ -5333,35 +5588,35 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58b9db2dfd5bb1194b0ce921504df9ceae210a345bc2f6c5a61432089bbab070" +checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" dependencies = [ - "http 0.2.12", - "jsonrpsee-client-transport 0.22.5", - "jsonrpsee-core 0.22.5", - "jsonrpsee-types 0.22.5", + "http 1.1.0", + "jsonrpsee-client-transport 0.23.2", + "jsonrpsee-core 0.23.2", + "jsonrpsee-types 0.23.2", "url", ] [[package]] name = "jsonrpsee-ws-client" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" +checksum = "0fe322e0896d0955a3ebdd5bf813571c53fea29edd713bc315b76620b327e86d" dependencies = [ "http 1.1.0", - "jsonrpsee-client-transport 0.23.2", - "jsonrpsee-core 0.23.2", - "jsonrpsee-types 0.23.2", + "jsonrpsee-client-transport 0.24.7", + "jsonrpsee-core 0.24.7", + "jsonrpsee-types 0.24.7", "url", ] [[package]] name = "k256" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" +checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" dependencies = [ "cfg-if", "ecdsa", @@ -5444,58 +5699,25 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.155" +version = "0.2.162" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398" [[package]] name = "libloading" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d" +checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.5", + "windows-targets 0.52.6", ] [[package]] name = "libm" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" - -[[package]] -name = "libp2p" -version = "0.51.4" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f35eae38201a993ece6bdc823292d6abd1bffed1c4d0f4a3517d2bd8e1d917fe" -dependencies = [ - "bytes", - "futures", - "futures-timer", - "getrandom 0.2.15", - "instant", - "libp2p-allow-block-list 0.1.1", - "libp2p-connection-limits 0.1.0", - "libp2p-core 0.39.2", - "libp2p-dns 0.39.0", - "libp2p-identify 0.42.2", - "libp2p-identity 0.1.3", - "libp2p-kad 0.43.3", - "libp2p-mdns 0.43.1", - "libp2p-metrics 0.12.0", - "libp2p-noise 0.42.2", - "libp2p-ping 0.42.0", - "libp2p-quic 0.7.0-alpha.3", - "libp2p-request-response 0.24.1", - "libp2p-swarm 0.42.2", - "libp2p-tcp 0.39.0", - "libp2p-wasm-ext 0.39.0", - "libp2p-websocket 0.41.0", - "libp2p-yamux 0.43.1", - "multiaddr 0.17.1", - "pin-project", -] +checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] name = "libp2p" @@ -5507,66 +5729,42 @@ dependencies = [ "either", "futures", "futures-timer", - "getrandom 0.2.15", + "getrandom", "instant", - "libp2p-allow-block-list 0.2.0", - "libp2p-connection-limits 0.2.1", - "libp2p-core 0.40.1", - "libp2p-dns 0.40.1", - "libp2p-identify 0.43.1", - "libp2p-identity 0.2.9", - "libp2p-kad 0.44.6", - "libp2p-mdns 0.44.0", - "libp2p-metrics 0.13.1", - "libp2p-noise 0.43.2", - "libp2p-ping 0.43.1", - "libp2p-quic 0.9.3", - "libp2p-request-response 0.25.3", - "libp2p-swarm 0.43.7", - "libp2p-tcp 0.40.1", + "libp2p-allow-block-list", + "libp2p-connection-limits", + "libp2p-core", + "libp2p-dns", + "libp2p-identify", + "libp2p-identity", + "libp2p-kad", + "libp2p-mdns", + "libp2p-metrics", + "libp2p-noise", + "libp2p-ping", + "libp2p-quic", + "libp2p-request-response", + "libp2p-swarm", + "libp2p-tcp", "libp2p-upnp", - "libp2p-wasm-ext 0.40.0", - "libp2p-websocket 0.42.2", - "libp2p-yamux 0.44.1", - "multiaddr 0.18.1", + "libp2p-wasm-ext", + "libp2p-websocket", + "libp2p-yamux", + "multiaddr 0.18.2", "pin-project", - "rw-stream-sink 0.4.0", + "rw-stream-sink", "thiserror", ] [[package]] name = "libp2p-allow-block-list" -version = "0.1.1" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "510daa05efbc25184458db837f6f9a5143888f1caa742426d92e1833ddd38a50" +checksum = "55b46558c5c0bf99d3e2a1a38fd54ff5476ca66dd1737b12466a1824dd219311" dependencies = [ - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-swarm 0.42.2", - "void", -] - -[[package]] -name = "libp2p-allow-block-list" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55b46558c5c0bf99d3e2a1a38fd54ff5476ca66dd1737b12466a1824dd219311" -dependencies = [ - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm 0.43.7", - "void", -] - -[[package]] -name = "libp2p-connection-limits" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4caa33f1d26ed664c4fe2cca81a08c8e07d4c1c04f2f4ac7655c2dd85467fda0" -dependencies = [ - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-swarm 0.42.2", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", "void", ] @@ -5576,37 +5774,9 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f5107ad45cb20b2f6c3628c7b6014b996fcb13a88053f4569c872c6e30abf58" dependencies = [ - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm 0.43.7", - "void", -] - -[[package]] -name = "libp2p-core" -version = "0.39.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2" -dependencies = [ - "either", - "fnv", - "futures", - "futures-timer", - "instant", - "libp2p-identity 0.1.3", - "log", - "multiaddr 0.17.1", - "multihash 0.17.0", - "multistream-select 0.12.1", - "once_cell", - "parking_lot 0.12.3", - "pin-project", - "quick-protobuf", - "rand 0.8.5", - "rw-stream-sink 0.3.0", - "smallvec", - "thiserror", - "unsigned-varint 0.7.2", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", "void", ] @@ -5621,37 +5791,23 @@ dependencies = [ "futures", "futures-timer", "instant", - "libp2p-identity 0.2.9", + "libp2p-identity", "log", - "multiaddr 0.18.1", - "multihash 0.19.1", - "multistream-select 0.13.0", + "multiaddr 0.18.2", + "multihash 0.19.2", + "multistream-select", "once_cell", "parking_lot 0.12.3", "pin-project", "quick-protobuf", - "rand 0.8.5", - "rw-stream-sink 0.4.0", + "rand", + "rw-stream-sink", "smallvec", "thiserror", "unsigned-varint 0.7.2", "void", ] -[[package]] -name = "libp2p-dns" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146ff7034daae62077c415c2376b8057368042df6ab95f5432ad5e88568b1554" -dependencies = [ - "futures", - "libp2p-core 0.39.2", - "log", - "parking_lot 0.12.3", - "smallvec", - "trust-dns-resolver 0.22.0", -] - [[package]] name = "libp2p-dns" version = "0.40.1" @@ -5660,34 +5816,12 @@ checksum = "e6a18db73084b4da2871438f6239fef35190b05023de7656e877c18a00541a3b" dependencies = [ "async-trait", "futures", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", + "libp2p-core", + "libp2p-identity", "log", "parking_lot 0.12.3", "smallvec", - "trust-dns-resolver 0.23.2", -] - -[[package]] -name = "libp2p-identify" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5455f472243e63b9c497ff320ded0314254a9eb751799a39c283c6f20b793f3c" -dependencies = [ - "asynchronous-codec", - "either", - "futures", - "futures-timer", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-swarm 0.42.2", - "log", - "lru 0.10.1", - "quick-protobuf", - "quick-protobuf-codec 0.1.0", - "smallvec", - "thiserror", - "void", + "trust-dns-resolver", ] [[package]] @@ -5701,36 +5835,18 @@ dependencies = [ "futures", "futures-bounded", "futures-timer", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm 0.43.7", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", "log", - "lru 0.12.4", + "lru 0.12.5", "quick-protobuf", - "quick-protobuf-codec 0.2.0", + "quick-protobuf-codec", "smallvec", "thiserror", "void", ] -[[package]] -name = "libp2p-identity" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" -dependencies = [ - "bs58 0.4.0", - "ed25519-dalek 2.1.1", - "log", - "multiaddr 0.17.1", - "multihash 0.17.0", - "quick-protobuf", - "rand 0.8.5", - "sha2 0.10.8", - "thiserror", - "zeroize", -] - [[package]] name = "libp2p-identity" version = "0.2.9" @@ -5738,52 +5854,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" dependencies = [ "bs58 0.5.1", - "ed25519-dalek 2.1.1", + "ed25519-dalek", "hkdf", - "multihash 0.19.1", + "multihash 0.19.2", "quick-protobuf", - "rand 0.8.5", + "rand", "sha2 0.10.8", "thiserror", "tracing", "zeroize", ] -[[package]] -name = "libp2p-kad" -version = "0.43.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39d5ef876a2b2323d63c258e63c2f8e36f205fe5a11f0b3095d59635650790ff" -dependencies = [ - "arrayvec 0.7.4", - "asynchronous-codec", - "bytes", - "either", - "fnv", - "futures", - "futures-timer", - "instant", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-swarm 0.42.2", - "log", - "quick-protobuf", - "rand 0.8.5", - "sha2 0.10.8", - "smallvec", - "thiserror", - "uint", - "unsigned-varint 0.7.2", - "void", -] - [[package]] name = "libp2p-kad" version = "0.44.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "asynchronous-codec", "bytes", "either", @@ -5791,42 +5879,21 @@ dependencies = [ "futures", "futures-timer", "instant", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm 0.43.7", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", "log", "quick-protobuf", - "quick-protobuf-codec 0.2.0", - "rand 0.8.5", + "quick-protobuf-codec", + "rand", "sha2 0.10.8", "smallvec", "thiserror", - "uint", + "uint 0.9.5", "unsigned-varint 0.7.2", "void", ] -[[package]] -name = "libp2p-mdns" -version = "0.43.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19983e1f949f979a928f2c603de1cf180cc0dc23e4ac93a62651ccb18341460b" -dependencies = [ - "data-encoding", - "futures", - "if-watch", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-swarm 0.42.2", - "log", - "rand 0.8.5", - "smallvec", - "socket2 0.4.10", - "tokio", - "trust-dns-proto 0.22.0", - "void", -] - [[package]] name = "libp2p-mdns" version = "0.44.0" @@ -5836,11 +5903,11 @@ dependencies = [ "data-encoding", "futures", "if-watch", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm 0.43.7", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", "log", - "rand 0.8.5", + "rand", "smallvec", "socket2 0.5.7", "tokio", @@ -5848,20 +5915,6 @@ dependencies = [ "void", ] -[[package]] -name = "libp2p-metrics" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a42ec91e227d7d0dafa4ce88b333cdf5f277253873ab087555c92798db2ddd46" -dependencies = [ - "libp2p-core 0.39.2", - "libp2p-identify 0.42.2", - "libp2p-kad 0.43.3", - "libp2p-ping 0.42.0", - "libp2p-swarm 0.42.2", - "prometheus-client 0.19.0", -] - [[package]] name = "libp2p-metrics" version = "0.13.1" @@ -5869,37 +5922,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "239ba7d28f8d0b5d77760dc6619c05c7e88e74ec8fbbe97f856f20a56745e620" dependencies = [ "instant", - "libp2p-core 0.40.1", - "libp2p-identify 0.43.1", - "libp2p-identity 0.2.9", - "libp2p-kad 0.44.6", - "libp2p-ping 0.43.1", - "libp2p-swarm 0.43.7", + "libp2p-core", + "libp2p-identify", + "libp2p-identity", + "libp2p-kad", + "libp2p-ping", + "libp2p-swarm", "once_cell", - "prometheus-client 0.21.2", -] - -[[package]] -name = "libp2p-noise" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c3673da89d29936bc6435bafc638e2f184180d554ce844db65915113f86ec5e" -dependencies = [ - "bytes", - "curve25519-dalek 3.2.0", - "futures", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "log", - "once_cell", - "quick-protobuf", - "rand 0.8.5", - "sha2 0.10.8", - "snow", - "static_assertions", - "thiserror", - "x25519-dalek 1.1.1", - "zeroize", + "prometheus-client", ] [[package]] @@ -5909,41 +5939,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2eeec39ad3ad0677551907dd304b2f13f17208ccebe333bef194076cd2e8921" dependencies = [ "bytes", - "curve25519-dalek 4.1.3", + "curve25519-dalek", "futures", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", + "libp2p-core", + "libp2p-identity", "log", - "multiaddr 0.18.1", - "multihash 0.19.1", + "multiaddr 0.18.2", + "multihash 0.19.2", "once_cell", "quick-protobuf", - "rand 0.8.5", + "rand", "sha2 0.10.8", "snow", "static_assertions", "thiserror", - "x25519-dalek 2.0.1", + "x25519-dalek", "zeroize", ] -[[package]] -name = "libp2p-ping" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e57759c19c28a73ef1eb3585ca410cefb72c1a709fcf6de1612a378e4219202" -dependencies = [ - "either", - "futures", - "futures-timer", - "instant", - "libp2p-core 0.39.2", - "libp2p-swarm 0.42.2", - "log", - "rand 0.8.5", - "void", -] - [[package]] name = "libp2p-ping" version = "0.43.1" @@ -5954,36 +5967,14 @@ dependencies = [ "futures", "futures-timer", "instant", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm 0.43.7", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", "log", - "rand 0.8.5", + "rand", "void", ] -[[package]] -name = "libp2p-quic" -version = "0.7.0-alpha.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6b26abd81cd2398382a1edfe739b539775be8a90fa6914f39b2ab49571ec735" -dependencies = [ - "bytes", - "futures", - "futures-timer", - "if-watch", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-tls 0.1.0", - "log", - "parking_lot 0.12.3", - "quinn-proto 0.9.6", - "rand 0.8.5", - "rustls 0.20.9", - "thiserror", - "tokio", -] - [[package]] name = "libp2p-quic" version = "0.9.3" @@ -5994,13 +5985,13 @@ dependencies = [ "futures", "futures-timer", "if-watch", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-tls 0.2.1", + "libp2p-core", + "libp2p-identity", + "libp2p-tls", "log", "parking_lot 0.12.3", "quinn 0.10.2", - "rand 0.8.5", + "rand", "ring 0.16.20", "rustls 0.21.12", "socket2 0.5.7", @@ -6008,22 +5999,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "libp2p-request-response" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ffdb374267d42dc5ed5bc53f6e601d4a64ac5964779c6e40bb9e4f14c1e30d5" -dependencies = [ - "async-trait", - "futures", - "instant", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-swarm 0.42.2", - "rand 0.8.5", - "smallvec", -] - [[package]] name = "libp2p-request-response" version = "0.25.3" @@ -6033,33 +6008,12 @@ dependencies = [ "async-trait", "futures", "instant", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm 0.43.7", - "log", - "rand 0.8.5", - "smallvec", - "void", -] - -[[package]] -name = "libp2p-swarm" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "903b3d592d7694e56204d211f29d31bc004be99386644ba8731fc3e3ef27b296" -dependencies = [ - "either", - "fnv", - "futures", - "futures-timer", - "instant", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-swarm-derive 0.32.0", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", "log", - "rand 0.8.5", + "rand", "smallvec", - "tokio", "void", ] @@ -6074,29 +6028,18 @@ dependencies = [ "futures", "futures-timer", "instant", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm-derive 0.33.0", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm-derive", "log", - "multistream-select 0.13.0", + "multistream-select", "once_cell", - "rand 0.8.5", + "rand", "smallvec", "tokio", "void", ] -[[package]] -name = "libp2p-swarm-derive" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fba456131824ab6acd4c7bf61e9c0f0a3014b5fc9868ccb8e10d344594cdc4f" -dependencies = [ - "heck 0.4.1", - "quote", - "syn 1.0.109", -] - [[package]] name = "libp2p-swarm-derive" version = "0.33.0" @@ -6107,23 +6050,7 @@ dependencies = [ "proc-macro-warning 0.4.2", "proc-macro2", "quote", - "syn 2.0.68", -] - -[[package]] -name = "libp2p-tcp" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d33698596d7722d85d3ab0c86c2c322254fce1241e91208e3679b4eb3026cf" -dependencies = [ - "futures", - "futures-timer", - "if-watch", - "libc", - "libp2p-core 0.39.2", - "log", - "socket2 0.4.10", - "tokio", + "syn 2.0.87", ] [[package]] @@ -6136,32 +6063,13 @@ dependencies = [ "futures-timer", "if-watch", "libc", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", + "libp2p-core", + "libp2p-identity", "log", "socket2 0.5.7", "tokio", ] -[[package]] -name = "libp2p-tls" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781" -dependencies = [ - "futures", - "futures-rustls 0.22.2", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "rcgen", - "ring 0.16.20", - "rustls 0.20.9", - "thiserror", - "webpki", - "x509-parser 0.14.0", - "yasna", -] - [[package]] name = "libp2p-tls" version = "0.2.1" @@ -6169,9 +6077,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8218d1d5482b122ccae396bbf38abdcb283ecc96fa54760e1dfd251f0546ac61" dependencies = [ "futures", - "futures-rustls 0.24.0", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", + "futures-rustls", + "libp2p-core", + "libp2p-identity", "rcgen", "ring 0.16.20", "rustls 0.21.12", @@ -6190,27 +6098,13 @@ dependencies = [ "futures", "futures-timer", "igd-next", - "libp2p-core 0.40.1", - "libp2p-swarm 0.43.7", + "libp2p-core", + "libp2p-swarm", "log", "tokio", "void", ] -[[package]] -name = "libp2p-wasm-ext" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77dff9d32353a5887adb86c8afc1de1a94d9e8c3bc6df8b2201d7cdf5c848f43" -dependencies = [ - "futures", - "js-sys", - "libp2p-core 0.39.2", - "parity-send-wrapper", - "wasm-bindgen", - "wasm-bindgen-futures", -] - [[package]] name = "libp2p-wasm-ext" version = "0.40.0" @@ -6219,63 +6113,31 @@ checksum = "1e5d8e3a9e07da0ef5b55a9f26c009c8fb3c725d492d8bb4b431715786eea79c" dependencies = [ "futures", "js-sys", - "libp2p-core 0.40.1", + "libp2p-core", "send_wrapper", "wasm-bindgen", "wasm-bindgen-futures", ] [[package]] -name = "libp2p-websocket" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "111273f7b3d3510524c752e8b7a5314b7f7a1fee7e68161c01a7d72cbb06db9f" -dependencies = [ - "either", - "futures", - "futures-rustls 0.22.2", - "libp2p-core 0.39.2", - "log", - "parking_lot 0.12.3", - "quicksink", - "rw-stream-sink 0.3.0", - "soketto 0.7.1", - "url", - "webpki-roots 0.22.6", -] - -[[package]] -name = "libp2p-websocket" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "004ee9c4a4631435169aee6aad2f62e3984dc031c43b6d29731e8e82a016c538" -dependencies = [ - "either", - "futures", - "futures-rustls 0.24.0", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "log", - "parking_lot 0.12.3", - "pin-project-lite 0.2.14", - "rw-stream-sink 0.4.0", - "soketto 0.8.0", - "thiserror", - "url", - "webpki-roots 0.25.4", -] - -[[package]] -name = "libp2p-yamux" -version = "0.43.1" +name = "libp2p-websocket" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dcd21d950662700a385d4c6d68e2f5f54d778e97068cdd718522222ef513bda" +checksum = "004ee9c4a4631435169aee6aad2f62e3984dc031c43b6d29731e8e82a016c538" dependencies = [ + "either", "futures", - "libp2p-core 0.39.2", + "futures-rustls", + "libp2p-core", + "libp2p-identity", "log", + "parking_lot 0.12.3", + "pin-project-lite", + "rw-stream-sink", + "soketto 0.8.0", "thiserror", - "yamux 0.10.2", + "url", + "webpki-roots 0.25.4", ] [[package]] @@ -6285,10 +6147,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8eedcb62824c4300efb9cfd4e2a6edaf3ca097b9e68b36dabe45a44469fd6a85" dependencies = [ "futures", - "libp2p-core 0.40.1", + "libp2p-core", "log", "thiserror", - "yamux 0.12.1", + "yamux", ] [[package]] @@ -6297,8 +6159,9 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "libc", + "redox_syscall 0.5.7", ] [[package]] @@ -6329,7 +6192,7 @@ dependencies = [ "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand 0.8.5", + "rand", "serde", "sha2 0.9.9", "typenum", @@ -6366,9 +6229,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.18" +version = "1.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" +checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" dependencies = [ "cc", "pkg-config", @@ -6401,9 +6264,9 @@ dependencies = [ [[package]] name = "linregress" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4de04dcecc58d366391f9920245b85ffa684558a5ef6e7736e754347c3aea9c2" +checksum = "a9eda9dcf4f2a99787827661f312ac3219292549c2ee992bf9a6248ffb066bf7" dependencies = [ "nalgebra", ] @@ -6438,77 +6301,85 @@ dependencies = [ "keystream", ] +[[package]] +name = "litemap" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" + [[package]] name = "litep2p" -version = "0.3.0" -source = "git+https://github.com/paritytech/litep2p?rev=e03a6023882db111beeb24d8c0ceaac0721d3f0f#e03a6023882db111beeb24d8c0ceaac0721d3f0f" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f46c51c205264b834ceed95c8b195026e700494bc3991aaba3b4ea9e20626d9" dependencies = [ "async-trait", "bs58 0.4.0", "bytes", "cid 0.10.1", - "ed25519-dalek 1.0.1", + "ed25519-dalek", "futures", "futures-timer", "hex-literal", - "indexmap 2.2.6", + "indexmap 2.6.0", "libc", - "mockall 0.11.4", + "mockall 0.12.1", "multiaddr 0.17.1", "multihash 0.17.0", "network-interface", "nohash-hasher", "parking_lot 0.12.3", "pin-project", - "prost 0.11.9", + "prost 0.12.6", "prost-build 0.11.9", "quinn 0.9.4", - "rand 0.8.5", + "rand", "rcgen", "ring 0.16.20", "rustls 0.20.9", "serde", "sha2 0.10.8", - "simple-dns", + "simple-dns 0.5.7", "smallvec", "snow", "socket2 0.5.7", "static_assertions", - "str0m 0.4.1", + "str0m", "thiserror", "tokio", "tokio-stream", "tokio-tungstenite", "tokio-util", "tracing", - "trust-dns-resolver 0.23.2", - "uint", - "unsigned-varint 0.7.2", + "trust-dns-resolver", + "uint 0.9.5", + "unsigned-varint 0.8.0", "url", "webpki", - "x25519-dalek 2.0.1", - "x509-parser 0.15.1", + "x25519-dalek", + "x509-parser 0.16.0", "yasna", "zeroize", ] [[package]] name = "litep2p" -version = "0.6.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f46c51c205264b834ceed95c8b195026e700494bc3991aaba3b4ea9e20626d9" +checksum = "d4ab2528b02b6dbbc3e6ec4b55ccde885647c622a315b7da45081ed2dfe4b813" dependencies = [ "async-trait", - "bs58 0.4.0", + "bs58 0.5.1", "bytes", "cid 0.10.1", - "ed25519-dalek 2.1.1", + "ed25519-dalek", "futures", "futures-timer", "hex-literal", - "indexmap 2.2.6", + "hickory-resolver", + "indexmap 2.6.0", "libc", - "mockall 0.12.1", + "mockall 0.13.0", "multiaddr 0.17.1", "multihash 0.17.0", "network-interface", @@ -6516,32 +6387,28 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "prost 0.12.6", - "prost-build 0.11.9", - "quinn 0.9.4", - "rand 0.8.5", + "prost-build 0.13.3", + "rand", "rcgen", "ring 0.16.20", "rustls 0.20.9", "serde", "sha2 0.10.8", - "simple-dns", + "simple-dns 0.7.1", "smallvec", "snow", "socket2 0.5.7", "static_assertions", - "str0m 0.5.1", "thiserror", "tokio", "tokio-stream", "tokio-tungstenite", "tokio-util", "tracing", - "trust-dns-resolver 0.23.2", - "uint", + "uint 0.9.5", "unsigned-varint 0.8.0", "url", - "webpki", - "x25519-dalek 2.0.1", + "x25519-dalek", "x509-parser 0.16.0", "yasna", "zeroize", @@ -6563,15 +6430,6 @@ version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" -[[package]] -name = "lru" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670" -dependencies = [ - "hashbrown 0.13.2", -] - [[package]] name = "lru" version = "0.11.1" @@ -6580,11 +6438,11 @@ checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" [[package]] name = "lru" -version = "0.12.4" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" +checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.14.5", + "hashbrown 0.15.1", ] [[package]] @@ -6598,19 +6456,18 @@ dependencies = [ [[package]] name = "lz4" -version = "1.25.0" +version = "1.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6eab492fe7f8651add23237ea56dbf11b3c4ff762ab83d40a47f11433421f91" +checksum = "4d1febb2b4a79ddd1980eede06a8f7902197960aa0383ffcfdd62fe723036725" dependencies = [ - "libc", "lz4-sys", ] [[package]] name = "lz4-sys" -version = "1.9.5" +version = "1.11.1+lz4-1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9764018d143cc854c9f17f0b907de70f14393b1f502da6375dce70f00514eb3" +checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" dependencies = [ "cc", "libc", @@ -6634,7 +6491,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -6648,7 +6505,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -6659,7 +6516,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -6670,7 +6527,7 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -6702,9 +6559,9 @@ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" [[package]] name = "matrixmultiply" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2" +checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a" dependencies = [ "autocfg", "rawpointer", @@ -6722,7 +6579,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.34", + "rustix 0.38.40", ] [[package]] @@ -6783,7 +6640,7 @@ checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" dependencies = [ "byteorder", "keccak", - "rand_core 0.6.4", + "rand_core", "zeroize", ] @@ -6794,7 +6651,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532" dependencies = [ "futures", - "rand 0.8.5", + "rand", "thrift", ] @@ -6806,22 +6663,23 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.4" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" +checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" dependencies = [ - "adler", + "adler2", ] [[package]] name = "mio" -version = "0.8.11" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" +checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" dependencies = [ + "hermit-abi 0.3.9", "libc", - "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.48.0", + "wasi", + "windows-sys 0.52.0", ] [[package]] @@ -6831,18 +6689,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bitflags 1.3.2", "blake2 0.10.6", "c2-chacha", - "curve25519-dalek 4.1.3", + "curve25519-dalek", "either", "hashlink", "lioness", "log", "parking_lot 0.12.3", - "rand 0.8.5", - "rand_chacha 0.3.1", + "rand", + "rand_chacha", "rand_distr", "subtle 2.6.1", "thiserror", @@ -6852,7 +6710,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "futures", "log", @@ -6871,7 +6729,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "jsonrpsee 0.23.2", "parity-scale-codec", @@ -6913,6 +6771,20 @@ dependencies = [ "predicates-tree", ] +[[package]] +name = "mockall" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4c28b3fb6d753d28c20e826cd46ee611fda1cf3cde03a443a974043247c065a" +dependencies = [ + "cfg-if", + "downcast", + "fragile", + "mockall_derive 0.13.0", + "predicates 3.1.2", + "predicates-tree", +] + [[package]] name = "mockall_derive" version = "0.11.4" @@ -6934,7 +6806,19 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", +] + +[[package]] +name = "mockall_derive" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "341014e7f530314e9a1fdbc7400b244efea7122662c96bfa248c31da5bfb2020" +dependencies = [ + "cfg-if", + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -6964,20 +6848,20 @@ dependencies = [ [[package]] name = "multiaddr" -version = "0.18.1" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b852bc02a2da5feed68cd14fa50d0774b92790a5bdbfa932a813926c8472070" +checksum = "fe6351f60b488e04c1d21bc69e56b89cb3f5e8f5d22557d6e8031bdfd79b6961" dependencies = [ "arrayref", "byteorder", "data-encoding", - "libp2p-identity 0.2.9", + "libp2p-identity", "multibase", - "multihash 0.19.1", + "multihash 0.19.2", "percent-encoding", "serde", "static_assertions", - "unsigned-varint 0.7.2", + "unsigned-varint 0.8.0", "url", ] @@ -7003,7 +6887,7 @@ dependencies = [ "blake3", "core2", "digest 0.10.7", - "multihash-derive 0.8.1", + "multihash-derive", "sha2 0.10.8", "sha3", "unsigned-varint 0.7.2", @@ -7020,7 +6904,7 @@ dependencies = [ "blake3", "core2", "digest 0.10.7", - "multihash-derive 0.8.1", + "multihash-derive", "sha2 0.10.8", "sha3", "unsigned-varint 0.7.2", @@ -7028,32 +6912,12 @@ dependencies = [ [[package]] name = "multihash" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" -dependencies = [ - "core2", - "unsigned-varint 0.7.2", -] - -[[package]] -name = "multihash-codetable" -version = "0.1.1" +version = "0.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6d815ecb3c8238d00647f8630ede7060a642c9f704761cd6082cb4028af6935" +checksum = "cc41f430805af9d1cf4adae4ed2149c759b877b01d909a1f40256188d09345d2" dependencies = [ - "blake2b_simd", - "blake2s_simd", - "blake3", "core2", - "digest 0.10.7", - "multihash-derive 0.9.0", - "ripemd", - "serde", - "sha1", - "sha2 0.10.8", - "sha3", - "strobe-rs", + "unsigned-varint 0.8.0", ] [[package]] @@ -7070,31 +6934,6 @@ dependencies = [ "synstructure 0.12.6", ] -[[package]] -name = "multihash-derive" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "890e72cb7396cb99ed98c1246a97b243cc16394470d94e0bc8b0c2c11d84290e" -dependencies = [ - "core2", - "multihash 0.19.1", - "multihash-derive-impl", -] - -[[package]] -name = "multihash-derive-impl" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3958713ce794e12f7c6326fac9aa274c68d74c4881dd37b3e2662b8a2046bb19" -dependencies = [ - "proc-macro-crate 2.0.0", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.68", - "synstructure 0.13.1", -] - [[package]] name = "multimap" version = "0.8.3" @@ -7102,18 +6941,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] -name = "multistream-select" -version = "0.12.1" +name = "multimap" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a" -dependencies = [ - "bytes", - "futures", - "log", - "pin-project", - "smallvec", - "unsigned-varint 0.7.2", -] +checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" [[package]] name = "multistream-select" @@ -7131,13 +6962,12 @@ dependencies = [ [[package]] name = "nalgebra" -version = "0.32.6" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b5c17de023a86f59ed79891b2e5d5a94c705dbe904a5b5c9c952ea6221b03e4" +checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b" dependencies = [ "approx", "matrixmultiply", - "nalgebra-macros", "num-complex", "num-rational", "num-traits", @@ -7145,24 +6975,13 @@ dependencies = [ "typenum", ] -[[package]] -name = "nalgebra-macros" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.68", -] - [[package]] name = "names" version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand 0.8.5", + "rand", ] [[package]] @@ -7264,7 +7083,7 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407)", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -7284,7 +7103,7 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "cfg-if", "cfg_aliases", "libc", @@ -7354,9 +7173,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" +checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ "num-integer", "num-traits", @@ -7385,7 +7204,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -7394,7 +7213,7 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "itoa", ] @@ -7467,9 +7286,9 @@ dependencies = [ [[package]] name = "object" -version = "0.36.0" +version = "0.36.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434" +checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" dependencies = [ "memchr", ] @@ -7494,9 +7313,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "opaque-debug" @@ -7512,11 +7331,11 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.66" +version = "0.10.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "cfg-if", "foreign-types", "libc", @@ -7533,7 +7352,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -7544,18 +7363,18 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-src" -version = "300.3.2+3.3.2" +version = "300.4.0+3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a211a18d945ef7e648cc6e0058f4c548ee46aab922ea203e0d30e966ea23647b" +checksum = "a709e02f2b4aca747929cca5ed248880847c650233cf8b8cdc48f40aaf4898a6" dependencies = [ "cc", ] [[package]] name = "openssl-sys" -version = "0.9.103" +version = "0.9.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" dependencies = [ "cc", "libc", @@ -7570,23 +7389,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" -[[package]] -name = "orchestra" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92829eef0328a3d1cd22a02c0e51deb92a5362df3e7d21a4e9bdc38934694e66" -dependencies = [ - "async-trait", - "dyn-clonable", - "futures", - "futures-timer", - "orchestra-proc-macro 0.3.6", - "pin-project", - "prioritized-metered-channel", - "thiserror", - "tracing", -] - [[package]] name = "orchestra" version = "0.4.0" @@ -7597,29 +7399,13 @@ dependencies = [ "dyn-clonable", "futures", "futures-timer", - "orchestra-proc-macro 0.4.0", + "orchestra-proc-macro", "pin-project", "prioritized-metered-channel", "thiserror", "tracing", ] -[[package]] -name = "orchestra-proc-macro" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1344346d5af32c95bbddea91b18a88cc83eac394192d20ef2fc4c40a74332355" -dependencies = [ - "expander", - "indexmap 2.2.6", - "itertools 0.11.0", - "petgraph", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "orchestra-proc-macro" version = "0.4.0" @@ -7627,10 +7413,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7b1d40dd8f367db3c65bec8d3dd47d4a604ee8874480738f93191bddab4e0e0" dependencies = [ "expander", - "indexmap 2.2.6", + "indexmap 2.6.0", "itertools 0.11.0", "petgraph", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 1.0.109", @@ -7651,7 +7437,7 @@ version = "1.0.1" source = "git+https://github.com/Anny0nn/open-runtime-module-library.git?branch=stable2407#2e7db5977f737100538df9128b10a2f1e106fd46" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "orml-traits 1.0.1", "pallet-xcm", @@ -7673,7 +7459,7 @@ version = "1.0.1" source = "git+https://github.com/Anny0nn/open-runtime-module-library.git?branch=stable2407#2e7db5977f737100538df9128b10a2f1e106fd46" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "orml-traits 1.0.1", "orml-utilities 1.0.1", "parity-scale-codec", @@ -7690,7 +7476,7 @@ version = "1.0.0" source = "git+https://github.com/Abstracted-Labs/open-runtime-module-library.git?branch=stable2407#b139e0db41d342bf3db89af0f6c6a590a5bed632" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "orml-traits 1.0.0", "parity-scale-codec", @@ -7707,7 +7493,7 @@ version = "1.0.1" source = "git+https://github.com/Anny0nn/open-runtime-module-library.git?branch=stable2407#2e7db5977f737100538df9128b10a2f1e106fd46" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "orml-traits 1.0.1", "parity-scale-codec", @@ -7794,7 +7580,7 @@ version = "1.0.0" source = "git+https://github.com/Abstracted-Labs/open-runtime-module-library.git?branch=stable2407#b139e0db41d342bf3db89af0f6c6a590a5bed632" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "serde", @@ -7809,7 +7595,7 @@ version = "1.0.0" source = "git+https://github.com/Abstracted-Labs/open-runtime-module-library.git?branch=stable2407#b139e0db41d342bf3db89af0f6c6a590a5bed632" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "pallet-xcm", "parity-scale-codec", "scale-info", @@ -7837,7 +7623,7 @@ version = "1.0.1" source = "git+https://github.com/Anny0nn/open-runtime-module-library.git?branch=stable2407#2e7db5977f737100538df9128b10a2f1e106fd46" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "orml-traits 1.0.1", "orml-xcm-support", @@ -7861,11 +7647,11 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-asset-conversion" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -7879,11 +7665,11 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -7893,10 +7679,10 @@ dependencies = [ [[package]] name = "pallet-aura" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-timestamp", "parity-scale-codec", @@ -7909,10 +7695,10 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "pallet-session", "parity-scale-codec", "scale-info", @@ -7924,10 +7710,10 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", @@ -7937,11 +7723,11 @@ dependencies = [ [[package]] name = "pallet-babe" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-authorship", "pallet-session", @@ -7960,14 +7746,14 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "aquamarine", "docify", "frame-benchmarking", "frame-election-provider-support", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-balances", "parity-scale-codec", @@ -7981,12 +7767,12 @@ dependencies = [ [[package]] name = "pallet-balances" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "docify", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -7996,10 +7782,10 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-authorship", "pallet-session", @@ -8015,12 +7801,12 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", - "binary-merkle-tree", + "binary-merkle-tree 15.0.0", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-beefy", "pallet-mmr", @@ -8039,11 +7825,11 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-treasury", "parity-scale-codec", @@ -8056,12 +7842,12 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bitvec", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -8077,7 +7863,7 @@ version = "0.1.0-dev" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "num-traits", "pallet-session", "parity-scale-codec", @@ -8094,11 +7880,11 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-bounties", "pallet-treasury", @@ -8112,17 +7898,17 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-authorship", "pallet-balances", "pallet-session", "parity-scale-codec", - "rand 0.8.5", + "rand", "scale-info", "sp-runtime 39.0.2", "sp-staking 34.0.0", @@ -8131,11 +7917,11 @@ dependencies = [ [[package]] name = "pallet-collective" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -8147,13 +7933,13 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bitflags 1.3.2", "environmental", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "impl-trait-for-tuples", "log", "pallet-balances", @@ -8161,7 +7947,7 @@ dependencies = [ "pallet-contracts-uapi", "parity-scale-codec", "paste", - "rand 0.8.5", + "rand", "scale-info", "serde", "smallvec", @@ -8179,17 +7965,17 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "23.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "pallet-contracts-uapi" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -8201,12 +7987,12 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "assert_matches", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "serde", @@ -8220,7 +8006,7 @@ version = "0.1.0-dev" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "invarch-primitives", "log", "orml-tokens 1.0.1", @@ -8245,7 +8031,7 @@ dependencies = [ "cumulus-primitives-core 0.15.0", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "num-traits", "pallet-balances", "pallet-dao-manager", @@ -8266,10 +8052,10 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "sp-runtime 39.0.2", @@ -8279,11 +8065,11 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -8296,16 +8082,16 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-election-provider-support-benchmarking", "parity-scale-codec", - "rand 0.8.5", + "rand", "scale-info", "sp-arithmetic 26.0.0", "sp-core 34.0.0", @@ -8318,11 +8104,11 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "sp-npos-elections", "sp-runtime 39.0.2", @@ -8331,11 +8117,11 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -8349,13 +8135,13 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "docify", "frame-benchmarking", "frame-election-provider-support", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -8367,11 +8153,11 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-authorship", "pallet-session", @@ -8389,12 +8175,12 @@ dependencies = [ [[package]] name = "pallet-identity" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "enumflags2", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -8405,11 +8191,11 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-authorship", "parity-scale-codec", @@ -8424,11 +8210,11 @@ dependencies = [ [[package]] name = "pallet-indices" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -8440,10 +8226,10 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "safe-mix", "scale-info", @@ -8453,11 +8239,11 @@ dependencies = [ [[package]] name = "pallet-membership" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -8468,13 +8254,13 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +version = "40.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "environmental", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -8488,11 +8274,11 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -8505,11 +8291,11 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -8520,11 +8306,11 @@ dependencies = [ [[package]] name = "pallet-nis" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", @@ -8535,10 +8321,10 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-balances", "parity-scale-codec", @@ -8553,12 +8339,12 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "35.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "pallet-bags-list", "pallet-delegated-staking", "pallet-nomination-pools", @@ -8573,7 +8359,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -8583,10 +8369,10 @@ dependencies = [ [[package]] name = "pallet-offences" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-balances", "parity-scale-codec", @@ -8599,12 +8385,12 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-babe", "pallet-balances", @@ -8622,12 +8408,12 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "docify", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "paste", "scale-info", @@ -8639,11 +8425,11 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -8655,11 +8441,11 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "sp-io 38.0.0", @@ -8669,11 +8455,11 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "impl-trait-for-tuples", "log", "parity-scale-codec", @@ -8687,11 +8473,11 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "sp-io 38.0.0", @@ -8701,12 +8487,12 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "assert_matches", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -8719,10 +8505,10 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -8733,12 +8519,12 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "docify", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -8750,10 +8536,10 @@ dependencies = [ [[package]] name = "pallet-session" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "impl-trait-for-tuples", "log", "pallet-timestamp", @@ -8771,15 +8557,15 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "pallet-session", "pallet-staking", "parity-scale-codec", - "rand 0.8.5", + "rand", "sp-runtime 39.0.2", "sp-session 35.0.0", ] @@ -8787,14 +8573,14 @@ dependencies = [ [[package]] name = "pallet-society" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", - "rand_chacha 0.3.1", + "rand_chacha", "scale-info", "sp-arithmetic 26.0.0", "sp-io 38.0.0", @@ -8804,17 +8590,17 @@ dependencies = [ [[package]] name = "pallet-staking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-authorship", "pallet-session", "parity-scale-codec", - "rand_chacha 0.3.1", + "rand_chacha", "scale-info", "serde", "sp-application-crypto 38.0.0", @@ -8826,18 +8612,18 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "log", "sp-arithmetic 26.0.0", @@ -8846,7 +8632,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "sp-api 34.0.0", @@ -8856,11 +8642,11 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -8872,12 +8658,12 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "docify", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "sp-io 38.0.0", @@ -8887,12 +8673,12 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "36.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "docify", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -8906,11 +8692,11 @@ dependencies = [ [[package]] name = "pallet-tips" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-treasury", "parity-scale-codec", @@ -8924,10 +8710,10 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "serde", @@ -8939,7 +8725,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "jsonrpsee 0.23.2", "pallet-transaction-payment-rpc-runtime-api", @@ -8955,7 +8741,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -8967,12 +8753,12 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "36.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "docify", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "impl-trait-for-tuples", "pallet-balances", "parity-scale-codec", @@ -8985,12 +8771,12 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "docify", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "pallet-balances", "pallet-proxy", "pallet-utility", @@ -9002,11 +8788,11 @@ dependencies = [ [[package]] name = "pallet-utility" version = "37.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "sp-core 34.0.0", @@ -9017,11 +8803,11 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -9031,11 +8817,11 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "sp-api 34.0.0", @@ -9044,13 +8830,13 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "16.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +version = "16.0.2" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bounded-collections", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "pallet-balances", "parity-scale-codec", @@ -9062,17 +8848,18 @@ dependencies = [ "staging-xcm 14.1.0", "staging-xcm-builder", "staging-xcm-executor", + "tracing", "xcm-runtime-apis", ] [[package]] name = "pallet-xcm-benchmarks" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "log", "parity-scale-codec", "scale-info", @@ -9095,9 +8882,9 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ - "bitcoin_hashes 0.13.0", - "rand 0.7.3", - "rand_core 0.5.1", + "bitcoin_hashes", + "rand", + "rand_core", "serde", "unicode-normalization", ] @@ -9117,7 +8904,7 @@ dependencies = [ "lz4", "memmap2 0.5.10", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "siphasher", "snap", "winapi", @@ -9129,7 +8916,7 @@ version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bitvec", "byte-slice-cast", "bytes", @@ -9144,18 +8931,12 @@ version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 1.0.109", ] -[[package]] -name = "parity-send-wrapper" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" - [[package]] name = "parity-wasm" version = "0.45.0" @@ -9164,9 +8945,9 @@ checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304" [[package]] name = "parking" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "parking_lot" @@ -9211,9 +8992,9 @@ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.2", + "redox_syscall 0.5.7", "smallvec", - "windows-targets 0.52.5", + "windows-targets 0.52.6", ] [[package]] @@ -9229,7 +9010,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" dependencies = [ "base64ct", - "rand_core 0.6.4", + "rand_core", "subtle 2.6.1", ] @@ -9272,9 +9053,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.10" +version = "2.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8" +checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" dependencies = [ "memchr", "thiserror", @@ -9283,9 +9064,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.7.10" +version = "2.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459" +checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd" dependencies = [ "pest", "pest_generator", @@ -9293,22 +9074,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.10" +version = "2.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687" +checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "pest_meta" -version = "2.7.10" +version = "2.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd" +checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d" dependencies = [ "once_cell", "pest", @@ -9322,40 +9103,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", - "indexmap 2.2.6", + "indexmap 2.6.0", ] [[package]] name = "pin-project" -version = "1.1.5" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" +checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.5" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" +checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "pin-project-lite" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" - -[[package]] -name = "pin-project-lite" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" +checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" [[package]] name = "pin-utils" @@ -9365,12 +9140,12 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "piper" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391" +checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", - "fastrand 2.1.0", + "fastrand 2.2.0", "futures-io", ] @@ -9386,14 +9161,14 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" +checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "polkadot-approval-distribution" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bitvec", "futures", @@ -9406,14 +9181,14 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 15.0.0", - "rand 0.8.5", + "rand", "tracing-gum 15.0.0", ] [[package]] name = "polkadot-availability-bitfield-distribution" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "always-assert", "futures", @@ -9422,16 +9197,16 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 15.0.0", - "rand 0.8.5", + "rand", "tracing-gum 15.0.0", ] [[package]] name = "polkadot-availability-distribution" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ - "derive_more", + "derive_more 0.99.18", "fatality", "futures", "parity-scale-codec", @@ -9441,7 +9216,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 15.0.0", - "rand 0.8.5", + "rand", "sc-network 0.44.0", "schnellru", "sp-core 34.0.0", @@ -9453,7 +9228,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "fatality", @@ -9465,7 +9240,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 15.0.0", - "rand 0.8.5", + "rand", "sc-network 0.44.0", "schnellru", "thiserror", @@ -9486,7 +9261,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "cfg-if", "clap", @@ -9514,7 +9289,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bitvec", "fatality", @@ -9536,19 +9311,18 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 28.0.0", "sp-runtime 31.0.1", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", ] [[package]] name = "polkadot-core-primitives" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "scale-info", @@ -9559,13 +9333,13 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ - "derive_more", + "derive_more 0.99.18", "fatality", "futures", "futures-timer", - "indexmap 2.2.6", + "indexmap 2.6.0", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol 17.0.0", @@ -9584,7 +9358,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "polkadot-node-primitives 15.0.0", @@ -9598,7 +9372,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "futures", "futures-timer", @@ -9606,8 +9380,8 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 15.0.0", - "rand 0.8.5", - "rand_chacha 0.3.1", + "rand", + "rand_chacha", "sc-network 0.44.0", "sc-network-common 0.43.0", "sp-application-crypto 38.0.0", @@ -9620,7 +9394,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "always-assert", "async-trait", @@ -9643,7 +9417,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "futures", "parity-scale-codec", @@ -9661,10 +9435,10 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bitvec", - "derive_more", + "derive_more 0.99.18", "futures", "futures-timer", "itertools 0.11.0", @@ -9677,9 +9451,9 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer 17.0.0", "polkadot-primitives 15.0.0", - "rand 0.8.5", - "rand_chacha 0.3.1", - "rand_core 0.6.4", + "rand", + "rand_chacha", + "rand_core", "sc-keystore 33.0.0", "schnellru", "schnorrkel 0.11.4", @@ -9694,7 +9468,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bitvec", "futures", @@ -9716,7 +9490,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bitvec", "fatality", @@ -9736,7 +9510,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "futures", "polkadot-node-subsystem", @@ -9751,7 +9525,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "17.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "futures", @@ -9774,7 +9548,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "futures", "polkadot-node-metrics 17.0.0", @@ -9788,7 +9562,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "futures", "futures-timer", @@ -9805,7 +9579,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "fatality", "futures", @@ -9824,7 +9598,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "futures", @@ -9841,7 +9615,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "16.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "fatality", "futures", @@ -9855,7 +9629,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bitvec", "fatality", @@ -9873,7 +9647,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "always-assert", "array-bytes", @@ -9890,7 +9664,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-parachain-primitives 14.0.0", "polkadot-primitives 15.0.0", - "rand 0.8.5", + "rand", "slotmap", "sp-core 34.0.0", "tempfile", @@ -9902,7 +9676,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "futures", "polkadot-node-primitives 15.0.0", @@ -9918,7 +9692,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "cpu-time", "futures", @@ -9944,7 +9718,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "futures", "polkadot-node-metrics 17.0.0", @@ -9959,9 +9733,8 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ - "lazy_static", "log", "mick-jaeger", "parity-scale-codec", @@ -9978,7 +9751,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "lazy_static", "log", @@ -9997,7 +9770,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "bs58 0.5.1", "futures", @@ -10009,14 +9782,14 @@ dependencies = [ "sc-cli 0.36.0", "sc-service 0.35.0", "sc-tracing 28.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "tracing-gum 7.0.0", ] [[package]] name = "polkadot-node-metrics" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bs58 0.5.1", "futures", @@ -10035,12 +9808,12 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-channel 1.9.0", "async-trait", "bitvec", - "derive_more", + "derive_more 0.99.18", "fatality", "futures", "hex", @@ -10048,7 +9821,7 @@ dependencies = [ "polkadot-node-jaeger 7.0.0", "polkadot-node-primitives 7.0.0", "polkadot-primitives 7.0.0", - "rand 0.8.5", + "rand", "sc-authority-discovery 0.34.0", "sc-network 0.34.0", "sc-network-types 0.10.0", @@ -10061,12 +9834,12 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-channel 1.9.0", "async-trait", "bitvec", - "derive_more", + "derive_more 0.99.18", "fatality", "futures", "hex", @@ -10074,7 +9847,7 @@ dependencies = [ "polkadot-node-jaeger 17.0.0", "polkadot-node-primitives 15.0.0", "polkadot-primitives 15.0.0", - "rand 0.8.5", + "rand", "sc-authority-discovery 0.44.0", "sc-network 0.44.0", "sc-network-types 0.12.1", @@ -10087,21 +9860,24 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "bitvec", "bounded-vec", "futures", + "futures-timer", "parity-scale-codec", "polkadot-parachain-primitives 6.0.0", "polkadot-primitives 7.0.0", + "sc-keystore 25.0.0", "schnorrkel 0.11.4", "serde", "sp-application-crypto 30.0.0", "sp-consensus-babe 0.32.0", + "sp-consensus-slots 0.32.0", "sp-core 28.0.0", "sp-keystore 0.34.0", - "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-runtime 31.0.1", "thiserror", "zstd 0.12.4", @@ -10110,7 +9886,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bitvec", "bounded-vec", @@ -10133,7 +9909,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "polkadot-node-jaeger 17.0.0", "polkadot-node-subsystem-types 17.1.0", @@ -10143,13 +9919,14 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "bitvec", - "derive_more", + "derive_more 0.99.18", + "fatality", "futures", - "orchestra 0.3.6", + "orchestra", "polkadot-node-jaeger 7.0.0", "polkadot-node-network-protocol 7.0.0", "polkadot-node-primitives 7.0.0", @@ -10165,21 +9942,21 @@ dependencies = [ "sp-blockchain 28.0.0", "sp-consensus-babe 0.32.0", "sp-runtime 31.0.1", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "thiserror", ] [[package]] name = "polkadot-node-subsystem-types" version = "17.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "bitvec", - "derive_more", + "derive_more 0.99.18", "fatality", "futures", - "orchestra 0.4.0", + "orchestra", "polkadot-node-jaeger 17.0.0", "polkadot-node-network-protocol 17.0.0", "polkadot-node-primitives 15.0.0", @@ -10202,10 +9979,10 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "17.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", - "derive_more", + "derive_more 0.99.18", "fatality", "futures", "futures-channel", @@ -10225,7 +10002,7 @@ dependencies = [ "polkadot-overseer 17.0.0", "polkadot-primitives 15.0.0", "prioritized-metered-channel", - "rand 0.8.5", + "rand", "sc-client-api 37.0.0", "schnellru", "sp-application-crypto 38.0.0", @@ -10238,12 +10015,12 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "futures", "futures-timer", - "orchestra 0.3.6", + "orchestra", "parking_lot 0.12.3", "polkadot-node-metrics 7.0.0", "polkadot-node-network-protocol 7.0.0", @@ -10260,12 +10037,12 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "futures", "futures-timer", - "orchestra 0.4.0", + "orchestra", "parking_lot 0.12.3", "polkadot-node-metrics 17.0.0", "polkadot-node-network-protocol 17.0.0", @@ -10282,27 +10059,26 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "bounded-collections", - "derive_more", + "derive_more 0.99.18", "parity-scale-codec", "polkadot-core-primitives 7.0.0", "scale-info", "serde", "sp-core 28.0.0", "sp-runtime 31.0.1", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", "sp-weights 27.0.0", ] [[package]] name = "polkadot-parachain-primitives" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bounded-collections", - "derive_more", + "derive_more 0.99.18", "parity-scale-codec", "polkadot-core-primitives 15.0.0", "scale-info", @@ -10315,7 +10091,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "bitvec", "hex-literal", @@ -10336,13 +10112,13 @@ dependencies = [ "sp-keystore 0.34.0", "sp-runtime 31.0.1", "sp-staking 26.0.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", ] [[package]] name = "polkadot-primitives" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bitvec", "hex-literal", @@ -10368,7 +10144,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "jsonrpsee 0.23.2", "mmr-rpc", @@ -10403,13 +10179,13 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "16.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bitvec", "frame-benchmarking", "frame-election-provider-support", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "impl-trait-for-tuples", "libsecp256k1", "log", @@ -10453,7 +10229,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bs58 0.5.1", "frame-benchmarking", @@ -10465,14 +10241,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "16.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bitflags 1.3.2", "bitvec", - "derive_more", + "derive_more 0.99.18", "frame-benchmarking", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "impl-trait-for-tuples", "log", "pallet-authority-discovery", @@ -10490,8 +10266,8 @@ dependencies = [ "polkadot-parachain-primitives 14.0.0", "polkadot-primitives 15.0.0", "polkadot-runtime-metrics", - "rand 0.8.5", - "rand_chacha 0.3.1", + "rand", + "rand_chacha", "scale-info", "serde", "sp-api 34.0.0", @@ -10512,7 +10288,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "bitvec", @@ -10520,7 +10296,7 @@ dependencies = [ "frame-benchmarking-cli", "frame-metadata-hash-extension", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "frame-system-rpc-runtime-api", "futures", "hex-literal", @@ -10633,14 +10409,14 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bitvec", "fatality", "futures", "futures-timer", - "indexmap 2.2.6", + "indexmap 2.6.0", "parity-scale-codec", "polkadot-node-network-protocol 17.0.0", "polkadot-node-primitives 15.0.0", @@ -10656,7 +10432,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "parity-scale-codec", "polkadot-primitives 7.0.0", @@ -10667,7 +10443,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "polkadot-primitives 15.0.0", @@ -10724,7 +10500,7 @@ dependencies = [ "polkavm-common", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -10734,7 +10510,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ "polkavm-derive-impl", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -10770,23 +10546,23 @@ dependencies = [ "concurrent-queue", "libc", "log", - "pin-project-lite 0.2.14", + "pin-project-lite", "windows-sys 0.48.0", ] [[package]] name = "polling" -version = "3.7.2" +version = "3.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" +checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" dependencies = [ "cfg-if", "concurrent-queue", "hermit-abi 0.4.0", - "pin-project-lite 0.2.14", - "rustix 0.38.34", + "pin-project-lite", + "rustix 0.38.40", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -10814,9 +10590,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.6.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" +checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" [[package]] name = "powerfmt" @@ -10826,9 +10602,12 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" -version = "0.2.17" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" +checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" +dependencies = [ + "zerocopy", +] [[package]] name = "predicates" @@ -10856,15 +10635,15 @@ dependencies = [ [[package]] name = "predicates-core" -version = "1.0.6" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" +checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" [[package]] name = "predicates-tree" -version = "1.0.9" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" +checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" dependencies = [ "predicates-core", "termtree", @@ -10882,12 +10661,12 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.20" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" +checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" dependencies = [ "proc-macro2", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -10897,10 +10676,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ "fixed-hash", - "impl-codec", - "impl-serde", + "impl-codec 0.6.0", + "impl-serde 0.4.0", "scale-info", - "uint", + "uint 0.9.5", +] + +[[package]] +name = "primitive-types" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d15600a7d856470b7d278b3fe0e311fe28c2526348549f8ef2ff7db3299c87f5" +dependencies = [ + "fixed-hash", + "impl-codec 0.7.0", + "impl-num-traits", + "uint 0.10.0", ] [[package]] @@ -10911,7 +10702,7 @@ checksum = "a172e6cc603231f2cf004232eabcecccc0da53ba576ab286ef7baa0cfc7927ad" dependencies = [ "coarsetime", "crossbeam-queue", - "derive_more", + "derive_more 0.99.18", "futures", "futures-timer", "nanorand", @@ -10931,20 +10722,11 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" -dependencies = [ - "toml_edit 0.20.7", -] - -[[package]] -name = "proc-macro-crate" -version = "3.1.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" +checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" dependencies = [ - "toml_edit 0.21.1", + "toml_edit", ] [[package]] @@ -10979,7 +10761,7 @@ checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -10990,14 +10772,14 @@ checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "proc-macro2" -version = "1.0.86" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" +checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" dependencies = [ "unicode-ident", ] @@ -11016,18 +10798,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "prometheus-client" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e" -dependencies = [ - "dtoa", - "itoa", - "parking_lot 0.12.3", - "prometheus-client-derive-encode", -] - [[package]] name = "prometheus-client" version = "0.21.2" @@ -11048,7 +10818,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -11071,6 +10841,16 @@ dependencies = [ "prost-derive 0.12.6", ] +[[package]] +name = "prost" +version = "0.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f" +dependencies = [ + "bytes", + "prost-derive 0.13.3", +] + [[package]] name = "prost-build" version = "0.11.9" @@ -11082,7 +10862,7 @@ dependencies = [ "itertools 0.10.5", "lazy_static", "log", - "multimap", + "multimap 0.8.3", "petgraph", "prettyplease 0.1.25", "prost 0.11.9", @@ -11090,27 +10870,48 @@ dependencies = [ "regex", "syn 1.0.109", "tempfile", - "which", + "which", +] + +[[package]] +name = "prost-build" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" +dependencies = [ + "bytes", + "heck 0.5.0", + "itertools 0.12.1", + "log", + "multimap 0.10.0", + "once_cell", + "petgraph", + "prettyplease 0.2.25", + "prost 0.12.6", + "prost-types 0.12.6", + "regex", + "syn 2.0.87", + "tempfile", ] [[package]] name = "prost-build" -version = "0.12.6" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" +checksum = "0c1318b19085f08681016926435853bbf7858f9c082d0999b80550ff5d9abe15" dependencies = [ "bytes", "heck 0.5.0", - "itertools 0.11.0", + "itertools 0.13.0", "log", - "multimap", + "multimap 0.10.0", "once_cell", "petgraph", - "prettyplease 0.2.20", - "prost 0.12.6", - "prost-types 0.12.6", + "prettyplease 0.2.25", + "prost 0.13.3", + "prost-types 0.13.3", "regex", - "syn 2.0.68", + "syn 2.0.87", "tempfile", ] @@ -11134,10 +10935,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", + "proc-macro2", + "quote", + "syn 2.0.87", +] + +[[package]] +name = "prost-derive" +version = "0.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" +dependencies = [ + "anyhow", + "itertools 0.13.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -11158,11 +10972,20 @@ dependencies = [ "prost 0.12.6", ] +[[package]] +name = "prost-types" +version = "0.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4759aa0d3a6232fb8dbdb97b61de2c20047c68aca932c7ed76da9d788508d670" +dependencies = [ + "prost 0.13.3", +] + [[package]] name = "psm" -version = "0.1.21" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" +checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810" dependencies = [ "cc", ] @@ -11177,7 +11000,7 @@ dependencies = [ "libc", "once_cell", "raw-cpuid", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi", "web-sys", "winapi", ] @@ -11197,19 +11020,6 @@ dependencies = [ "byteorder", ] -[[package]] -name = "quick-protobuf-codec" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1693116345026436eb2f10b677806169c1a1260c1c60eaaffe3fb5a29ae23d8b" -dependencies = [ - "asynchronous-codec", - "bytes", - "quick-protobuf", - "thiserror", - "unsigned-varint 0.7.2", -] - [[package]] name = "quick-protobuf-codec" version = "0.2.0" @@ -11223,17 +11033,6 @@ dependencies = [ "unsigned-varint 0.7.2", ] -[[package]] -name = "quicksink" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858" -dependencies = [ - "futures-core", - "futures-sink", - "pin-project-lite 0.1.12", -] - [[package]] name = "quinn" version = "0.9.4" @@ -11241,10 +11040,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" dependencies = [ "bytes", - "pin-project-lite 0.2.14", + "pin-project-lite", "quinn-proto 0.9.6", "quinn-udp 0.3.2", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.20.9", "thiserror", "tokio", @@ -11260,10 +11059,10 @@ checksum = "8cc2c5017e4b43d5995dcea317bc46c1e09404c0a9664d2908f7f02dfe943d75" dependencies = [ "bytes", "futures-io", - "pin-project-lite 0.2.14", + "pin-project-lite", "quinn-proto 0.10.6", "quinn-udp 0.4.1", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.21.12", "thiserror", "tokio", @@ -11277,9 +11076,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" dependencies = [ "bytes", - "rand 0.8.5", + "rand", "ring 0.16.20", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.20.9", "slab", "thiserror", @@ -11295,9 +11094,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "141bf7dfde2fbc246bfd3fe12f2455aa24b0fbd9af535d8c86c7bd1381ff2b1a" dependencies = [ "bytes", - "rand 0.8.5", + "rand", "ring 0.16.20", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.21.12", "slab", "thiserror", @@ -11333,9 +11132,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.36" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" +checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" dependencies = [ "proc-macro2", ] @@ -11346,19 +11145,6 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" -[[package]] -name = "rand" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" -dependencies = [ - "getrandom 0.1.16", - "libc", - "rand_chacha 0.2.2", - "rand_core 0.5.1", - "rand_hc", -] - [[package]] name = "rand" version = "0.8.5" @@ -11366,18 +11152,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", - "rand_chacha 0.3.1", - "rand_core 0.6.4", -] - -[[package]] -name = "rand_chacha" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" -dependencies = [ - "ppv-lite86", - "rand_core 0.5.1", + "rand_chacha", + "rand_core", ] [[package]] @@ -11387,16 +11163,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core 0.6.4", -] - -[[package]] -name = "rand_core" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" -dependencies = [ - "getrandom 0.1.16", + "rand_core", ] [[package]] @@ -11405,7 +11172,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.15", + "getrandom", ] [[package]] @@ -11415,16 +11182,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand 0.8.5", -] - -[[package]] -name = "rand_hc" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" -dependencies = [ - "rand_core 0.5.1", + "rand", ] [[package]] @@ -11433,16 +11191,16 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" dependencies = [ - "rand_core 0.6.4", + "rand_core", ] [[package]] name = "raw-cpuid" -version = "11.1.0" +version = "11.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb9ee317cfe3fbd54b36a511efc1edd42e216903c9cd575e686dd68a2ba90d8d" +checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", ] [[package]] @@ -11494,29 +11252,20 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" -dependencies = [ - "bitflags 1.3.2", -] - -[[package]] -name = "redox_syscall" -version = "0.5.2" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" +checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", ] [[package]] name = "redox_users" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom 0.2.15", + "getrandom", "libredox", "thiserror", ] @@ -11527,7 +11276,7 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87413ebb313323d431e85d0afc5a68222aaed972843537cbfe5f061cf1b4bcab" dependencies = [ - "derive_more", + "derive_more 0.99.18", "fs-err", "static_init", "thiserror", @@ -11550,7 +11299,7 @@ checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -11573,21 +11322,21 @@ checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" dependencies = [ "hashbrown 0.13.2", "log", - "rustc-hash", + "rustc-hash 1.1.0", "slice-group-by", "smallvec", ] [[package]] name = "regex" -version = "1.10.5" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" +checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.7", - "regex-syntax 0.8.4", + "regex-automata 0.4.9", + "regex-syntax 0.8.5", ] [[package]] @@ -11601,13 +11350,13 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.7" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" +checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.4", + "regex-syntax 0.8.5", ] [[package]] @@ -11618,9 +11367,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" +checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "resolv-conf" @@ -11645,14 +11394,14 @@ dependencies = [ [[package]] name = "ring" version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#665f5f51af5734c7b6d90b985dd6861d4c5b4752" +source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" dependencies = [ "ark-ec", "ark-ff", "ark-poly", "ark-serialize", "ark-std", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "blake2 0.10.6", "common", "fflonk", @@ -11682,22 +11431,13 @@ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.15", + "getrandom", "libc", "spin 0.9.8", "untrusted 0.9.0", "windows-sys 0.52.0", ] -[[package]] -name = "ripemd" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" -dependencies = [ - "digest 0.10.7", -] - [[package]] name = "rocksdb" version = "0.21.0" @@ -11711,15 +11451,15 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ - "binary-merkle-tree", + "binary-merkle-tree 15.0.0", "bitvec", "frame-benchmarking", "frame-executive", "frame-metadata-hash-extension", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime 0.43.0", @@ -11811,7 +11551,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", "polkadot-primitives 15.0.0", @@ -11878,6 +11618,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" +[[package]] +name = "rustc-hash" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" + [[package]] name = "rustc-hex" version = "2.1.0" @@ -11895,9 +11641,9 @@ dependencies = [ [[package]] name = "rustc_version" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" +checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ "semver 1.0.23", ] @@ -11941,11 +11687,11 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.34" +version = "0.38.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" +checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "errno", "libc", "linux-raw-sys 0.4.14", @@ -11958,7 +11704,6 @@ version = "0.20.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" dependencies = [ - "log", "ring 0.16.20", "sct", "webpki", @@ -11978,23 +11723,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.22.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" -dependencies = [ - "log", - "ring 0.17.8", - "rustls-pki-types", - "rustls-webpki 0.102.8", - "subtle 2.6.1", - "zeroize", -] - -[[package]] -name = "rustls" -version = "0.23.13" +version = "0.23.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" +checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e" dependencies = [ "log", "once_cell", @@ -12024,7 +11755,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" dependencies = [ "openssl-probe", - "rustls-pemfile 2.1.3", + "rustls-pemfile 2.2.0", "rustls-pki-types", "schannel", "security-framework", @@ -12041,19 +11772,18 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "2.1.3" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" +checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" dependencies = [ - "base64 0.22.1", "rustls-pki-types", ] [[package]] name = "rustls-pki-types" -version = "1.8.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" +checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" [[package]] name = "rustls-platform-verifier" @@ -12066,13 +11796,13 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.13", + "rustls 0.23.16", "rustls-native-certs 0.7.3", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", "security-framework", "security-framework-sys", - "webpki-roots 0.26.5", + "webpki-roots 0.26.6", "winapi", ] @@ -12105,9 +11835,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" +checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" [[package]] name = "ruzstd" @@ -12120,17 +11850,6 @@ dependencies = [ "twox-hash", ] -[[package]] -name = "rw-stream-sink" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04" -dependencies = [ - "futures", - "pin-project", - "static_assertions", -] - [[package]] name = "rw-stream-sink" version = "0.4.0" @@ -12178,18 +11897,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "log", "sp-core 28.0.0", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "thiserror", ] [[package]] name = "sc-allocator" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "log", "sp-core 34.0.0", @@ -12200,21 +11919,20 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "futures", "futures-timer", "ip_network", - "libp2p 0.51.4", + "libp2p", "linked_hash_set", "log", - "multihash 0.17.0", - "multihash-codetable", + "multihash 0.19.2", "parity-scale-codec", "prost 0.12.6", "prost-build 0.12.6", - "rand 0.8.5", + "rand", "sc-client-api 28.0.0", "sc-network 0.34.0", "sc-network-types 0.10.0", @@ -12224,27 +11942,27 @@ dependencies = [ "sp-core 28.0.0", "sp-keystore 0.34.0", "sp-runtime 31.0.1", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "futures", "futures-timer", "ip_network", - "libp2p 0.52.4", + "libp2p", "linked_hash_set", "log", - "multihash 0.19.1", + "multihash 0.19.2", "parity-scale-codec", "prost 0.12.6", "prost-build 0.12.6", - "rand 0.8.5", + "rand", "sc-client-api 37.0.0", "sc-network 0.44.0", "sc-network-types 0.12.1", @@ -12261,7 +11979,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "futures", "futures-timer", @@ -12283,7 +12001,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "parity-scale-codec", "sp-api 26.0.0", @@ -12298,7 +12016,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.42.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "sp-api 34.0.0", @@ -12313,7 +12031,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "array-bytes", "docify", @@ -12329,18 +12047,18 @@ dependencies = [ "serde_json", "sp-blockchain 28.0.0", "sp-core 28.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-genesis-builder 0.8.0", "sp-io 30.0.0", "sp-runtime 31.0.1", "sp-state-machine 0.35.0", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", ] [[package]] name = "sc-chain-spec" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", "docify", @@ -12367,29 +12085,29 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "sc-cli" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "array-bytes", "chrono", @@ -12397,12 +12115,12 @@ dependencies = [ "fdlimit", "futures", "itertools 0.11.0", - "libp2p-identity 0.1.3", + "libp2p-identity", "log", "names", "parity-bip39", "parity-scale-codec", - "rand 0.8.5", + "rand", "regex", "rpassword", "sc-client-api 28.0.0", @@ -12420,7 +12138,7 @@ dependencies = [ "sp-core 28.0.0", "sp-keyring 31.0.0", "sp-keystore 0.34.0", - "sp-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-runtime 31.0.1", "sp-version 29.0.0", "thiserror", @@ -12430,7 +12148,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.46.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", "chrono", @@ -12438,12 +12156,12 @@ dependencies = [ "fdlimit", "futures", "itertools 0.11.0", - "libp2p-identity 0.2.9", + "libp2p-identity", "log", "names", "parity-bip39", "parity-scale-codec", - "rand 0.8.5", + "rand", "regex", "rpassword", "sc-client-api 37.0.0", @@ -12471,7 +12189,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "fnv", "futures", @@ -12485,20 +12203,20 @@ dependencies = [ "sp-blockchain 28.0.0", "sp-consensus 0.32.0", "sp-core 28.0.0", - "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-runtime 31.0.1", "sp-state-machine 0.35.0", "sp-statement-store 10.0.0", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-trie 29.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", ] [[package]] name = "sc-client-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "fnv", "futures", @@ -12525,7 +12243,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "hash-db", "kvdb", @@ -12542,7 +12260,7 @@ dependencies = [ "sp-arithmetic 23.0.0", "sp-blockchain 28.0.0", "sp-core 28.0.0", - "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-runtime 31.0.1", "sp-state-machine 0.35.0", "sp-trie 29.0.0", @@ -12551,7 +12269,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "hash-db", "kvdb", @@ -12577,11 +12295,10 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "futures", - "futures-timer", "log", "mockall 0.11.4", "parking_lot 0.12.3", @@ -12595,14 +12312,14 @@ dependencies = [ "sp-core 28.0.0", "sp-runtime 31.0.1", "sp-state-machine 0.35.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "thiserror", ] [[package]] name = "sc-consensus" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "futures", @@ -12626,7 +12343,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "futures", @@ -12655,7 +12372,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "fork-tree 13.0.0", @@ -12691,7 +12408,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "futures", "jsonrpsee 0.23.2", @@ -12713,7 +12430,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -12749,7 +12466,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "futures", "jsonrpsee 0.23.2", @@ -12769,7 +12486,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "fork-tree 13.0.0", "parity-scale-codec", @@ -12782,7 +12499,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.29.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "ahash", "array-bytes", @@ -12795,7 +12512,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "sc-block-builder 0.42.0", "sc-chain-spec 37.0.0", "sc-client-api 37.0.0", @@ -12826,7 +12543,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "finality-grandpa", "futures", @@ -12846,7 +12563,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "futures", @@ -12869,7 +12586,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -12879,20 +12596,20 @@ dependencies = [ "schnellru", "sp-api 26.0.0", "sp-core 28.0.0", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-io 30.0.0", - "sp-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-trie 29.0.0", "sp-version 29.0.0", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "tracing", ] [[package]] name = "sc-executor" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -12915,12 +12632,12 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "polkavm", "sc-allocator 23.0.0", - "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "thiserror", "wasm-instrument", ] @@ -12928,7 +12645,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "polkavm", "sc-allocator 29.0.0", @@ -12941,18 +12658,18 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "log", "polkavm", "sc-executor-common 0.29.0", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", ] [[package]] name = "sc-executor-polkavm" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "log", "polkavm", @@ -12963,7 +12680,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "anyhow", "cfg-if", @@ -12973,15 +12690,15 @@ dependencies = [ "rustix 0.36.17", "sc-allocator 23.0.0", "sc-executor-common 0.29.0", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "wasmtime", ] [[package]] name = "sc-executor-wasmtime" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "anyhow", "cfg-if", @@ -12999,9 +12716,9 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ - "ansi_term", + "console", "futures", "futures-timer", "log", @@ -13016,7 +12733,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "ansi_term", "futures", @@ -13033,7 +12750,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -13047,7 +12764,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "33.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -13061,17 +12778,17 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "array-bytes", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "blake2 0.10.6", "bytes", "futures", "futures-timer", "log", "mixnet", - "multiaddr 0.17.1", + "multiaddr 0.18.2", "parity-scale-codec", "parking_lot 0.12.3", "sc-client-api 28.0.0", @@ -13090,17 +12807,17 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.14.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "blake2 0.10.6", "bytes", "futures", "futures-timer", "log", "mixnet", - "multiaddr 0.18.1", + "multiaddr 0.18.2", "parity-scale-codec", "parking_lot 0.12.3", "sc-client-api 37.0.0", @@ -13119,7 +12836,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13132,9 +12849,9 @@ dependencies = [ "futures", "futures-timer", "ip_network", - "libp2p 0.51.4", + "libp2p", "linked_hash_set", - "litep2p 0.3.0", + "litep2p 0.7.0", "log", "mockall 0.11.4", "once_cell", @@ -13144,7 +12861,7 @@ dependencies = [ "pin-project", "prost 0.12.6", "prost-build 0.12.6", - "rand 0.8.5", + "rand", "sc-client-api 28.0.0", "sc-network-common 0.33.0", "sc-network-types 0.10.0", @@ -13157,7 +12874,7 @@ dependencies = [ "sp-blockchain 28.0.0", "sp-core 28.0.0", "sp-runtime 31.0.1", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "thiserror", "tokio", "tokio-stream", @@ -13170,7 +12887,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13183,7 +12900,7 @@ dependencies = [ "futures", "futures-timer", "ip_network", - "libp2p 0.52.4", + "libp2p", "linked_hash_set", "litep2p 0.6.2", "log", @@ -13195,7 +12912,7 @@ dependencies = [ "pin-project", "prost 0.12.6", "prost-build 0.12.6", - "rand 0.8.5", + "rand", "sc-client-api 37.0.0", "sc-network-common 0.43.0", "sc-network-types 0.12.1", @@ -13221,12 +12938,12 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "bitflags 1.3.2", "futures", - "libp2p-identity 0.1.3", + "libp2p-identity", "parity-scale-codec", "prost-build 0.12.6", "sc-consensus 0.33.0", @@ -13239,12 +12956,12 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "bitflags 1.3.2", "futures", - "libp2p-identity 0.2.9", + "libp2p-identity", "parity-scale-codec", "prost-build 0.12.6", "sc-consensus 0.43.0", @@ -13257,7 +12974,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "ahash", "futures", @@ -13276,7 +12993,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13297,7 +13014,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13318,7 +13035,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13326,7 +13043,6 @@ dependencies = [ "fork-tree 12.0.0", "futures", "futures-timer", - "libp2p 0.51.4", "log", "mockall 0.11.4", "parity-scale-codec", @@ -13346,7 +13062,7 @@ dependencies = [ "sp-consensus-grandpa 13.0.0", "sp-core 28.0.0", "sp-runtime 31.0.1", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "thiserror", "tokio", "tokio-stream", @@ -13355,7 +13071,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13363,7 +13079,7 @@ dependencies = [ "fork-tree 13.0.0", "futures", "futures-timer", - "libp2p 0.52.4", + "libp2p", "log", "mockall 0.11.4", "parity-scale-codec", @@ -13392,11 +13108,10 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "array-bytes", "futures", - "libp2p 0.51.4", "log", "parity-scale-codec", "sc-network 0.34.0", @@ -13406,13 +13121,13 @@ dependencies = [ "sc-utils 14.0.0", "sp-consensus 0.32.0", "sp-runtime 31.0.1", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", ] [[package]] name = "sc-network-transactions" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", "futures", @@ -13431,30 +13146,33 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "bs58 0.5.1", - "libp2p-identity 0.1.3", - "litep2p 0.3.0", - "multiaddr 0.17.1", - "multihash 0.17.0", - "rand 0.8.5", + "ed25519-dalek", + "libp2p-identity", + "litep2p 0.7.0", + "log", + "multiaddr 0.18.2", + "multihash 0.19.2", + "rand", "thiserror", + "zeroize", ] [[package]] name = "sc-network-types" version = "0.12.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bs58 0.5.1", - "ed25519-dalek 2.1.1", - "libp2p-identity 0.2.9", + "ed25519-dalek", + "libp2p-identity", "litep2p 0.6.2", "log", - "multiaddr 0.18.1", - "multihash 0.19.1", - "rand 0.8.5", + "multiaddr 0.18.2", + "multihash 0.19.2", + "rand", "thiserror", "zeroize", ] @@ -13462,21 +13180,21 @@ dependencies = [ [[package]] name = "sc-offchain" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", "bytes", "fnv", "futures", "futures-timer", - "hyper 0.14.29", - "hyper-rustls", + "hyper 0.14.31", + "hyper-rustls 0.24.2", "log", "num_cpus", "once_cell", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "sc-client-api 37.0.0", "sc-network 0.44.0", "sc-network-common 0.43.0", @@ -13496,7 +13214,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "log", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407)", @@ -13505,10 +13223,10 @@ dependencies = [ [[package]] name = "sc-rpc" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "futures", - "jsonrpsee 0.22.5", + "jsonrpsee 0.24.7", "log", "parity-scale-codec", "parking_lot 0.12.3", @@ -13537,7 +13255,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "futures", "jsonrpsee 0.23.2", @@ -13569,9 +13287,9 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ - "jsonrpsee 0.22.5", + "jsonrpsee 0.24.7", "parity-scale-codec", "sc-chain-spec 28.0.0", "sc-mixnet 0.4.0", @@ -13589,7 +13307,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "jsonrpsee 0.23.2", "parity-scale-codec", @@ -13609,34 +13327,38 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ + "dyn-clone", "forwarded-header-value", "futures", "governor", - "http 0.2.12", - "hyper 0.14.29", + "http 1.1.0", + "http-body-util", + "hyper 1.5.0", "ip_network", - "jsonrpsee 0.22.5", + "jsonrpsee 0.24.7", "log", + "sc-rpc-api 0.33.0", + "serde", "serde_json", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "tokio", "tower", - "tower-http 0.4.4", + "tower-http", ] [[package]] name = "sc-rpc-server" version = "16.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "forwarded-header-value", "futures", "governor", "http 1.1.0", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "ip_network", "jsonrpsee 0.23.2", "log", @@ -13645,23 +13367,23 @@ dependencies = [ "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407)", "tokio", "tower", - "tower-http 0.5.2", + "tower-http", ] [[package]] name = "sc-rpc-spec-v2" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "array-bytes", "futures", "futures-util", "hex", - "jsonrpsee 0.22.5", + "jsonrpsee 0.24.7", "log", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "sc-chain-spec 28.0.0", "sc-client-api 28.0.0", "sc-rpc 29.0.0", @@ -13683,7 +13405,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", "futures", @@ -13693,7 +13415,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "sc-chain-spec 37.0.0", "sc-client-api 37.0.0", "sc-rpc 39.0.0", @@ -13715,19 +13437,19 @@ dependencies = [ [[package]] name = "sc-service" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "directories", "exit-future", "futures", "futures-timer", - "jsonrpsee 0.22.5", + "jsonrpsee 0.24.7", "log", "parity-scale-codec", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", + "rand", "sc-chain-spec 28.0.0", "sc-client-api 28.0.0", "sc-client-db 0.35.0", @@ -13757,18 +13479,18 @@ dependencies = [ "sp-blockchain 28.0.0", "sp-consensus 0.32.0", "sp-core 28.0.0", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-keystore 0.34.0", "sp-runtime 31.0.1", "sp-session 27.0.0", "sp-state-machine 0.35.0", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-transaction-pool 26.0.0", "sp-transaction-storage-proof 26.0.0", "sp-trie 29.0.0", "sp-version 29.0.0", "static_init", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "tempfile", "thiserror", "tokio", @@ -13779,7 +13501,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "directories", @@ -13791,7 +13513,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", + "rand", "sc-chain-spec 37.0.0", "sc-client-api 37.0.0", "sc-client-db 0.44.0", @@ -13843,7 +13565,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "log", "parity-scale-codec", @@ -13854,7 +13576,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "log", "parity-scale-codec", @@ -13865,7 +13587,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.22.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "clap", "fs4", @@ -13878,7 +13600,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "jsonrpsee 0.23.2", "parity-scale-codec", @@ -13897,34 +13619,34 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ - "derive_more", + "derive_more 0.99.18", "futures", "libc", "log", - "rand 0.8.5", + "rand", "rand_pcg", "regex", "sc-telemetry 15.0.0", "serde", "serde_json", "sp-core 28.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-io 30.0.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", ] [[package]] name = "sc-sysinfo" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ - "derive_more", + "derive_more 0.99.18", "futures", "libc", "log", - "rand 0.8.5", + "rand", "rand_pcg", "regex", "sc-telemetry 24.0.0", @@ -13939,15 +13661,15 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "chrono", "futures", - "libp2p 0.51.4", + "libp2p", "log", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", + "rand", "sc-network 0.34.0", "sc-utils 14.0.0", "serde", @@ -13959,15 +13681,15 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "chrono", "futures", - "libp2p 0.52.4", + "libp2p", "log", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", + "rand", "sc-network 0.44.0", "sc-utils 17.0.0", "serde", @@ -13979,27 +13701,25 @@ dependencies = [ [[package]] name = "sc-tracing" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ - "ansi_term", "chrono", + "console", "is-terminal", - "lazy_static", "libc", "log", "parity-scale-codec", "parking_lot 0.12.3", - "regex", - "rustc-hash", + "rustc-hash 1.1.0", "sc-client-api 28.0.0", - "sc-tracing-proc-macro 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sc-tracing-proc-macro 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "serde", "sp-api 26.0.0", "sp-blockchain 28.0.0", "sp-core 28.0.0", "sp-rpc 26.0.0", "sp-runtime 31.0.1", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "thiserror", "tracing", "tracing-log", @@ -14009,7 +13729,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "ansi_term", "chrono", @@ -14020,7 +13740,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "regex", - "rustc-hash", + "rustc-hash 1.1.0", "sc-client-api 37.0.0", "sc-tracing-proc-macro 11.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407)", "serde", @@ -14039,29 +13759,29 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "sc-transaction-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "futures", @@ -14077,18 +13797,18 @@ dependencies = [ "sp-api 26.0.0", "sp-blockchain 28.0.0", "sp-core 28.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-runtime 31.0.1", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-transaction-pool 26.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "thiserror", ] [[package]] name = "sc-transaction-pool" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "futures", @@ -14115,7 +13835,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "futures", @@ -14131,7 +13851,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "futures", @@ -14147,12 +13867,11 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-channel 1.9.0", "futures", "futures-timer", - "lazy_static", "log", "parking_lot 0.12.3", "prometheus", @@ -14162,7 +13881,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-channel 1.9.0", "futures", @@ -14190,7 +13909,7 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" dependencies = [ - "derive_more", + "derive_more 0.99.18", "parity-scale-codec", "scale-bits", "scale-type-resolver", @@ -14199,13 +13918,13 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.11.3" +version = "2.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eca070c12893629e2cc820a9761bedf6ce1dcddc9852984d1dc734b8bd9bd024" +checksum = "1aa7ffc1c0ef49b0452c6e2986abf2b07743320641ffd5fc63d552458e3b779b" dependencies = [ "bitvec", "cfg-if", - "derive_more", + "derive_more 1.0.0", "parity-scale-codec", "scale-info-derive", "serde", @@ -14213,14 +13932,14 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.11.3" +version = "2.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d35494501194174bda522a32605929eefc9ecf7e0a326c26db1fdd85881eb62" +checksum = "46385cc24172cf615450267463f937c10072516359b3ff1cb24228a4a08bf951" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.87", ] [[package]] @@ -14231,11 +13950,11 @@ checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" [[package]] name = "schannel" -version = "0.1.23" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" +checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -14256,10 +13975,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "curve25519-dalek-ng", "merlin", - "rand_core 0.6.4", + "rand_core", "sha2 0.9.9", "subtle-ng", "zeroize", @@ -14273,11 +13992,11 @@ checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0" dependencies = [ "aead", "arrayref", - "arrayvec 0.7.4", - "curve25519-dalek 4.1.3", + "arrayvec 0.7.6", + "curve25519-dalek", "getrandom_or_panic", "merlin", - "rand_core 0.6.4", + "rand_core", "serde_bytes", "sha2 0.10.8", "subtle 2.6.1", @@ -14306,21 +14025,6 @@ dependencies = [ "untrusted 0.9.0", ] -[[package]] -name = "sctp-proto" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f64cef148d3295c730c3cb340b0b252a4d570b1c7d4bf0808f88540b0a888bc" -dependencies = [ - "bytes", - "crc", - "fxhash", - "log", - "rand 0.8.5", - "slab", - "thiserror", -] - [[package]] name = "sctp-proto" version = "0.2.2" @@ -14331,7 +14035,7 @@ dependencies = [ "crc", "fxhash", "log", - "rand 0.8.5", + "rand", "slab", "thiserror", ] @@ -14389,11 +14093,11 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "core-foundation", "core-foundation-sys", "libc", @@ -14403,9 +14107,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.11.0" +version = "2.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" +checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2" dependencies = [ "core-foundation-sys", "libc", @@ -14452,38 +14156,38 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "serde" -version = "1.0.204" +version = "1.0.215" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" +checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" dependencies = [ "serde_derive", ] [[package]] name = "serde_bytes" -version = "0.11.14" +version = "0.11.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734" +checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" dependencies = [ "serde", ] [[package]] name = "serde_derive" -version = "1.0.204" +version = "1.0.215" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" +checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "serde_json" -version = "1.0.128" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "itoa", "memchr", @@ -14493,9 +14197,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.6" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" +checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" dependencies = [ "serde", ] @@ -14613,12 +14317,6 @@ dependencies = [ "libc", ] -[[package]] -name = "signature" -version = "1.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" - [[package]] name = "signature" version = "2.2.0" @@ -14626,14 +14324,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ "digest 0.10.7", - "rand_core 0.6.4", + "rand_core", ] [[package]] name = "simba" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae" +checksum = "b3a386a501cd104797982c15ae17aafe8b9261315b5d07e3ec803f2ea26be0fa" dependencies = [ "approx", "num-complex", @@ -14668,7 +14366,16 @@ version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", +] + +[[package]] +name = "simple-dns" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c80e565e7dcc4f1ef247e2f395550d4cf7d777746d5988e7e4e3156b71077fc" +dependencies = [ + "bitflags 2.6.0", ] [[package]] @@ -14701,7 +14408,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "enumn", "parity-scale-codec", @@ -14747,7 +14454,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "async-lock 2.8.0", "atomic-take", "base64 0.21.7", @@ -14756,7 +14463,7 @@ dependencies = [ "bs58 0.5.1", "chacha20", "crossbeam-queue", - "derive_more", + "derive_more 0.99.18", "ed25519-zebra", "either", "event-listener 2.5.3", @@ -14777,8 +14484,8 @@ dependencies = [ "pbkdf2", "pin-project", "poly1305", - "rand 0.8.5", - "rand_chacha 0.3.1", + "rand", + "rand_chacha", "ruzstd", "schnorrkel 0.10.2", "serde", @@ -14791,7 +14498,7 @@ dependencies = [ "soketto 0.7.1", "twox-hash", "wasmi 0.31.2", - "x25519-dalek 2.0.1", + "x25519-dalek", "zeroize", ] @@ -14805,7 +14512,7 @@ dependencies = [ "async-lock 2.8.0", "base64 0.21.7", "blake2-rfc", - "derive_more", + "derive_more 0.99.18", "either", "event-listener 2.5.3", "fnv", @@ -14820,8 +14527,8 @@ dependencies = [ "no-std-net", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", - "rand_chacha 0.3.1", + "rand", + "rand_chacha", "serde", "serde_json", "siphasher", @@ -14846,10 +14553,10 @@ dependencies = [ "aes-gcm", "blake2 0.10.6", "chacha20poly1305", - "curve25519-dalek 4.1.3", - "rand_core 0.6.4", + "curve25519-dalek", + "rand_core", "ring 0.17.8", - "rustc_version 0.4.0", + "rustc_version 0.4.1", "sha2 0.10.8", "subtle 2.6.1", ] @@ -14882,12 +14589,10 @@ checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" dependencies = [ "base64 0.13.1", "bytes", - "flate2", "futures", - "http 0.2.12", "httparse", "log", - "rand 0.8.5", + "rand", "sha-1 0.9.8", ] @@ -14903,27 +14608,27 @@ dependencies = [ "http 1.1.0", "httparse", "log", - "rand 0.8.5", + "rand", "sha1", ] [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ + "docify", "hash-db", "log", "parity-scale-codec", "scale-info", "sp-api-proc-macro 15.0.0", "sp-core 28.0.0", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-metadata-ir 0.6.0", "sp-runtime 31.0.1", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-state-machine 0.35.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", "sp-trie 29.0.0", "sp-version 29.0.0", "thiserror", @@ -14932,7 +14637,7 @@ dependencies = [ [[package]] name = "sp-api" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "docify", "hash-db", @@ -14954,48 +14659,47 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "Inflector", "blake2 0.10.6", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "sp-api-proc-macro" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "Inflector", "blake2 0.10.6", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core 28.0.0", "sp-io 30.0.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", ] [[package]] name = "sp-application-crypto" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "scale-info", @@ -15007,7 +14711,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "docify", "integer-sqrt", @@ -15015,14 +14719,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", "static_assertions", ] [[package]] name = "sp-arithmetic" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "docify", "integer-sqrt", @@ -15054,7 +14757,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "parity-scale-codec", "scale-info", @@ -15066,7 +14769,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "scale-info", @@ -15078,7 +14781,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "sp-api 26.0.0", "sp-inherents 26.0.0", @@ -15088,7 +14791,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "sp-api 34.0.0", "sp-inherents 34.0.0", @@ -15098,25 +14801,26 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "futures", - "log", "parity-scale-codec", "parking_lot 0.12.3", "schnellru", "sp-api 26.0.0", "sp-consensus 0.32.0", - "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-core 28.0.0", + "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-runtime 31.0.1", "sp-state-machine 0.35.0", "thiserror", + "tracing", ] [[package]] name = "sp-blockchain" version = "37.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "futures", "parity-scale-codec", @@ -15135,7 +14839,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "futures", @@ -15150,7 +14854,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "futures", @@ -15165,7 +14869,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "parity-scale-codec", @@ -15181,7 +14885,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "parity-scale-codec", @@ -15197,7 +14901,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "parity-scale-codec", @@ -15215,7 +14919,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "parity-scale-codec", @@ -15233,7 +14937,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "lazy_static", "parity-scale-codec", @@ -15253,7 +14957,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "finality-grandpa", "log", @@ -15270,7 +14974,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "finality-grandpa", "log", @@ -15287,7 +14991,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "parity-scale-codec", "scale-info", @@ -15298,7 +15002,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "scale-info", @@ -15309,7 +15013,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "array-bytes", "bandersnatch_vrfs", @@ -15322,7 +15026,7 @@ dependencies = [ "futures", "hash-db", "hash256-std-hasher", - "impl-serde", + "impl-serde 0.4.0", "itertools 0.11.0", "k256", "libsecp256k1", @@ -15332,19 +15036,19 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "paste", - "primitive-types", - "rand 0.8.5", + "primitive-types 0.12.2", + "rand", "scale-info", "schnorrkel 0.11.4", "secp256k1", "secrecy", "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "ss58-registry", "substrate-bip39 0.4.7", "thiserror", @@ -15356,7 +15060,7 @@ dependencies = [ [[package]] name = "sp-core" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", "bitflags 1.3.2", @@ -15368,7 +15072,7 @@ dependencies = [ "futures", "hash-db", "hash256-std-hasher", - "impl-serde", + "impl-serde 0.4.0", "itertools 0.11.0", "k256", "libsecp256k1", @@ -15378,8 +15082,8 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "paste", - "primitive-types", - "rand 0.8.5", + "primitive-types 0.12.2", + "rand", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15402,7 +15106,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#60d21e9c4314d5144c9ebdd4fd851ee5f06b0f0d" +source = "git+https://github.com/paritytech/polkadot-sdk#e617d1d07388b3aad0377d49d0812f6889c9050a" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -15422,7 +15126,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "blake2b_simd", "byteorder", @@ -15435,7 +15139,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "blake2b_simd", "byteorder", @@ -15448,27 +15152,27 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407)", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "syn 2.0.68", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "syn 2.0.87", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -15477,7 +15181,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -15486,47 +15190,47 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#60d21e9c4314d5144c9ebdd4fd851ee5f06b0f0d" +source = "git+https://github.com/paritytech/polkadot-sdk#e617d1d07388b3aad0377d49d0812f6889c9050a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#60d21e9c4314d5144c9ebdd4fd851ee5f06b0f0d" +source = "git+https://github.com/paritytech/polkadot-sdk#e617d1d07388b3aad0377d49d0812f6889c9050a" dependencies = [ "environmental", "parity-scale-codec", @@ -15536,7 +15240,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "environmental", "parity-scale-codec", @@ -15546,7 +15250,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "parity-scale-codec", "scale-info", @@ -15558,7 +15262,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "scale-info", @@ -15570,7 +15274,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -15583,7 +15287,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -15596,10 +15300,11 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "bytes", - "ed25519-dalek 2.1.1", + "docify", + "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", @@ -15607,13 +15312,12 @@ dependencies = [ "rustversion", "secp256k1", "sp-core 28.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-keystore 0.34.0", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-state-machine 0.35.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-trie 29.0.0", "tracing", "tracing-core", @@ -15622,11 +15326,11 @@ dependencies = [ [[package]] name = "sp-io" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bytes", "docify", - "ed25519-dalek 2.1.1", + "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", @@ -15648,7 +15352,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "sp-core 28.0.0", "sp-runtime 31.0.1", @@ -15658,7 +15362,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "sp-core 34.0.0", "sp-runtime 39.0.2", @@ -15668,18 +15372,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "sp-core 28.0.0", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", ] [[package]] name = "sp-keystore" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -15690,7 +15394,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "thiserror", "zstd 0.12.4", @@ -15699,7 +15403,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "thiserror", "zstd 0.12.4", @@ -15708,7 +15412,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -15718,7 +15422,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -15728,7 +15432,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "parity-scale-codec", "scale-info", @@ -15739,7 +15443,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.12.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "scale-info", @@ -15750,7 +15454,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "log", "parity-scale-codec", @@ -15767,7 +15471,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "scale-info", @@ -15780,7 +15484,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "sp-api 26.0.0", "sp-core 28.0.0", @@ -15790,7 +15494,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "sp-api 34.0.0", "sp-core 34.0.0", @@ -15800,7 +15504,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "backtrace", "lazy_static", @@ -15810,19 +15514,18 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "backtrace", - "lazy_static", "regex", ] [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ - "rustc-hash", + "rustc-hash 1.1.0", "serde", "sp-core 28.0.0", ] @@ -15830,9 +15533,9 @@ dependencies = [ [[package]] name = "sp-rpc" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ - "rustc-hash", + "rustc-hash 1.1.0", "serde", "sp-core 34.0.0", ] @@ -15840,8 +15543,9 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ + "binary-merkle-tree 13.0.0", "docify", "either", "hash256-std-hasher", @@ -15850,7 +15554,7 @@ dependencies = [ "num-traits", "parity-scale-codec", "paste", - "rand 0.8.5", + "rand", "scale-info", "serde", "simple-mermaid", @@ -15858,14 +15562,16 @@ dependencies = [ "sp-arithmetic 23.0.0", "sp-core 28.0.0", "sp-io 30.0.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-trie 29.0.0", "sp-weights 27.0.0", + "tracing", ] [[package]] name = "sp-runtime" version = "39.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "docify", "either", @@ -15875,7 +15581,7 @@ dependencies = [ "num-traits", "parity-scale-codec", "paste", - "rand 0.8.5", + "rand", "scale-info", "serde", "simple-mermaid", @@ -15891,32 +15597,32 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", - "primitive-types", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "primitive-types 0.12.2", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "static_assertions", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#60d21e9c4314d5144c9ebdd4fd851ee5f06b0f0d" +source = "git+https://github.com/paritytech/polkadot-sdk#e617d1d07388b3aad0377d49d0812f6889c9050a" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", - "primitive-types", + "primitive-types 0.13.1", "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk)", "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)", @@ -15929,13 +15635,13 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", - "primitive-types", + "primitive-types 0.12.2", "sp-externalities 0.29.0", "sp-runtime-interface-proc-macro 18.0.0", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407)", @@ -15948,46 +15654,46 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "Inflector", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#60d21e9c4314d5144c9ebdd4fd851ee5f06b0f0d" +source = "git+https://github.com/paritytech/polkadot-sdk#e617d1d07388b3aad0377d49d0812f6889c9050a" dependencies = [ "Inflector", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "Inflector", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "parity-scale-codec", "scale-info", @@ -16001,7 +15707,7 @@ dependencies = [ [[package]] name = "sp-session" version = "35.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "scale-info", @@ -16015,7 +15721,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -16028,7 +15734,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -16041,17 +15747,17 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "smallvec", "sp-core 28.0.0", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-trie 29.0.0", "thiserror", "tracing", @@ -16061,13 +15767,13 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "smallvec", "sp-core 34.0.0", "sp-externalities 0.29.0", @@ -16081,38 +15787,38 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "aes-gcm", - "curve25519-dalek 4.1.3", - "ed25519-dalek 2.1.1", + "curve25519-dalek", + "ed25519-dalek", "hkdf", "parity-scale-codec", - "rand 0.8.5", + "rand", "scale-info", "sha2 0.10.8", "sp-api 26.0.0", "sp-application-crypto 30.0.0", "sp-core 28.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-runtime 31.0.1", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "thiserror", - "x25519-dalek 2.0.1", + "x25519-dalek", ] [[package]] name = "sp-statement-store" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "aes-gcm", - "curve25519-dalek 4.1.3", - "ed25519-dalek 2.1.1", + "curve25519-dalek", + "ed25519-dalek", "hkdf", "parity-scale-codec", - "rand 0.8.5", + "rand", "scale-info", "sha2 0.10.8", "sp-api 34.0.0", @@ -16123,42 +15829,42 @@ dependencies = [ "sp-runtime 39.0.2", "sp-runtime-interface 28.0.0", "thiserror", - "x25519-dalek 2.0.1", + "x25519-dalek", ] [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#60d21e9c4314d5144c9ebdd4fd851ee5f06b0f0d" +source = "git+https://github.com/paritytech/polkadot-sdk#e617d1d07388b3aad0377d49d0812f6889c9050a" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ - "impl-serde", + "impl-serde 0.4.0", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", ] [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#60d21e9c4314d5144c9ebdd4fd851ee5f06b0f0d" +source = "git+https://github.com/paritytech/polkadot-sdk#e617d1d07388b3aad0377d49d0812f6889c9050a" dependencies = [ - "impl-serde", + "impl-serde 0.5.0", "parity-scale-codec", "ref-cast", "serde", @@ -16168,9 +15874,9 @@ dependencies = [ [[package]] name = "sp-storage" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ - "impl-serde", + "impl-serde 0.4.0", "parity-scale-codec", "ref-cast", "serde", @@ -16180,7 +15886,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "parity-scale-codec", @@ -16192,7 +15898,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "parity-scale-codec", @@ -16204,7 +15910,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "parity-scale-codec", "tracing", @@ -16215,7 +15921,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#60d21e9c4314d5144c9ebdd4fd851ee5f06b0f0d" +source = "git+https://github.com/paritytech/polkadot-sdk#e617d1d07388b3aad0377d49d0812f6889c9050a" dependencies = [ "parity-scale-codec", "tracing", @@ -16226,7 +15932,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "tracing", @@ -16237,7 +15943,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "sp-api 26.0.0", "sp-runtime 31.0.1", @@ -16246,7 +15952,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "sp-api 34.0.0", "sp-runtime 39.0.2", @@ -16255,7 +15961,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", "parity-scale-codec", @@ -16269,7 +15975,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "async-trait", "parity-scale-codec", @@ -16283,20 +15989,19 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "ahash", "hash-db", - "lazy_static", "memory-db", "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "scale-info", "schnellru", "sp-core 28.0.0", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "thiserror", "tracing", "trie-db", @@ -16306,7 +16011,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "ahash", "hash-db", @@ -16315,7 +16020,7 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "scale-info", "schnellru", "sp-core 34.0.0", @@ -16329,16 +16034,16 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ - "impl-serde", + "impl-serde 0.4.0", "parity-scale-codec", "parity-wasm", "scale-info", "serde", - "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-runtime 31.0.1", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-version-proc-macro 13.0.0", "thiserror", ] @@ -16346,9 +16051,9 @@ dependencies = [ [[package]] name = "sp-version" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ - "impl-serde", + "impl-serde 0.4.0", "parity-scale-codec", "parity-wasm", "scale-info", @@ -16363,29 +16068,30 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "parity-scale-codec", + "proc-macro-warning 1.0.2", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "sp-version-proc-macro" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -16397,8 +16103,9 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#60d21e9c4314d5144c9ebdd4fd851ee5f06b0f0d" +source = "git+https://github.com/paritytech/polkadot-sdk#e617d1d07388b3aad0377d49d0812f6889c9050a" dependencies = [ + "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", @@ -16407,7 +16114,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -16419,7 +16126,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -16427,13 +16134,13 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic 23.0.0", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", ] [[package]] name = "sp-weights" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -16488,9 +16195,9 @@ dependencies = [ [[package]] name = "ss58-registry" -version = "1.47.0" +version = "1.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4743ce898933fbff7bbf414f497c459a782d496269644b3d650a398ae6a487ba" +checksum = "19409f13998e55816d1c728395af0b52ec066206341d939e22e7766df9b494b8" dependencies = [ "Inflector", "num-format", @@ -16510,11 +16217,11 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "cumulus-primitives-core 0.15.0", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "parity-scale-codec", "scale-info", "sp-runtime 39.0.2", @@ -16523,7 +16230,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "array-bytes", "bounded-collections", @@ -16534,6 +16241,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", + "sp-runtime 31.0.1", "sp-weights 27.0.0", "xcm-procedural 7.0.0", ] @@ -16541,7 +16249,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "14.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", "bounded-collections", @@ -16558,11 +16266,11 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "16.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +version = "16.0.2" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "impl-trait-for-tuples", "log", "pallet-transaction-payment", @@ -16580,7 +16288,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "environmental", "frame-benchmarking", @@ -16631,26 +16339,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "str0m" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3f10d3f68e60168d81110410428a435dbde28cc5525f5f7c6fdec92dbdc2800" -dependencies = [ - "combine", - "crc", - "hmac 0.12.1", - "once_cell", - "openssl", - "openssl-sys", - "rand 0.8.5", - "sctp-proto 0.1.7", - "serde", - "sha-1 0.10.1", - "thiserror", - "tracing", -] - [[package]] name = "str0m" version = "0.5.1" @@ -16659,12 +16347,12 @@ checksum = "6706347e49b13373f7ddfafad47df7583ed52083d6fc8a594eb2c80497ef959d" dependencies = [ "combine", "crc", - "fastrand 2.1.0", + "fastrand 2.2.0", "hmac 0.12.1", "once_cell", "openssl", "openssl-sys", - "sctp-proto 0.2.2", + "sctp-proto", "serde", "sha-1 0.10.1", "thiserror", @@ -16682,19 +16370,6 @@ dependencies = [ "serde", ] -[[package]] -name = "strobe-rs" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fabb238a1cccccfa4c4fb703670c0d157e1256c1ba695abf1b93bd2bb14bab2d" -dependencies = [ - "bitflags 1.3.2", - "byteorder", - "keccak", - "subtle 2.6.1", - "zeroize", -] - [[package]] name = "strsim" version = "0.11.1" @@ -16710,12 +16385,6 @@ dependencies = [ "strum_macros 0.24.3", ] -[[package]] -name = "strum" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" - [[package]] name = "strum" version = "0.26.3" @@ -16738,19 +16407,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "strum_macros" -version = "0.25.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "rustversion", - "syn 2.0.68", -] - [[package]] name = "strum_macros" version = "0.26.4" @@ -16761,13 +16417,13 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -16779,7 +16435,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -16791,12 +16447,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" [[package]] name = "substrate-frame-rpc-system" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -16816,10 +16472,10 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", "log", "prometheus", @@ -16830,9 +16486,11 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ - "hyper 0.14.29", + "http-body-util", + "hyper 1.5.0", + "hyper-util", "log", "prometheus", "thiserror", @@ -16842,10 +16500,10 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "async-trait", - "jsonrpsee 0.22.5", + "jsonrpsee 0.24.7", "log", "sc-rpc-api 0.33.0", "serde", @@ -16855,7 +16513,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "jsonrpsee 0.23.2", "parity-scale-codec", @@ -16872,7 +16530,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "array-bytes", "build-helper", @@ -16892,7 +16550,7 @@ dependencies = [ "sp-version 37.0.0", "strum 0.26.3", "tempfile", - "toml 0.8.14", + "toml 0.8.19", "walkdir", "wasm-opt", ] @@ -16928,9 +16586,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.68" +version = "2.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9" +checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" dependencies = [ "proc-macro2", "quote", @@ -16957,7 +16615,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -16989,20 +16647,21 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.12.14" +version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.10.1" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" dependencies = [ "cfg-if", - "fastrand 2.1.0", - "rustix 0.38.34", - "windows-sys 0.52.0", + "fastrand 2.2.0", + "once_cell", + "rustix 0.38.40", + "windows-sys 0.59.0", ] [[package]] @@ -17016,12 +16675,12 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" +checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" dependencies = [ - "rustix 0.38.34", - "windows-sys 0.48.0", + "rustix 0.38.40", + "windows-sys 0.59.0", ] [[package]] @@ -17032,9 +16691,9 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ "thiserror-impl", ] @@ -17056,18 +16715,18 @@ checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -17169,11 +16828,21 @@ dependencies = [ "crunchy", ] +[[package]] +name = "tinystr" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" +dependencies = [ + "displaydoc", + "zerovec", +] + [[package]] name = "tinyvec" -version = "1.6.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" +checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" dependencies = [ "tinyvec_macros", ] @@ -17186,32 +16855,31 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.38.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", "libc", "mio", - "num_cpus", "parking_lot 0.12.3", - "pin-project-lite 0.2.14", + "pin-project-lite", "signal-hook-registry", "socket2 0.5.7", "tokio-macros", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "tokio-macros" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" +checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -17221,7 +16889,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f" dependencies = [ "pin-project", - "rand 0.8.5", + "rand", "tokio", ] @@ -17235,36 +16903,25 @@ dependencies = [ "tokio", ] -[[package]] -name = "tokio-rustls" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" -dependencies = [ - "rustls 0.22.4", - "rustls-pki-types", - "tokio", -] - [[package]] name = "tokio-rustls" version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.13", + "rustls 0.23.16", "rustls-pki-types", "tokio", ] [[package]] name = "tokio-stream" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" +checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" dependencies = [ "futures-core", - "pin-project-lite 0.2.14", + "pin-project-lite", "tokio", "tokio-util", ] @@ -17286,15 +16943,15 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" +checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" dependencies = [ "bytes", "futures-core", "futures-io", "futures-sink", - "pin-project-lite 0.2.14", + "pin-project-lite", "tokio", ] @@ -17309,58 +16966,36 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.14" +version = "0.8.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" +checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.14", + "toml_edit", ] [[package]] name = "toml_datetime" -version = "0.6.6" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" +checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.20.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" -dependencies = [ - "indexmap 2.2.6", - "toml_datetime", - "winnow 0.5.40", -] - -[[package]] -name = "toml_edit" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" -dependencies = [ - "indexmap 2.2.6", - "toml_datetime", - "winnow 0.5.40", -] - -[[package]] -name = "toml_edit" -version = "0.22.14" +version = "0.22.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" +checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ - "indexmap 2.2.6", + "indexmap 2.6.0", "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.13", + "winnow", ] [[package]] @@ -17372,58 +17007,39 @@ dependencies = [ "futures-core", "futures-util", "pin-project", - "pin-project-lite 0.2.14", - "tokio", + "pin-project-lite", "tower-layer", "tower-service", "tracing", ] -[[package]] -name = "tower-http" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" -dependencies = [ - "bitflags 2.5.0", - "bytes", - "futures-core", - "futures-util", - "http 0.2.12", - "http-body 0.4.6", - "http-range-header", - "pin-project-lite 0.2.14", - "tower-layer", - "tower-service", -] - [[package]] name = "tower-http" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "bytes", "http 1.1.0", "http-body 1.0.1", "http-body-util", - "pin-project-lite 0.2.14", + "pin-project-lite", "tower-layer", "tower-service", ] [[package]] name = "tower-layer" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-service" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" @@ -17432,7 +17048,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ "log", - "pin-project-lite 0.2.14", + "pin-project-lite", "tracing-attributes", "tracing-core", ] @@ -17445,7 +17061,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -17471,18 +17087,18 @@ dependencies = [ [[package]] name = "tracing-gum" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "coarsetime", "polkadot-primitives 7.0.0", "tracing", - "tracing-gum-proc-macro 5.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "tracing-gum-proc-macro 5.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", ] [[package]] name = "tracing-gum" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "coarsetime", "polkadot-primitives 15.0.0", @@ -17493,25 +17109,25 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] @@ -17539,6 +17155,7 @@ dependencies = [ "sharded-slab", "smallvec", "thread_local", + "time", "tracing", "tracing-core", "tracing-log", @@ -17581,7 +17198,7 @@ dependencies = [ "idna 0.2.3", "ipnet", "lazy_static", - "rand 0.8.5", + "rand", "smallvec", "socket2 0.4.10", "thiserror", @@ -17607,7 +17224,7 @@ dependencies = [ "idna 0.4.0", "ipnet", "once_cell", - "rand 0.8.5", + "rand", "smallvec", "thiserror", "tinyvec", @@ -17616,26 +17233,6 @@ dependencies = [ "url", ] -[[package]] -name = "trust-dns-resolver" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe" -dependencies = [ - "cfg-if", - "futures-util", - "ipconfig", - "lazy_static", - "lru-cache", - "parking_lot 0.12.3", - "resolv-conf", - "smallvec", - "thiserror", - "tokio", - "tracing", - "trust-dns-proto 0.22.0", -] - [[package]] name = "trust-dns-resolver" version = "0.23.2" @@ -17648,7 +17245,7 @@ dependencies = [ "lru-cache", "once_cell", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "resolv-conf", "smallvec", "thiserror", @@ -17665,26 +17262,26 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" -version = "0.7.0" -source = "git+https://github.com/paritytech/try-runtime-cli#063cd172d44dc50769323937e14857e0ef9eae5b" +version = "0.8.0" +source = "git+https://github.com/paritytech/try-runtime-cli#b45be7dfce89fd881be27171d3ea114ef19d832c" dependencies = [ "clap", - "env_logger", + "env_logger 0.11.5", "frame-support 28.0.0", "parity-scale-codec", "sp-core 28.0.0", "sp-io 30.0.0", "sp-runtime 31.0.1", "sp-state-machine 0.35.0", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "tokio", "try-runtime-core", ] [[package]] name = "try-runtime-core" -version = "0.7.0" -source = "git+https://github.com/paritytech/try-runtime-cli#063cd172d44dc50769323937e14857e0ef9eae5b" +version = "0.8.0" +source = "git+https://github.com/paritytech/try-runtime-cli#b45be7dfce89fd881be27171d3ea114ef19d832c" dependencies = [ "array-bytes", "async-trait", @@ -17695,9 +17292,10 @@ dependencies = [ "cumulus-primitives-parachain-inherent 0.7.0", "frame-remote-externalities", "frame-support 28.0.0", + "frame-system 28.0.0", "frame-try-runtime 0.34.0", "hex", - "itertools 0.11.0", + "itertools 0.13.0", "log", "paris", "parity-scale-codec", @@ -17711,23 +17309,23 @@ dependencies = [ "sp-consensus-aura 0.32.0", "sp-consensus-babe 0.32.0", "sp-core 28.0.0", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-inherents 26.0.0", "sp-io 30.0.0", "sp-keystore 0.34.0", "sp-rpc 26.0.0", "sp-runtime 31.0.1", "sp-state-machine 0.35.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163)", "sp-timestamp 26.0.0", "sp-transaction-storage-proof 26.0.0", "sp-version 29.0.0", "sp-weights 27.0.0", - "strum 0.25.0", - "strum_macros 0.25.3", + "strum 0.26.3", + "strum_macros 0.26.4", "substrate-rpc-client", "tokio", - "zstd 0.11.2+zstd.1.5.2", + "zstd 0.13.2", ] [[package]] @@ -17748,7 +17346,7 @@ dependencies = [ "http 0.2.12", "httparse", "log", - "rand 0.8.5", + "rand", "rustls 0.21.12", "sha1", "thiserror", @@ -17764,7 +17362,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.7.3", + "rand", "static_assertions", ] @@ -17776,9 +17374,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ucd-trie" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" +checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" [[package]] name = "uint" @@ -17792,17 +17390,29 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "uint" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "909988d098b2f738727b161a106cfc7cab00c539c2687a8836f8e565976fb53e" +dependencies = [ + "byteorder", + "crunchy", + "hex", + "static_assertions", +] + [[package]] name = "unicode-bidi" -version = "0.3.15" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" +checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" [[package]] name = "unicode-ident" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" +checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" [[package]] name = "unicode-normalization" @@ -17821,15 +17431,21 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unicode-width" -version = "0.1.13" +version = "0.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" + +[[package]] +name = "unicode-width" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" [[package]] name = "unicode-xid" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "universal-hash" @@ -17851,7 +17467,6 @@ dependencies = [ "bytes", "futures-io", "futures-util", - "tokio-util", ] [[package]] @@ -17878,12 +17493,12 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.2" +version = "2.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" +checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" dependencies = [ "form_urlencoded", - "idna 0.5.0", + "idna 1.0.3", "percent-encoding", ] @@ -17893,6 +17508,18 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" +[[package]] +name = "utf16_iter" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" + +[[package]] +name = "utf8_iter" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" + [[package]] name = "utf8parse" version = "0.2.2" @@ -17913,9 +17540,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "version_check" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "void" @@ -17925,9 +17552,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "w3f-bls" -version = "0.1.4" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c5da5fa2c6afa2c9158eaa7cd9aee249765eb32b5fb0c63ad8b9e79336a47ec" +checksum = "70a3028804c8bbae2a97a15b71ffc0e308c4b01a520994aafa77d56e94e19024" dependencies = [ "ark-bls12-377", "ark-bls12-381", @@ -17938,9 +17565,9 @@ dependencies = [ "arrayref", "constcat", "digest 0.10.7", - "rand 0.8.5", - "rand_chacha 0.3.1", - "rand_core 0.6.4", + "rand", + "rand_chacha", + "rand_core", "sha2 0.10.8", "sha3", "thiserror", @@ -17972,12 +17599,6 @@ dependencies = [ "try-lock", ] -[[package]] -name = "wasi" -version = "0.9.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" - [[package]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" @@ -17990,39 +17611,40 @@ version = "0.12.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" dependencies = [ - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi", ] [[package]] name = "wasm-bindgen" -version = "0.2.92" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" +checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" dependencies = [ "cfg-if", + "once_cell", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.92" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" +checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.42" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" +checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b" dependencies = [ "cfg-if", "js-sys", @@ -18032,9 +17654,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.92" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" +checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -18042,22 +17664,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.92" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" +checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.92" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" +checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" [[package]] name = "wasm-instrument" @@ -18142,7 +17764,7 @@ version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50386c99b9c32bd2ed71a55b6dd4040af2580530fae8bdb9a6576571a80d0cca" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "multi-stash", "num-derive", "num-traits", @@ -18388,7 +18010,7 @@ dependencies = [ "memfd", "memoffset", "paste", - "rand 0.8.5", + "rand", "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", @@ -18410,31 +18032,32 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.69" +version = "0.3.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" +checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" dependencies = [ "js-sys", "wasm-bindgen", ] [[package]] -name = "webpki" -version = "0.22.4" +name = "web-time" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", + "js-sys", + "wasm-bindgen", ] [[package]] -name = "webpki-roots" -version = "0.22.6" +name = "webpki" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" +checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" dependencies = [ - "webpki", + "ring 0.17.8", + "untrusted 0.9.0", ] [[package]] @@ -18445,26 +18068,26 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" -version = "0.26.5" +version = "0.26.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bd24728e5af82c6c4ec1b66ac4844bdf8156257fccda846ec58b42cd0cdbe6a" +checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" dependencies = [ "rustls-pki-types", ] [[package]] name = "westend-runtime" -version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +version = "17.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ - "binary-merkle-tree", + "binary-merkle-tree 15.0.0", "bitvec", "frame-benchmarking", "frame-election-provider-support", "frame-executive", "frame-metadata-hash-extension", "frame-support 37.0.1", - "frame-system", + "frame-system 37.1.0", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime 0.43.0", @@ -18561,7 +18184,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", "polkadot-primitives 15.0.0", @@ -18583,14 +18206,14 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.34", + "rustix 0.38.40", ] [[package]] name = "wide" -version = "0.7.24" +version = "0.7.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a040b111774ab63a19ef46bbc149398ab372b4ccdcfd719e9814dbd7dfd76c8" +checksum = "b828f995bf1e9622031f8009f8481a85406ce1f4d4588ff746d872043e855690" dependencies = [ "bytemuck", "safe_arch", @@ -18620,11 +18243,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" +checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -18658,7 +18281,7 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" dependencies = [ - "windows-targets 0.52.5", + "windows-targets 0.52.6", ] [[package]] @@ -18700,7 +18323,16 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "windows-targets 0.52.5", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", ] [[package]] @@ -18735,18 +18367,18 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" dependencies = [ - "windows_aarch64_gnullvm 0.52.5", - "windows_aarch64_msvc 0.52.5", - "windows_i686_gnu 0.52.5", + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", "windows_i686_gnullvm", - "windows_i686_msvc 0.52.5", - "windows_x86_64_gnu 0.52.5", - "windows_x86_64_gnullvm 0.52.5", - "windows_x86_64_msvc 0.52.5", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", ] [[package]] @@ -18763,9 +18395,9 @@ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" [[package]] name = "windows_aarch64_gnullvm" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" [[package]] name = "windows_aarch64_msvc" @@ -18781,9 +18413,9 @@ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" [[package]] name = "windows_aarch64_msvc" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" [[package]] name = "windows_i686_gnu" @@ -18799,15 +18431,15 @@ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" [[package]] name = "windows_i686_gnu" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" [[package]] name = "windows_i686_gnullvm" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" [[package]] name = "windows_i686_msvc" @@ -18823,9 +18455,9 @@ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" [[package]] name = "windows_i686_msvc" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" [[package]] name = "windows_x86_64_gnu" @@ -18841,9 +18473,9 @@ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" [[package]] name = "windows_x86_64_gnu" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" [[package]] name = "windows_x86_64_gnullvm" @@ -18859,9 +18491,9 @@ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" [[package]] name = "windows_x86_64_gnullvm" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" [[package]] name = "windows_x86_64_msvc" @@ -18877,24 +18509,15 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "windows_x86_64_msvc" -version = "0.52.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" - -[[package]] -name = "winnow" -version = "0.5.40" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" -dependencies = [ - "memchr", -] +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.13" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" +checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" dependencies = [ "memchr", ] @@ -18909,6 +18532,18 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "write16" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" + +[[package]] +name = "writeable" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" + [[package]] name = "wyz" version = "0.5.1" @@ -18918,47 +18553,18 @@ dependencies = [ "tap", ] -[[package]] -name = "x25519-dalek" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f" -dependencies = [ - "curve25519-dalek 3.2.0", - "rand_core 0.5.1", - "zeroize", -] - [[package]] name = "x25519-dalek" version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ - "curve25519-dalek 4.1.3", - "rand_core 0.6.4", + "curve25519-dalek", + "rand_core", "serde", "zeroize", ] -[[package]] -name = "x509-parser" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8" -dependencies = [ - "asn1-rs 0.5.2", - "base64 0.13.1", - "data-encoding", - "der-parser 8.2.0", - "lazy_static", - "nom", - "oid-registry 0.6.1", - "rusticata-macros", - "thiserror", - "time", -] - [[package]] name = "x509-parser" version = "0.15.1" @@ -18996,29 +18602,29 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=289f5bbf7a45dc0380904a435464b15ec711ed03#289f5bbf7a45dc0380904a435464b15ec711ed03" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=8279d1046cca51a317dec15df5a9b29240545163#8279d1046cca51a317dec15df5a9b29240545163" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "xcm-procedural" version = "10.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", ] [[package]] name = "xcm-runtime-apis" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2407#b5eb098d8797cb64eabab99ec894b9225d06787b" dependencies = [ "frame-support 37.0.1", "parity-scale-codec", @@ -19031,9 +18637,9 @@ dependencies = [ [[package]] name = "xml-rs" -version = "0.8.22" +version = "0.8.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26" +checksum = "af310deaae937e48a26602b730250b4949e125f468f11e6990be3e5304ddd96f" [[package]] name = "xmltree" @@ -19044,20 +18650,6 @@ dependencies = [ "xml-rs", ] -[[package]] -name = "yamux" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5" -dependencies = [ - "futures", - "log", - "nohash-hasher", - "parking_lot 0.12.3", - "rand 0.8.5", - "static_assertions", -] - [[package]] name = "yamux" version = "0.12.1" @@ -19069,7 +18661,7 @@ dependencies = [ "nohash-hasher", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", + "rand", "static_assertions", ] @@ -19082,24 +18674,70 @@ dependencies = [ "time", ] +[[package]] +name = "yoke" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" +dependencies = [ + "serde", + "stable_deref_trait", + "yoke-derive", + "zerofrom", +] + +[[package]] +name = "yoke-derive" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", + "synstructure 0.13.1", +] + [[package]] name = "zerocopy" -version = "0.7.34" +version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" +checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ + "byteorder", "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.34" +version = "0.7.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + +[[package]] +name = "zerofrom" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" +dependencies = [ + "zerofrom-derive", +] + +[[package]] +name = "zerofrom-derive" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" +checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", + "synstructure 0.13.1", ] [[package]] @@ -19119,7 +18757,29 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.68", + "syn 2.0.87", +] + +[[package]] +name = "zerovec" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" +dependencies = [ + "yoke", + "zerofrom", + "zerovec-derive", +] + +[[package]] +name = "zerovec-derive" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -19140,6 +18800,15 @@ dependencies = [ "zstd-safe 6.0.6", ] +[[package]] +name = "zstd" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" +dependencies = [ + "zstd-safe 7.2.1", +] + [[package]] name = "zstd-safe" version = "5.0.2+zstd.1.5.2" @@ -19160,11 +18829,20 @@ dependencies = [ "zstd-sys", ] +[[package]] +name = "zstd-safe" +version = "7.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" +dependencies = [ + "zstd-sys", +] + [[package]] name = "zstd-sys" -version = "2.0.11+zstd.1.5.6" +version = "2.0.13+zstd.1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75652c55c0b6f3e6f12eb786fe1bc960396bf05a1eb3bf1f3691c3610ac2e6d4" +checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" dependencies = [ "cc", "pkg-config",