@@ -65,30 +65,30 @@ tungstenite = { version = "0.26", features = ["native-tls", "url"] }
6565ws = { version = " 0.9" , features = [" ssl" ] }
6666
6767# Substrate no_std dependencies
68- pallet-balances = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
69- sp-application-crypto = { default-features = false , features = [" full_crypto" ], git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
70- sp-core = { default-features = false , features = [" full_crypto" , " serde" ], git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
71- sp-crypto-hashing = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
72- sp-io = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
73- sp-inherents = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
74- sp-runtime = { default-features = false , features = [" serde" ], git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
75- sp-runtime-interface = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
76- sp-staking = { default-features = false , features = [" serde" ], git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
77- sp-storage = { default-features = false , features = [" serde" ], git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
78- sp-version = { default-features = false , features = [" serde" ], git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
79- sp-weights = { default-features = false , features = [" serde" ], git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
68+ pallet-balances = { version = " 41.1.0 " , default-features = false }
69+ sp-application-crypto = { version = " 40.1.0 " , default-features = false , features = [" full_crypto" ] }
70+ sp-core = { version = " 36.1.0 " , default-features = false , features = [" full_crypto" , " serde" ] }
71+ sp-crypto-hashing = { version = " 0.1.0 " , default-features = false }
72+ sp-io = { version = " 40.0.1 " , default-features = false }
73+ sp-inherents = { version = " 36.0.0 " , default-features = false }
74+ sp-runtime = { version = " 41.1.0 " , default-features = false , features = [" serde" ] }
75+ sp-runtime-interface = { version = " 29.0.1 " , default-features = false }
76+ sp-staking = { version = " 38.0.0 " , default-features = false , features = [" serde" ] }
77+ sp-storage = { version = " 22.0.0 " , default-features = false , features = [" serde" ] }
78+ sp-version = { version = " 39.0.0 " , default-features = false , features = [" serde" ] }
79+ sp-weights = { version = " 31.1.0 " , default-features = false , features = [" serde" ] }
8080
8181# substrate std / wasm only
82- frame-support = { git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
83- frame-system = { git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
84- pallet-assets = { git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
85- pallet-contracts = { git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
86- pallet-identity = { git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
87- pallet-recovery = { git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
88- pallet-society = { git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
89- pallet-staking = { git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
90- sc-keystore = { git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
91- sp-keystore = { git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
82+ frame-support = { version = " 40.1.0 " }
83+ frame-system = { version = " 40.1.0 " }
84+ pallet-assets = { version = " 42.0.0 " }
85+ pallet-contracts = { version = " 40.1.0 " }
86+ pallet-identity = { version = " 40.1.0 " }
87+ pallet-recovery = { version = " 40.0.0 " }
88+ pallet-society = { version = " 40.1.0 " }
89+ pallet-staking = { version = " 40.1.1 " }
90+ sc-keystore = { version = " 35.0.0 " }
91+ sp-keystore = { version = " 0.42.0 " }
9292
9393# local deps
9494ac-keystore = { default-features = false , path = " keystore" , version = " 1.17" }
@@ -98,6 +98,6 @@ ac-primitives = { default-features = false, path = "primitives", version = "1.17
9898substrate-api-client = { default-features = false , path = " api-client" , version = " 1.17" }
9999
100100# Only used as dev-dependencies
101- rococo-runtime = { git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
101+ rococo-runtime = { version = " 22.1.0 " }
102102test-case = " 3.1"
103- sp-keyring = { git = " https://github.com/paritytech/polkadot-sdk.git " , branch = " master " }
103+ sp-keyring = { version = " 41.0.0 " }
0 commit comments