@@ -9,68 +9,68 @@ repository = 'https://github.com/gautamdhameja/substrate-validator-set'
9
9
[dependencies .sp-core ]
10
10
default-features = false
11
11
git = ' https://github.com/paritytech/polkadot-sdk.git'
12
- tag = ' polkadot-v1.13.0 '
12
+ branch = ' stable2407 '
13
13
14
14
[dependencies .sp-io ]
15
15
default-features = false
16
16
git = ' https://github.com/paritytech/polkadot-sdk.git'
17
- tag = ' polkadot-v1.13.0 '
17
+ branch = ' stable2407 '
18
18
19
19
[dependencies .sp-runtime ]
20
20
default-features = false
21
21
git = ' https://github.com/paritytech/polkadot-sdk.git'
22
- tag = ' polkadot-v1.13.0 '
22
+ branch = ' stable2407 '
23
23
24
24
[dependencies .sp-std ]
25
25
default-features = false
26
26
git = ' https://github.com/paritytech/polkadot-sdk.git'
27
- tag = ' polkadot-v1.13.0 '
27
+ branch = ' stable2407 '
28
28
29
29
[dependencies .sp-staking ]
30
30
default-features = false
31
31
git = ' https://github.com/paritytech/polkadot-sdk.git'
32
- tag = ' polkadot-v1.13.0 '
32
+ branch = ' stable2407 '
33
33
34
34
[dependencies .frame-benchmarking ]
35
35
default-features = false
36
36
git = ' https://github.com/paritytech/polkadot-sdk.git'
37
37
optional = true
38
- tag = ' polkadot-v1.13.0 '
38
+ branch = ' stable2407 '
39
39
40
40
[dependencies .frame-support ]
41
41
default-features = false
42
42
git = ' https://github.com/paritytech/polkadot-sdk.git'
43
- tag = ' polkadot-v1.13.0 '
43
+ branch = ' stable2407 '
44
44
45
45
[dependencies .frame-system ]
46
46
default-features = false
47
47
git = ' https://github.com/paritytech/polkadot-sdk.git'
48
- tag = ' polkadot-v1.13.0 '
48
+ branch = ' stable2407 '
49
49
50
50
[dependencies .pallet-session ]
51
51
default-features = false
52
52
features = [' historical' ]
53
53
git = ' https://github.com/paritytech/polkadot-sdk.git'
54
- tag = ' polkadot-v1.13.0 '
54
+ branch = ' stable2407 '
55
55
56
56
[dependencies .sp-weights ]
57
57
default-features = false
58
58
git = ' https://github.com/paritytech/polkadot-sdk.git'
59
- tag = ' polkadot-v1.13.0 '
59
+ branch = ' stable2407 '
60
60
61
61
[dev-dependencies .sp-state-machine ]
62
62
default-features = false
63
63
git = ' https://github.com/paritytech/polkadot-sdk.git'
64
- tag = ' polkadot-v1.13.0 '
64
+ branch = ' stable2407 '
65
65
66
66
[dependencies .scale-info ]
67
67
default-features = false
68
68
features = [' derive' , ' serde' ]
69
- version = ' 2.11.1 '
69
+ version = ' 2.11.3 '
70
70
71
71
[dependencies .log ]
72
72
default-features = false
73
- version = ' 0.4.21 '
73
+ version = ' 0.4.22 '
74
74
75
75
[dependencies .codec ]
76
76
default-features = false
@@ -80,7 +80,7 @@ version = '3.6.12'
80
80
81
81
[dev-dependencies .serde ]
82
82
features = [' derive' ]
83
- version = ' 1.0.197 '
83
+ version = ' 1.0.205 '
84
84
85
85
[features ]
86
86
default = [' std' ]
0 commit comments