mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
Remove mem_info and references to parity-util-mem (#12795)
* Remove mem_info and some references to parity-util-mem * [Draft] Finish removing references to `parity-util-mem` * Upgrade dependencies * Update scripts/ci/deny.toml Co-authored-by: ordian <write@reusable.software> * Fix Cargo.lock (remove unwanted dependency changes) * Removed unused argument * Run cargo fmt (didn't have pre-commit set up) * Fix some CI errors * Fix another CI error * Remove unused dependency Co-authored-by: ordian <write@reusable.software>
This commit is contained in:
@@ -22,11 +22,11 @@ handlebars = "4.2.2"
|
||||
hash-db = "0.15.2"
|
||||
Inflector = "0.11.4"
|
||||
itertools = "0.10.3"
|
||||
kvdb = "0.12.0"
|
||||
kvdb = "0.13.0"
|
||||
lazy_static = "1.4.0"
|
||||
linked-hash-map = "0.5.4"
|
||||
log = "0.4.17"
|
||||
memory-db = "0.30.0"
|
||||
memory-db = "0.31.0"
|
||||
rand = { version = "0.8.4", features = ["small_rng"] }
|
||||
rand_pcg = "0.3.1"
|
||||
serde = "1.0.136"
|
||||
|
||||
Reference in New Issue
Block a user