Skip to content

Commit 3c3349c

Browse files
committed
update deps to polkadot-stable2407
1 parent 3bd041f commit 3c3349c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Diff for: Cargo.toml

+14-14
Original file line numberDiff line numberDiff line change
@@ -9,68 +9,68 @@ repository = 'https://github.com/gautamdhameja/substrate-validator-set'
99
[dependencies.sp-core]
1010
default-features = false
1111
git = 'https://github.com/paritytech/polkadot-sdk.git'
12-
tag = 'polkadot-v1.13.0'
12+
branch = 'stable2407'
1313

1414
[dependencies.sp-io]
1515
default-features = false
1616
git = 'https://github.com/paritytech/polkadot-sdk.git'
17-
tag = 'polkadot-v1.13.0'
17+
branch = 'stable2407'
1818

1919
[dependencies.sp-runtime]
2020
default-features = false
2121
git = 'https://github.com/paritytech/polkadot-sdk.git'
22-
tag = 'polkadot-v1.13.0'
22+
branch = 'stable2407'
2323

2424
[dependencies.sp-std]
2525
default-features = false
2626
git = 'https://github.com/paritytech/polkadot-sdk.git'
27-
tag = 'polkadot-v1.13.0'
27+
branch = 'stable2407'
2828

2929
[dependencies.sp-staking]
3030
default-features = false
3131
git = 'https://github.com/paritytech/polkadot-sdk.git'
32-
tag = 'polkadot-v1.13.0'
32+
branch = 'stable2407'
3333

3434
[dependencies.frame-benchmarking]
3535
default-features = false
3636
git = 'https://github.com/paritytech/polkadot-sdk.git'
3737
optional = true
38-
tag = 'polkadot-v1.13.0'
38+
branch = 'stable2407'
3939

4040
[dependencies.frame-support]
4141
default-features = false
4242
git = 'https://github.com/paritytech/polkadot-sdk.git'
43-
tag = 'polkadot-v1.13.0'
43+
branch = 'stable2407'
4444

4545
[dependencies.frame-system]
4646
default-features = false
4747
git = 'https://github.com/paritytech/polkadot-sdk.git'
48-
tag = 'polkadot-v1.13.0'
48+
branch = 'stable2407'
4949

5050
[dependencies.pallet-session]
5151
default-features = false
5252
features = ['historical']
5353
git = 'https://github.com/paritytech/polkadot-sdk.git'
54-
tag = 'polkadot-v1.13.0'
54+
branch = 'stable2407'
5555

5656
[dependencies.sp-weights]
5757
default-features = false
5858
git = 'https://github.com/paritytech/polkadot-sdk.git'
59-
tag = 'polkadot-v1.13.0'
59+
branch = 'stable2407'
6060

6161
[dev-dependencies.sp-state-machine]
6262
default-features = false
6363
git = 'https://github.com/paritytech/polkadot-sdk.git'
64-
tag = 'polkadot-v1.13.0'
64+
branch = 'stable2407'
6565

6666
[dependencies.scale-info]
6767
default-features = false
6868
features = ['derive', 'serde']
69-
version = '2.11.1'
69+
version = '2.11.3'
7070

7171
[dependencies.log]
7272
default-features = false
73-
version = '0.4.21'
73+
version = '0.4.22'
7474

7575
[dependencies.codec]
7676
default-features = false
@@ -80,7 +80,7 @@ version = '3.6.12'
8080

8181
[dev-dependencies.serde]
8282
features = ['derive']
83-
version = '1.0.197'
83+
version = '1.0.205'
8484

8585
[features]
8686
default = ['std']

0 commit comments

Comments
 (0)