1
1
[package ]
2
2
name = " subvt-types"
3
- version = " 0.22.7 "
3
+ version = " 0.22.8 "
4
4
edition = " 2021"
5
5
rust-version = " 1.67.0"
6
6
@@ -9,31 +9,31 @@ anyhow = { workspace = true }
9
9
chrono = { version = " 0.4" , default-features = true , features = [" serde" ] }
10
10
enum-iterator = " 2.0"
11
11
frame-metadata = { version = " 15.0" , features = [" std" , " v14" ] }
12
- frame-support = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
13
- frame-system = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
12
+ frame-support = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
13
+ frame-system = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
14
14
hex = " 0.4"
15
15
lazy_static = { workspace = true }
16
16
log = { workspace = true }
17
17
num-traits = { workspace = true }
18
- pallet-conviction-voting = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
19
- pallet-democracy = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
20
- pallet-identity = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
21
- pallet-im-online = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
22
- pallet-multisig = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
23
- pallet-referenda = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
24
- pallet-staking = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
18
+ pallet-conviction-voting = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
19
+ pallet-democracy = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
20
+ pallet-identity = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
21
+ pallet-im-online = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
22
+ pallet-multisig = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
23
+ pallet-referenda = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
24
+ pallet-staking = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
25
25
parity-scale-codec = { version = " 3.6" , default-features = false , features = [" derive" , " full" ] }
26
- polkadot-core-primitives = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
27
- polkadot-primitives = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
28
- polkadot-runtime-parachains = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
26
+ polkadot-core-primitives = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
27
+ polkadot-primitives = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
28
+ polkadot-runtime-parachains = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
29
29
rustc-hash = " 2.0"
30
30
scale-info = " 2.10"
31
31
serde = { version = " 1.0" , features = [" derive" ] }
32
32
serde_json = " 1.0"
33
- sp-consensus-babe = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
34
- sp-core = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
35
- sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
36
- sp-staking = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.2 " }
33
+ sp-consensus-babe = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
34
+ sp-core = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
35
+ sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
36
+ sp-staking = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-v1.16.5 " }
37
37
sqlx = { git = " https://github.com/helikon-labs/sqlx.git" , branch = " helikon-increased-field-count" , features = [" postgres" , " runtime-tokio-rustls" , " chrono" , " bigdecimal" ] }
38
38
subvt-proc-macro = { path = " ../subvt-proc-macro" }
39
39
subvt-utility = { path = " ../subvt-utility" }
0 commit comments