mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +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:
@@ -26,7 +26,7 @@ use std::path::PathBuf;
|
||||
use std::sync::Arc;
|
||||
use std::time::{Duration, SystemTime, SystemTimeError, UNIX_EPOCH};
|
||||
|
||||
use codec::{Encode, Decode};
|
||||
use parity_scale_codec::{Encode, Decode};
|
||||
use futures::{select, channel::oneshot, future::{self, Either}, Future, FutureExt};
|
||||
use futures_timer::Delay;
|
||||
use kvdb_rocksdb::{Database, DatabaseConfig};
|
||||
@@ -527,10 +527,10 @@ where
|
||||
}
|
||||
}
|
||||
}
|
||||
pov_pruning_time = pov_pruning_time => {
|
||||
_ = pov_pruning_time => {
|
||||
subsystem.prune_povs()?;
|
||||
}
|
||||
chunk_pruning_time = chunk_pruning_time => {
|
||||
_ = chunk_pruning_time => {
|
||||
subsystem.prune_chunks()?;
|
||||
}
|
||||
complete => return Ok(true),
|
||||
|
||||
Reference in New Issue
Block a user