upgrade some of the dependencies (#11467)

* bump parity-util-mem and related deps

* upgrade some of the dependencies

* deduplicate static_assertions
This commit is contained in:
Andronik Ordian
2020-02-07 17:23:45 +01:00
committed by GitHub
parent cb7df2053d
commit 654632264b
68 changed files with 314 additions and 493 deletions

View File

@@ -19,8 +19,6 @@
use ethereum_types::{U256, Address};
use kvdb::DBTransaction;
use vm::{Error as VmError, ActionParams};
// The MallocSizeOf derive looks for this in the root
use parity_util_mem as malloc_size_of;
mod config;
mod db;