mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 09:51:10 +00:00
Companion for paritytech/substrate#12795 (#6374)
* Begin removing `parity-util-mem`; remove `collect_memory_stats`
* Update some dependencies that were using `parity-util-mem`
* Remove `trie-memory-tracker` feature
* Update Cargo.lock
* Update `kvdb-shared-tests`
* Add back jemalloc
* Add missing license header
* update lockfile for {"substrate"}
Co-authored-by: parity-processbot <>
Co-authored-by: Andronik <write@reusable.software>
This commit is contained in:
@@ -32,8 +32,7 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
kvdb = "0.12.0"
|
||||
parity-util-mem = { version = "0.12.0", default-features = false }
|
||||
kvdb = "0.13.0"
|
||||
parity-db = { version = "0.4.2"}
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -44,6 +43,6 @@ log = "0.4.17"
|
||||
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
|
||||
lazy_static = "1.4.0"
|
||||
polkadot-primitives-test-helpers = { path = "../../primitives/test-helpers" }
|
||||
kvdb-shared-tests = "0.10.0"
|
||||
kvdb-shared-tests = "0.11.0"
|
||||
tempfile = "3.1.0"
|
||||
kvdb-memorydb = "0.12.0"
|
||||
kvdb-memorydb = "0.13.0"
|
||||
|
||||
Reference in New Issue
Block a user