git.delta.rocks / unique-network / refs/commits / fcf32ac512c6

difftreelog

build upgrade lockfile

Yaroslav Bolyukin2021-11-04parent: #369492c.patch.diff
in: master

1 file changed

modifiedCargo.lockdiffbeforeafterboth
18source = "registry+https://github.com/rust-lang/crates.io-index"18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"19checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
20dependencies = [20dependencies = [
21 "gimli",21 "gimli 0.25.0",
22]22]
23
24[[package]]
25name = "addr2line"
26version = "0.17.0"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
29dependencies = [
30 "gimli 0.26.1",
31]
2332
24[[package]]33[[package]]
25name = "adler"34name = "adler"
385394
386[[package]]395[[package]]
387name = "backtrace"396name = "backtrace"
388version = "0.3.62"397version = "0.3.63"
389source = "registry+https://github.com/rust-lang/crates.io-index"398source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "091bcdf2da9950f96aa522681ce805e6857f6ca8df73833d35736ab2dc78e152"399checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6"
391dependencies = [400dependencies = [
392 "addr2line",401 "addr2line 0.17.0",
393 "cc",402 "cc",
394 "cfg-if 1.0.0",403 "cfg-if 1.0.0",
395 "libc",404 "libc",
10651074
1066[[package]]1075[[package]]
1067name = "clang-sys"1076name = "clang-sys"
1068version = "1.2.2"1077version = "1.3.0"
1069source = "registry+https://github.com/rust-lang/crates.io-index"1078source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "10612c0ec0e0a1ff0e97980647cb058a6e7aedb913d01d009c406b8b7d0b26ee"1079checksum = "fa66045b9cb23c2e9c1520732030608b02ee07e5cfaa5a521ec15ded7fa24c90"
1071dependencies = [1080dependencies = [
1072 "glob",1081 "glob",
1073 "libc",1082 "libc",
1181 "cranelift-codegen-meta",1190 "cranelift-codegen-meta",
1182 "cranelift-codegen-shared",1191 "cranelift-codegen-shared",
1183 "cranelift-entity",1192 "cranelift-entity",
1184 "gimli",1193 "gimli 0.25.0",
1185 "log",1194 "log",
1186 "regalloc",1195 "regalloc",
1187 "smallvec",1196 "smallvec",
2997 "stable_deref_trait",3006 "stable_deref_trait",
2998]3007]
3008
3009[[package]]
3010name = "gimli"
3011version = "0.26.1"
3012source = "registry+https://github.com/rust-lang/crates.io-index"
3013checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
29993014
3000[[package]]3015[[package]]
3001name = "glob"3016name = "glob"
5055 "sp-transaction-pool",5070 "sp-transaction-pool",
5056 "substrate-frame-rpc-system",5071 "substrate-frame-rpc-system",
5057 "tokio 0.2.25",5072 "tokio 0.2.25",
5073 "uc-rpc",
5074 "up-rpc",
5058]5075]
50595076
5060[[package]]5077[[package]]
5082 "nft-data-structs",5099 "nft-data-structs",
5083 "pallet-aura",5100 "pallet-aura",
5084 "pallet-balances",5101 "pallet-balances",
5102 "pallet-common",
5085 "pallet-ethereum",5103 "pallet-ethereum",
5086 "pallet-evm",5104 "pallet-evm",
5087 "pallet-evm-coder-substrate",5105 "pallet-evm-coder-substrate",
5088 "pallet-evm-contract-helpers",5106 "pallet-evm-contract-helpers",
5089 "pallet-evm-migration",5107 "pallet-evm-migration",
5090 "pallet-evm-transaction-payment",5108 "pallet-evm-transaction-payment",
5109 "pallet-fungible",
5091 "pallet-inflation",5110 "pallet-inflation",
5092 "pallet-nft",5111 "pallet-nft",
5093 "pallet-nft-charge-transaction",5112 "pallet-nft-charge-transaction",
5094 "pallet-nft-transaction-payment",5113 "pallet-nft-transaction-payment",
5114 "pallet-nonfungible",
5095 "pallet-randomness-collective-flip",5115 "pallet-randomness-collective-flip",
5116 "pallet-refungible",
5096 "pallet-sudo",5117 "pallet-sudo",
5097 "pallet-timestamp",5118 "pallet-timestamp",
5098 "pallet-transaction-payment",5119 "pallet-transaction-payment",
5121 "sp-transaction-pool",5142 "sp-transaction-pool",
5122 "sp-version",5143 "sp-version",
5123 "substrate-wasm-builder",5144 "substrate-wasm-builder",
5145 "up-rpc",
5124 "xcm",5146 "xcm",
5125 "xcm-builder",5147 "xcm-builder",
5126 "xcm-executor",5148 "xcm-executor",
5537 "sp-std",5559 "sp-std",
5538]5560]
5561
5562[[package]]
5563name = "pallet-common"
5564version = "0.1.0"
5565dependencies = [
5566 "evm-coder",
5567 "frame-support",
5568 "frame-system",
5569 "nft-data-structs",
5570 "pallet-evm",
5571 "pallet-evm-coder-substrate",
5572 "parity-scale-codec",
5573 "scale-info",
5574 "serde",
5575 "sp-core",
5576 "sp-runtime",
5577 "sp-std",
5578]
55395579
5540[[package]]5580[[package]]
5541name = "pallet-contract-helpers"5581name = "pallet-contract-helpers"
5787 "up-sponsorship",5827 "up-sponsorship",
5788]5828]
5829
5830[[package]]
5831name = "pallet-fungible"
5832version = "0.1.0"
5833dependencies = [
5834 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",
5835 "evm-coder",
5836 "frame-benchmarking",
5837 "frame-support",
5838 "frame-system",
5839 "nft-data-structs",
5840 "pallet-common",
5841 "pallet-evm-coder-substrate",
5842 "parity-scale-codec",
5843 "scale-info",
5844 "sp-core",
5845 "sp-runtime",
5846 "sp-std",
5847]
57895848
5790[[package]]5849[[package]]
5791name = "pallet-gilt"5850name = "pallet-gilt"
5993 "hex-literal",6052 "hex-literal",
5994 "nft-data-structs",6053 "nft-data-structs",
5995 "pallet-balances",6054 "pallet-balances",
6055 "pallet-common",
5996 "pallet-ethereum",6056 "pallet-ethereum",
5997 "pallet-evm",6057 "pallet-evm",
5998 "pallet-evm-coder-substrate",6058 "pallet-evm-coder-substrate",
6059 "pallet-fungible",
6060 "pallet-nonfungible",
5999 "pallet-randomness-collective-flip",6061 "pallet-randomness-collective-flip",
6062 "pallet-refungible",
6000 "pallet-timestamp",6063 "pallet-timestamp",
6001 "pallet-transaction-payment",6064 "pallet-transaction-payment",
6002 "parity-scale-codec",6065 "parity-scale-codec",
6063 "sp-std",6126 "sp-std",
6064]6127]
6128
6129[[package]]
6130name = "pallet-nonfungible"
6131version = "0.1.0"
6132dependencies = [
6133 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",
6134 "evm-coder",
6135 "frame-benchmarking",
6136 "frame-support",
6137 "frame-system",
6138 "nft-data-structs",
6139 "pallet-common",
6140 "pallet-evm-coder-substrate",
6141 "parity-scale-codec",
6142 "scale-info",
6143 "sp-core",
6144 "sp-runtime",
6145 "sp-std",
6146]
60656147
6066[[package]]6148[[package]]
6067name = "pallet-offences"6149name = "pallet-offences"
6146 "sp-std",6228 "sp-std",
6147]6229]
6230
6231[[package]]
6232name = "pallet-refungible"
6233version = "0.1.0"
6234dependencies = [
6235 "frame-benchmarking",
6236 "frame-support",
6237 "frame-system",
6238 "nft-data-structs",
6239 "pallet-common",
6240 "parity-scale-codec",
6241 "scale-info",
6242 "sp-core",
6243 "sp-runtime",
6244 "sp-std",
6245]
61486246
6149[[package]]6247[[package]]
6150name = "pallet-scheduler"6248name = "pallet-scheduler"
64696567
6470[[package]]6568[[package]]
6471name = "parity-db"6569name = "parity-db"
6472version = "0.3.2"6570version = "0.3.3"
6473source = "registry+https://github.com/rust-lang/crates.io-index"6571source = "registry+https://github.com/rust-lang/crates.io-index"
6474checksum = "91b679c6acc14fac74382942e2b73bea441686a33430b951ea03b5aeb6a7f254"6572checksum = "e7ccc4a8687027deb53d45c5434a1f1b330c9d1069a59cfe80a62aa9a1da25ae"
6475dependencies = [6573dependencies = [
6476 "blake2-rfc",6574 "blake2-rfc",
6477 "crc32fast",6575 "crc32fast",
11608source = "registry+https://github.com/rust-lang/crates.io-index"11706source = "registry+https://github.com/rust-lang/crates.io-index"
11609checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"11707checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
11708
11709[[package]]
11710name = "uc-rpc"
11711version = "0.1.0"
11712dependencies = [
11713 "jsonrpc-core",
11714 "jsonrpc-core-client",
11715 "jsonrpc-derive",
11716 "nft-data-structs",
11717 "pallet-common",
11718 "parity-scale-codec",
11719 "sp-api",
11720 "sp-blockchain",
11721 "sp-core",
11722 "sp-rpc",
11723 "sp-runtime",
11724 "up-rpc",
11725]
1161011726
11611[[package]]11727[[package]]
11612name = "ucd-trie"11728name = "ucd-trie"
11714source = "registry+https://github.com/rust-lang/crates.io-index"11830source = "registry+https://github.com/rust-lang/crates.io-index"
11715checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"11831checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
11832
11833[[package]]
11834name = "up-rpc"
11835version = "0.1.0"
11836dependencies = [
11837 "nft-data-structs",
11838 "pallet-common",
11839 "parity-scale-codec",
11840 "sp-api",
11841 "sp-core",
11842 "sp-runtime",
11843 "sp-std",
11844]
1171611845
11717[[package]]11846[[package]]
11718name = "up-sponsorship"11847name = "up-sponsorship"
12005 "cranelift-frontend",12134 "cranelift-frontend",
12006 "cranelift-native",12135 "cranelift-native",
12007 "cranelift-wasm",12136 "cranelift-wasm",
12008 "gimli",12137 "gimli 0.25.0",
12009 "more-asserts",12138 "more-asserts",
12010 "object 0.26.2",12139 "object 0.26.2",
12011 "target-lexicon",12140 "target-lexicon",
12023 "anyhow",12152 "anyhow",
12024 "cfg-if 1.0.0",12153 "cfg-if 1.0.0",
12025 "cranelift-entity",12154 "cranelift-entity",
12026 "gimli",12155 "gimli 0.25.0",
12027 "indexmap",12156 "indexmap",
12028 "log",12157 "log",
12029 "more-asserts",12158 "more-asserts",
12041source = "registry+https://github.com/rust-lang/crates.io-index"12170source = "registry+https://github.com/rust-lang/crates.io-index"
12042checksum = "24f46dd757225f29a419be415ea6fb8558df9b0194f07e3a6a9c99d0e14dd534"12171checksum = "24f46dd757225f29a419be415ea6fb8558df9b0194f07e3a6a9c99d0e14dd534"
12043dependencies = [12172dependencies = [
12044 "addr2line",12173 "addr2line 0.16.0",
12045 "anyhow",12174 "anyhow",
12046 "bincode",12175 "bincode",
12047 "cfg-if 1.0.0",12176 "cfg-if 1.0.0",
12048 "gimli",12177 "gimli 0.25.0",
12049 "libc",12178 "libc",
12050 "log",12179 "log",
12051 "more-asserts",12180 "more-asserts",