mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 21:01:05 +00:00
Merge remote-tracking branch 'origin/master' into lexnv/light_client_support
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Generated
+91
-109
@@ -382,9 +382,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
||||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.21.0"
|
||||
version = "0.21.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
||||
checksum = "3f1e31e207a6b8fb791a38ea3105e6cb541f55e4d029902d3039a4ad07cc4105"
|
||||
|
||||
[[package]]
|
||||
name = "basic-toml"
|
||||
@@ -452,7 +452,7 @@ version = "0.10.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
||||
dependencies = [
|
||||
"digest 0.10.6",
|
||||
"digest 0.10.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -550,9 +550,9 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
||||
|
||||
[[package]]
|
||||
name = "bumpalo"
|
||||
version = "3.12.2"
|
||||
version = "3.13.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"
|
||||
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
||||
|
||||
[[package]]
|
||||
name = "byte-slice-cast"
|
||||
@@ -683,9 +683,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.2.7"
|
||||
version = "4.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938"
|
||||
checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive",
|
||||
@@ -694,23 +694,23 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.2.7"
|
||||
version = "4.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd"
|
||||
checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
"bitflags",
|
||||
"clap_lex 0.4.1",
|
||||
"clap_lex 0.5.0",
|
||||
"once_cell",
|
||||
"strsim",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "clap_derive"
|
||||
version = "4.2.0"
|
||||
version = "4.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
|
||||
checksum = "191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"proc-macro2",
|
||||
@@ -729,9 +729,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_lex"
|
||||
version = "0.4.1"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
|
||||
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
|
||||
|
||||
[[package]]
|
||||
name = "cmake"
|
||||
@@ -1260,9 +1260,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "digest"
|
||||
version = "0.10.6"
|
||||
version = "0.10.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
||||
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
||||
dependencies = [
|
||||
"block-buffer 0.10.4",
|
||||
"crypto-common",
|
||||
@@ -1824,7 +1824,7 @@ version = "0.12.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
||||
dependencies = [
|
||||
"digest 0.10.6",
|
||||
"digest 0.10.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -2056,9 +2056,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "io-lifetimes"
|
||||
version = "1.0.10"
|
||||
version = "1.0.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
|
||||
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
||||
dependencies = [
|
||||
"hermit-abi 0.3.1",
|
||||
"libc",
|
||||
@@ -2293,9 +2293,9 @@ checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
||||
|
||||
[[package]]
|
||||
name = "linux-raw-sys"
|
||||
version = "0.3.7"
|
||||
version = "0.3.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
|
||||
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
||||
|
||||
[[package]]
|
||||
name = "lock_api"
|
||||
@@ -2693,7 +2693,7 @@ version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
|
||||
dependencies = [
|
||||
"digest 0.10.6",
|
||||
"digest 0.10.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -2702,7 +2702,7 @@ version = "0.12.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f0ca0b5a68607598bf3bad68f32227a8164f6254833f84eafaac409cd6746c31"
|
||||
dependencies = [
|
||||
"digest 0.10.6",
|
||||
"digest 0.10.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3061,13 +3061,13 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.8.1"
|
||||
version = "1.8.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
|
||||
checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
"regex-syntax 0.7.1",
|
||||
"regex-syntax 0.7.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3087,9 +3087,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
||||
|
||||
[[package]]
|
||||
name = "regex-syntax"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
|
||||
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
||||
|
||||
[[package]]
|
||||
name = "ring"
|
||||
@@ -3135,9 +3135,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustix"
|
||||
version = "0.36.13"
|
||||
version = "0.36.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3a38f9520be93aba504e8ca974197f46158de5dcaa9fa04b57c57cd6a679d658"
|
||||
checksum = "14e4d67015953998ad0eb82887a0eb0129e18a7e2f3b7b0f6c422fddcd503d62"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"errno",
|
||||
@@ -3157,7 +3157,7 @@ dependencies = [
|
||||
"errno",
|
||||
"io-lifetimes",
|
||||
"libc",
|
||||
"linux-raw-sys 0.3.7",
|
||||
"linux-raw-sys 0.3.8",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
@@ -3191,7 +3191,7 @@ version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
|
||||
dependencies = [
|
||||
"base64 0.21.0",
|
||||
"base64 0.21.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3434,9 +3434,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "security-framework"
|
||||
version = "2.9.0"
|
||||
version = "2.9.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ca2855b3715770894e67cbfa3df957790aa0c9edc3bf06efa1a84d77fa0839d1"
|
||||
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"core-foundation",
|
||||
@@ -3544,7 +3544,7 @@ checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"cpufeatures",
|
||||
"digest 0.10.6",
|
||||
"digest 0.10.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3553,7 +3553,7 @@ version = "0.10.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
|
||||
dependencies = [
|
||||
"digest 0.10.6",
|
||||
"digest 0.10.7",
|
||||
"keccak",
|
||||
]
|
||||
|
||||
@@ -3608,7 +3608,7 @@ dependencies = [
|
||||
"async-lock",
|
||||
"async-std",
|
||||
"atomic",
|
||||
"base64 0.21.0",
|
||||
"base64 0.21.1",
|
||||
"bip39",
|
||||
"blake2-rfc",
|
||||
"bs58",
|
||||
@@ -3723,34 +3723,34 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sp-application-crypto"
|
||||
version = "7.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"scale-info",
|
||||
"serde",
|
||||
"sp-core",
|
||||
"sp-io",
|
||||
"sp-std 5.0.0",
|
||||
"sp-std",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sp-arithmetic"
|
||||
version = "6.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"integer-sqrt",
|
||||
"num-traits",
|
||||
"parity-scale-codec",
|
||||
"scale-info",
|
||||
"serde",
|
||||
"sp-std 5.0.0",
|
||||
"sp-std",
|
||||
"static_assertions",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sp-core"
|
||||
version = "7.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"array-bytes",
|
||||
"bitflags",
|
||||
@@ -3778,11 +3778,11 @@ dependencies = [
|
||||
"secp256k1",
|
||||
"secrecy",
|
||||
"serde",
|
||||
"sp-core-hashing 5.0.0",
|
||||
"sp-core-hashing",
|
||||
"sp-debug-derive",
|
||||
"sp-externalities",
|
||||
"sp-runtime-interface",
|
||||
"sp-std 5.0.0",
|
||||
"sp-std",
|
||||
"sp-storage",
|
||||
"ss58-registry",
|
||||
"substrate-bip39",
|
||||
@@ -3794,47 +3794,32 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sp-core-hashing"
|
||||
version = "5.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"blake2b_simd",
|
||||
"byteorder",
|
||||
"digest 0.10.6",
|
||||
"digest 0.10.7",
|
||||
"sha2 0.10.6",
|
||||
"sha3",
|
||||
"sp-std 5.0.0",
|
||||
"twox-hash",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sp-core-hashing"
|
||||
version = "8.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "27449abdfbe41b473e625bce8113745e81d65777dd1d5a8462cf24137930dad8"
|
||||
dependencies = [
|
||||
"blake2b_simd",
|
||||
"byteorder",
|
||||
"digest 0.10.6",
|
||||
"sha2 0.10.6",
|
||||
"sha3",
|
||||
"sp-std 7.0.0",
|
||||
"sp-std",
|
||||
"twox-hash",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sp-core-hashing-proc-macro"
|
||||
version = "5.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"sp-core-hashing 5.0.0",
|
||||
"sp-core-hashing",
|
||||
"syn 2.0.16",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sp-debug-derive"
|
||||
version = "5.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@@ -3844,18 +3829,18 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sp-externalities"
|
||||
version = "0.13.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"environmental",
|
||||
"parity-scale-codec",
|
||||
"sp-std 5.0.0",
|
||||
"sp-std",
|
||||
"sp-storage",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sp-io"
|
||||
version = "7.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"ed25519",
|
||||
@@ -3871,7 +3856,7 @@ dependencies = [
|
||||
"sp-keystore",
|
||||
"sp-runtime-interface",
|
||||
"sp-state-machine",
|
||||
"sp-std 5.0.0",
|
||||
"sp-std",
|
||||
"sp-tracing",
|
||||
"sp-trie",
|
||||
"tracing",
|
||||
@@ -3881,7 +3866,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sp-keyring"
|
||||
version = "7.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"sp-core",
|
||||
@@ -3892,7 +3877,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sp-keystore"
|
||||
version = "0.13.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"parity-scale-codec",
|
||||
@@ -3905,7 +3890,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sp-panic-handler"
|
||||
version = "5.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"lazy_static",
|
||||
@@ -3915,7 +3900,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sp-runtime"
|
||||
version = "7.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"either",
|
||||
"hash256-std-hasher",
|
||||
@@ -3930,14 +3915,14 @@ dependencies = [
|
||||
"sp-arithmetic",
|
||||
"sp-core",
|
||||
"sp-io",
|
||||
"sp-std 5.0.0",
|
||||
"sp-std",
|
||||
"sp-weights",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sp-runtime-interface"
|
||||
version = "7.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"impl-trait-for-tuples",
|
||||
@@ -3945,7 +3930,7 @@ dependencies = [
|
||||
"primitive-types",
|
||||
"sp-externalities",
|
||||
"sp-runtime-interface-proc-macro",
|
||||
"sp-std 5.0.0",
|
||||
"sp-std",
|
||||
"sp-storage",
|
||||
"sp-tracing",
|
||||
"sp-wasm-interface",
|
||||
@@ -3955,7 +3940,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sp-runtime-interface-proc-macro"
|
||||
version = "6.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"proc-macro-crate",
|
||||
@@ -3967,7 +3952,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sp-state-machine"
|
||||
version = "0.13.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"hash-db",
|
||||
"log",
|
||||
@@ -3978,7 +3963,7 @@ dependencies = [
|
||||
"sp-core",
|
||||
"sp-externalities",
|
||||
"sp-panic-handler",
|
||||
"sp-std 5.0.0",
|
||||
"sp-std",
|
||||
"sp-trie",
|
||||
"thiserror",
|
||||
"tracing",
|
||||
@@ -3987,34 +3972,28 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sp-std"
|
||||
version = "5.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
|
||||
[[package]]
|
||||
name = "sp-std"
|
||||
version = "7.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1de8eef39962b5b97478719c493bed2926cf70cb621005bbf68ebe58252ff986"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
|
||||
[[package]]
|
||||
name = "sp-storage"
|
||||
version = "7.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"impl-serde",
|
||||
"parity-scale-codec",
|
||||
"ref-cast",
|
||||
"serde",
|
||||
"sp-debug-derive",
|
||||
"sp-std 5.0.0",
|
||||
"sp-std",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sp-tracing"
|
||||
version = "6.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"sp-std 5.0.0",
|
||||
"sp-std",
|
||||
"tracing",
|
||||
"tracing-core",
|
||||
"tracing-subscriber 0.2.25",
|
||||
@@ -4023,7 +4002,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sp-trie"
|
||||
version = "7.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"ahash 0.8.3",
|
||||
"hash-db",
|
||||
@@ -4036,7 +4015,7 @@ dependencies = [
|
||||
"scale-info",
|
||||
"schnellru",
|
||||
"sp-core",
|
||||
"sp-std 5.0.0",
|
||||
"sp-std",
|
||||
"thiserror",
|
||||
"tracing",
|
||||
"trie-db",
|
||||
@@ -4046,7 +4025,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sp-version"
|
||||
version = "5.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"impl-serde",
|
||||
"parity-scale-codec",
|
||||
@@ -4055,7 +4034,7 @@ dependencies = [
|
||||
"serde",
|
||||
"sp-core-hashing-proc-macro",
|
||||
"sp-runtime",
|
||||
"sp-std 5.0.0",
|
||||
"sp-std",
|
||||
"sp-version-proc-macro",
|
||||
"thiserror",
|
||||
]
|
||||
@@ -4063,7 +4042,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sp-version-proc-macro"
|
||||
version = "4.0.0-dev"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"proc-macro2",
|
||||
@@ -4074,13 +4053,13 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sp-wasm-interface"
|
||||
version = "7.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"impl-trait-for-tuples",
|
||||
"log",
|
||||
"parity-scale-codec",
|
||||
"sp-std 5.0.0",
|
||||
"sp-std",
|
||||
"wasmi 0.13.2",
|
||||
"wasmtime",
|
||||
]
|
||||
@@ -4088,7 +4067,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sp-weights"
|
||||
version = "4.0.0"
|
||||
source = "git+https://github.com/paritytech/substrate.git?branch=lexnv/update_wasm#6ce93ba1277441551277680f8ce41dd49ea00b5c"
|
||||
source = "git+https://github.com/paritytech/substrate.git#b0a16c2c83ea2b2872f2211e625401554d91fb12"
|
||||
dependencies = [
|
||||
"parity-scale-codec",
|
||||
"scale-info",
|
||||
@@ -4097,7 +4076,7 @@ dependencies = [
|
||||
"sp-arithmetic",
|
||||
"sp-core",
|
||||
"sp-debug-derive",
|
||||
"sp-std 5.0.0",
|
||||
"sp-std",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -4214,7 +4193,6 @@ dependencies = [
|
||||
"impl-serde",
|
||||
"jsonrpsee",
|
||||
"parity-scale-codec",
|
||||
"parking_lot",
|
||||
"primitive-types",
|
||||
"scale-bits",
|
||||
"scale-decode",
|
||||
@@ -4225,7 +4203,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"smoldot-light",
|
||||
"sp-core",
|
||||
"sp-core-hashing 5.0.0",
|
||||
"sp-core-hashing",
|
||||
"sp-keyring",
|
||||
"sp-runtime",
|
||||
"sp-version",
|
||||
@@ -4241,14 +4219,17 @@ dependencies = [
|
||||
name = "subxt-cli"
|
||||
version = "0.28.0"
|
||||
dependencies = [
|
||||
"clap 4.2.7",
|
||||
"clap 4.3.0",
|
||||
"color-eyre",
|
||||
"frame-metadata",
|
||||
"hex",
|
||||
"jsonrpsee",
|
||||
"parity-scale-codec",
|
||||
"scale-info",
|
||||
"scale-value",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"subxt",
|
||||
"subxt-codegen",
|
||||
"subxt-metadata",
|
||||
"syn 2.0.16",
|
||||
@@ -4305,7 +4286,8 @@ dependencies = [
|
||||
"frame-metadata",
|
||||
"parity-scale-codec",
|
||||
"scale-info",
|
||||
"sp-core-hashing 8.0.0",
|
||||
"sp-core-hashing",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -4528,9 +4510,9 @@ checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
|
||||
|
||||
[[package]]
|
||||
name = "toml_edit"
|
||||
version = "0.19.9"
|
||||
version = "0.19.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f"
|
||||
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
|
||||
dependencies = [
|
||||
"indexmap",
|
||||
"toml_datetime",
|
||||
@@ -4693,8 +4675,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"digest 0.10.6",
|
||||
"rand 0.7.3",
|
||||
"digest 0.10.7",
|
||||
"rand 0.8.5",
|
||||
"static_assertions",
|
||||
]
|
||||
|
||||
@@ -5152,7 +5134,7 @@ checksum = "7ab182d5ab6273a133ab88db94d8ca86dc3e57e43d70baaa4d98f94ddbd7d10a"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"cfg-if",
|
||||
"rustix 0.36.13",
|
||||
"rustix 0.36.14",
|
||||
"wasmtime-asm-macros",
|
||||
"windows-sys 0.45.0",
|
||||
]
|
||||
@@ -5217,7 +5199,7 @@ dependencies = [
|
||||
"memoffset",
|
||||
"paste",
|
||||
"rand 0.8.5",
|
||||
"rustix 0.36.13",
|
||||
"rustix 0.36.14",
|
||||
"wasmtime-asm-macros",
|
||||
"wasmtime-environ",
|
||||
"wasmtime-fiber",
|
||||
|
||||
Reference in New Issue
Block a user