diff --git a/Cargo.lock b/Cargo.lock index a9c714a..0845647 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,9 +93,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.55" +version = "1.0.56" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd" +checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27" [[package]] name = "approx" @@ -260,9 +260,9 @@ dependencies = [ [[package]] name = "async-task" -version = "4.1.0" +version = "4.2.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "677d306121baf53310a3fd342d88dc0824f6bbeace68347593658525565abee8" +checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9" [[package]] name = "async-trait" @@ -542,9 +542,9 @@ checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" [[package]] name = "blocking" -version = "1.1.0" +version = "1.2.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "046e47d4b2d391b1f6f8b407b1deb8dee56c1852ccd868becf2710f601b5f427" +checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc" dependencies = [ "async-channel", "async-task", @@ -812,7 +812,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "contracts-node" -version = "0.9.0" +version = "0.10.0" dependencies = [ "clap", "contracts-node-runtime", @@ -852,7 +852,7 @@ dependencies = [ [[package]] name = "contracts-node-runtime" -version = "0.9.0" +version = "0.10.0" dependencies = [ "frame-benchmarking", "frame-executive", @@ -1038,9 +1038,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.2" +version = "0.5.3" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa" +checksum = "fdbfe11fe19ff083c48923cf179540e8cd0535903dc35e178a1fdeeb59aef51f" dependencies = [ "cfg-if 1.0.0", "crossbeam-utils", @@ -1059,10 +1059,11 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.7" +version = "0.9.8" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c00d6d2ea26e8b151d99093005cb442fb9a37aeaca582a03ec70946f49ab5ed9" +checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c" dependencies = [ + "autocfg", "cfg-if 1.0.0", "crossbeam-utils", "lazy_static", @@ -1072,9 +1073,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.7" +version = "0.8.8" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6" +checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38" dependencies = [ "cfg-if 1.0.0", "lazy_static", @@ -1531,7 +1532,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "parity-scale-codec", ] @@ -1549,7 +1550,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-support", "frame-system", @@ -1571,7 +1572,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "Inflector", "chrono", @@ -1612,7 +1613,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-support", "frame-system", @@ -1640,7 +1641,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "bitflags", "frame-metadata", @@ -1669,7 +1670,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1681,7 +1682,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -1693,7 +1694,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "proc-macro2", "quote", @@ -1703,7 +1704,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-support", "log", @@ -1720,7 +1721,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-benchmarking", "frame-support", @@ -1735,7 +1736,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "parity-scale-codec", "sp-api", @@ -1744,7 +1745,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-support", "sp-api", @@ -2028,9 +2029,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.11" +version = "0.3.12" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e" +checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b" dependencies = [ "bytes 1.1.0", "fnv", @@ -2047,9 +2048,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "4.2.1" +version = "4.2.2" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "25546a65e5cf1f471f3438796fc634650b31d7fcde01d444c309aeb28b92e3a8" +checksum = "99d6a30320f094710245150395bc763ad23128d6a1ebbad7594dc4164b62c56b" dependencies = [ "log", "pest", @@ -2412,9 +2413,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.3.1" +version = "2.4.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" +checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c" [[package]] name = "itertools" @@ -2823,9 +2824,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.119" +version = "0.2.120" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" +checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09" [[package]] name = "libloading" @@ -3391,9 +3392,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.3" +version = "1.1.5" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66" +checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859" dependencies = [ "cc", "pkg-config", @@ -3479,9 +3480,9 @@ dependencies = [ [[package]] name = "lz4" -version = "1.23.2" +version = "1.23.3" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "aac20ed6991e01bf6a2e68cc73df2b389707403662a8ba89f68511fb340f724c" +checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885" dependencies = [ "libc", "lz4-sys", @@ -3489,9 +3490,9 @@ dependencies = [ [[package]] name = "lz4-sys" -version = "1.9.2" +version = "1.9.3" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "dca79aa95d8b3226213ad454d328369853be3a1382d89532a854f4d69640acae" +checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17" dependencies = [ "cc", "libc", @@ -3641,14 +3642,15 @@ dependencies = [ [[package]] name = "mio" -version = "0.8.0" +version = "0.8.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2" +checksum = "7ba42135c6a5917b9db9cd7b293e5409e1c6b041e6f9825e92e55a894c63b6f8" dependencies = [ "libc", "log", "miow 0.3.7", "ntapi", + "wasi 0.11.0+wasi-snapshot-preview1", "winapi 0.3.9", ] @@ -3847,13 +3849,12 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" [[package]] name = "nom" -version = "7.1.0" +version = "7.1.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109" +checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" dependencies = [ "memchr", "minimal-lexical", - "version_check", ] [[package]] @@ -4017,7 +4018,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-support", "frame-system", @@ -4033,7 +4034,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-support", "frame-system", @@ -4048,7 +4049,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-benchmarking", "frame-support", @@ -4063,7 +4064,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "bitflags", "frame-benchmarking", @@ -4089,7 +4090,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "bitflags", "parity-scale-codec", @@ -4104,7 +4105,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "proc-macro2", "quote", @@ -4114,7 +4115,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4133,7 +4134,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", @@ -4146,7 +4147,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-benchmarking", "frame-support", @@ -4169,7 +4170,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-support", "frame-system", @@ -4183,7 +4184,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-support", "frame-system", @@ -4204,7 +4205,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-support", "frame-system", @@ -4218,7 +4219,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-benchmarking", "frame-support", @@ -4236,7 +4237,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-support", "frame-system", @@ -4253,7 +4254,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4270,7 +4271,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -4299,9 +4300,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.0.0" +version = "3.1.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "2a7f3fcf5e45fc28b84dcdab6b983e77f197ec01f325a33f404ba6855afd1070" +checksum = "8483b84fb12de1dc23bf95d26030d16cea56391d136db0db37f749508104e3e6" dependencies = [ "arrayvec 0.7.2", "bitvec", @@ -4313,9 +4314,9 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.0.0" +version = "3.1.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "2c6e626dc84025ff56bf1476ed0e30d10c84d7f89a475ef46ebabee1095a8fba" +checksum = "7259388ceb4c23bc09caef272c9e7a732b3b8f9fbd0b41f0009a91d6548cc1d9" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -5017,9 +5018,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.4" +version = "1.5.5" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" +checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" dependencies = [ "aho-corasick", "memchr", @@ -5056,7 +5057,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "env_logger", "jsonrpsee 0.8.0", @@ -5300,7 +5301,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "log", "sp-core", @@ -5311,7 +5312,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "futures 0.3.21", "futures-timer", @@ -5334,7 +5335,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -5350,7 +5351,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.3", @@ -5367,7 +5368,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -5378,7 +5379,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "chrono", "clap", @@ -5416,7 +5417,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "fnv", "futures 0.3.21", @@ -5444,7 +5445,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "hash-db", "kvdb", @@ -5469,7 +5470,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "async-trait", "futures 0.3.21", @@ -5493,7 +5494,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "async-trait", "futures 0.3.21", @@ -5522,7 +5523,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "async-trait", "futures 0.3.21", @@ -5547,7 +5548,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "lazy_static", "lru 0.6.6", @@ -5574,7 +5575,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "environmental", "parity-scale-codec", @@ -5591,7 +5592,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "log", "parity-scale-codec", @@ -5607,7 +5608,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "cfg-if 1.0.0", "libc", @@ -5625,7 +5626,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "ahash", "async-trait", @@ -5665,7 +5666,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "ansi_term", "futures 0.3.21", @@ -5682,7 +5683,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "async-trait", "hex", @@ -5697,7 +5698,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "async-trait", "asynchronous-codec 0.5.0", @@ -5746,7 +5747,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "ahash", "futures 0.3.21", @@ -5763,7 +5764,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "bytes 1.1.0", "fnv", @@ -5791,7 +5792,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "futures 0.3.21", "libp2p", @@ -5804,7 +5805,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -5813,7 +5814,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "futures 0.3.21", "hash-db", @@ -5844,7 +5845,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -5869,7 +5870,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -5886,7 +5887,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "async-trait", "directories", @@ -5950,7 +5951,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "log", "parity-scale-codec", @@ -5964,7 +5965,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "chrono", "futures 0.3.21", @@ -5982,7 +5983,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "ansi_term", "atty", @@ -6013,7 +6014,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -6024,7 +6025,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "futures 0.3.21", "futures-timer", @@ -6051,7 +6052,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "futures 0.3.21", "log", @@ -6064,7 +6065,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "futures 0.3.21", "futures-timer", @@ -6502,7 +6503,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "hash-db", "log", @@ -6519,7 +6520,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "blake2 0.10.4", "proc-macro-crate 1.1.3", @@ -6531,7 +6532,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "parity-scale-codec", "scale-info", @@ -6544,7 +6545,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "integer-sqrt", "num-traits", @@ -6559,7 +6560,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "async-trait", "parity-scale-codec", @@ -6571,7 +6572,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "parity-scale-codec", "sp-api", @@ -6583,7 +6584,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "futures 0.3.21", "log", @@ -6601,7 +6602,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "async-trait", "futures 0.3.21", @@ -6620,7 +6621,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "async-trait", "parity-scale-codec", @@ -6638,7 +6639,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "parity-scale-codec", "scale-info", @@ -6652,7 +6653,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "base58", "bitflags", @@ -6698,7 +6699,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "blake2 0.10.4", "byteorder", @@ -6712,7 +6713,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "proc-macro2", "quote", @@ -6723,7 +6724,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -6732,7 +6733,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "proc-macro2", "quote", @@ -6742,7 +6743,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "environmental", "parity-scale-codec", @@ -6753,7 +6754,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "finality-grandpa", "log", @@ -6771,7 +6772,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -6785,7 +6786,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "futures 0.3.21", "hash-db", @@ -6810,7 +6811,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "lazy_static", "sp-core", @@ -6821,7 +6822,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "async-trait", "futures 0.3.21", @@ -6838,7 +6839,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "thiserror", "zstd", @@ -6847,7 +6848,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "sp-api", "sp-core", @@ -6857,7 +6858,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "backtrace", "lazy_static", @@ -6867,7 +6868,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "rustc-hash", "serde", @@ -6877,7 +6878,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "either", "hash256-std-hasher", @@ -6899,7 +6900,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6916,7 +6917,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -6928,7 +6929,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "log", "parity-scale-codec", @@ -6942,7 +6943,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "serde", "serde_json", @@ -6951,7 +6952,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "parity-scale-codec", "scale-info", @@ -6965,7 +6966,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "parity-scale-codec", "scale-info", @@ -6976,7 +6977,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "hash-db", "log", @@ -6999,12 +7000,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "impl-serde", "parity-scale-codec", @@ -7017,7 +7018,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "log", "sp-core", @@ -7030,7 +7031,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "async-trait", "futures-timer", @@ -7046,7 +7047,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "parity-scale-codec", "sp-std", @@ -7058,7 +7059,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "sp-api", "sp-runtime", @@ -7067,7 +7068,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "async-trait", "log", @@ -7083,7 +7084,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "hash-db", "memory-db", @@ -7099,7 +7100,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "impl-serde", "parity-scale-codec", @@ -7116,7 +7117,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -7127,7 +7128,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "impl-trait-for-tuples", "log", @@ -7226,7 +7227,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "platforms", ] @@ -7234,7 +7235,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -7256,7 +7257,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "futures-util", "hyper", @@ -7269,7 +7270,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "ansi_term", "build-helper", @@ -7290,9 +7291,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.86" +version = "1.0.88" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b" +checksum = "ebd69e719f31e88618baa1eaa6ee2de5c9a1c004f1e9ecdb58e8352a13f20a01" dependencies = [ "proc-macro2", "quote", @@ -7455,7 +7456,7 @@ dependencies = [ "bytes 1.1.0", "libc", "memchr", - "mio 0.8.0", + "mio 0.8.1", "num_cpus", "once_cell", "parking_lot 0.12.0", @@ -7542,9 +7543,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.31" +version = "0.1.32" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f" +checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f" dependencies = [ "cfg-if 1.0.0", "pin-project-lite 0.2.8", @@ -7554,9 +7555,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.19" +version = "0.1.20" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716" +checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b" dependencies = [ "proc-macro2", "quote", @@ -7565,9 +7566,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.22" +version = "0.1.23" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23" +checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c" dependencies = [ "lazy_static", "valuable", @@ -7701,7 +7702,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate#345e3b1fcbbb0c479a031c45859d7154e7c4b5f7" +source = "git+/~https://github.com/paritytech/substrate#cc282f84ba53ed2a08374d2a655dc8f08cbc5e86" dependencies = [ "clap", "jsonrpsee 0.4.1", @@ -7943,6 +7944,12 @@ version = "0.10.0+wasi-snapshot-preview1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" +[[package]] +name = "wasi" +version = "0.11.0+wasi-snapshot-preview1" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" + [[package]] name = "wasm-bindgen" version = "0.2.79" diff --git a/README.md b/README.md index 6ceba6f..22a65e9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ as the `Cargo.lock` in those repositories ‒ ensuring that the last known-to-work version of the dependencies are used. The latest confirmed working Substrate commit which will then be used is -[345e3b1fcbbb0c479a031c45859d7154e7c4b5f7](/~https://github.com/paritytech/substrate/tree/345e3b1fcbbb0c479a031c45859d7154e7c4b5f7). +[cc282f84ba53ed2a08374d2a655dc8f08cbc5e86](/~https://github.com/paritytech/substrate/tree/cc282f84ba53ed2a08374d2a655dc8f08cbc5e86). ## Usage diff --git a/node/Cargo.toml b/node/Cargo.toml index b9a6f41..84d22ff 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contracts-node" -version = "0.9.0" +version = "0.10.0" authors = ["Parity Technologies "] description = "Substrate node configured for smart contracts via `pallet-contracts`." edition = "2021" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index ed0016f..6125603 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contracts-node-runtime" -version = "0.9.0" +version = "0.10.0" authors = ["Parity Technologies "] edition = "2021" license = "Unlicense"