mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
update most of the dependencies (#1946)
* update tiny-keccak to 0.2 * update deps except bitvec and shared_memory * fix some warning after futures upgrade * remove useless package rename caused by bug in cargo-upgrade * revert parity-util-mem * * remove unused import * cargo update * remove all renames on parity-scale-codec * remove the leftovers * remove unused dep
This commit is contained in:
@@ -21,7 +21,7 @@ use sp_runtime::generic::BlockId;
|
||||
use sp_api::ProvideRuntimeApi;
|
||||
use sc_block_builder::{BlockBuilderProvider, BlockBuilder};
|
||||
use sp_state_machine::BasicExternalities;
|
||||
use codec::{Encode, Decode};
|
||||
use parity_scale_codec::{Encode, Decode};
|
||||
|
||||
/// An extension for the test client to init a Polkadot specific block builder.
|
||||
pub trait InitPolkadotBlockBuilder {
|
||||
|
||||
Reference in New Issue
Block a user