Skip to content

Commit 27e3272

Browse files
authored
bump deps (#782)
1 parent d9cf078 commit 27e3272

1 file changed

Lines changed: 56 additions & 60 deletions

File tree

Cargo.dev.toml

Lines changed: 56 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -32,64 +32,64 @@ resolver = "2"
3232
split-debuginfo = "unpacked"
3333

3434
[patch.'https://github.com/paritytech/substrate']
35-
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
36-
frame-support = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
37-
frame-system = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
38-
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
39-
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
40-
pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
41-
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
42-
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
43-
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
44-
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
45-
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
46-
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
47-
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
48-
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
49-
pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
50-
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
51-
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
52-
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
53-
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
54-
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
55-
sc-utils = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
56-
sp-api = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
57-
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
58-
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
59-
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
60-
sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
61-
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
62-
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
63-
sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
64-
sp-core = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
65-
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
66-
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
67-
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
68-
sp-io = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
69-
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
70-
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
71-
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
72-
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
73-
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
74-
sp-session = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
75-
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
76-
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
77-
sp-std = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
78-
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
79-
sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
80-
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
81-
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
82-
sp-version = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
83-
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
84-
sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
85-
sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "257cdb558c0decbd1da756b43288d06d02ff77c7" }
35+
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
36+
frame-support = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
37+
frame-system = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
38+
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
39+
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
40+
pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
41+
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
42+
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
43+
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
44+
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
45+
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
46+
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
47+
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
48+
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
49+
pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
50+
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
51+
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
52+
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
53+
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
54+
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
55+
sc-utils = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
56+
sp-api = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
57+
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
58+
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
59+
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
60+
sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
61+
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
62+
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
63+
sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
64+
sp-core = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
65+
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
66+
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
67+
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
68+
sp-io = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
69+
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
70+
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
71+
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
72+
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
73+
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
74+
sp-session = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
75+
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
76+
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
77+
sp-std = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
78+
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
79+
sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
80+
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
81+
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
82+
sp-version = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
83+
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
84+
sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
85+
sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "814752f60ab8cce7e2ece3ce0c1b10799b4eab28" }
8686

8787
[patch.'https://github.com/paritytech/cumulus']
88-
cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "1d3a0d77b94046cf584dbf712d54fe6e9787d61c" }
89-
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "1d3a0d77b94046cf584dbf712d54fe6e9787d61c" }
90-
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "1d3a0d77b94046cf584dbf712d54fe6e9787d61c" }
91-
cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "1d3a0d77b94046cf584dbf712d54fe6e9787d61c" }
92-
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "1d3a0d77b94046cf584dbf712d54fe6e9787d61c" }
88+
cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "95ca5a085727c1494ddeeae4a2b2e69c4ee1933b" }
89+
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "95ca5a085727c1494ddeeae4a2b2e69c4ee1933b" }
90+
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "95ca5a085727c1494ddeeae4a2b2e69c4ee1933b" }
91+
cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "95ca5a085727c1494ddeeae4a2b2e69c4ee1933b" }
92+
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "95ca5a085727c1494ddeeae4a2b2e69c4ee1933b" }
9393

9494
[patch.'https://github.com/paritytech/polkadot']
9595
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "22836e55d41eef24ed5917fd654ee82a683a7cfe" }
@@ -101,7 +101,3 @@ xcm = { git = "https://github.com/paritytech//polkadot", rev = "22836e55d41eef24
101101
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "22836e55d41eef24ed5917fd654ee82a683a7cfe" }
102102
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "22836e55d41eef24ed5917fd654ee82a683a7cfe" }
103103
xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "22836e55d41eef24ed5917fd654ee82a683a7cfe" }
104-
105-
[patch.crates-io]
106-
# TODO: https://github.com/paritytech/substrate/pull/11707
107-
syn = { git = "https://github.com/dtolnay/syn", rev = "19b3f0b53525ac7ab0882882a822adbd874dbe8c" }

0 commit comments

Comments
 (0)