mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
* Companion for #6584 https://github.com/paritytech/substrate/pull/6584 * updating sp-io * Update dev-dependency, too * update lockfile Co-authored-by: Benjamin Kampmann <ben@gnunicorn.org>
This commit is contained in:
Generated
+177
-174
File diff suppressed because it is too large
Load Diff
@@ -23,8 +23,8 @@ sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "mas
|
|||||||
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "master" }
|
keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
kvdb = "0.6.0"
|
kvdb = "0.7.0"
|
||||||
kvdb-memorydb = "0.6.0"
|
kvdb-memorydb = "0.7.0"
|
||||||
|
|
||||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||||
kvdb-rocksdb = "0.8.0"
|
kvdb-rocksdb = "0.9.0"
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc
|
|||||||
randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "master" }
|
randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "master" }
|
treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
trie-db = "0.21.0"
|
trie-db = "0.22.0"
|
||||||
serde_json = "1.0.41"
|
serde_json = "1.0.41"
|
||||||
libsecp256k1 = "0.3.2"
|
libsecp256k1 = "0.3.2"
|
||||||
|
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ libsecp256k1 = "0.3.2"
|
|||||||
tiny-keccak = "1.5.0"
|
tiny-keccak = "1.5.0"
|
||||||
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" }
|
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
trie-db = "0.20.0"
|
trie-db = "0.22.0"
|
||||||
serde_json = "1.0.41"
|
serde_json = "1.0.41"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user