update dependencies (#1229)

This commit is contained in:
Antonio Dropulic
2021-11-30 14:43:43 +01:00
committed by Bastian Köcher
parent 26c5a35d7a
commit 7b30098a12
18 changed files with 60 additions and 211 deletions
-3
View File
@@ -100,9 +100,6 @@ pub type Hash = bp_millau::Hash;
/// Hashing algorithm used by the chain.
pub type Hashing = bp_millau::Hasher;
/// Digest item type.
pub type DigestItem = generic::DigestItem<Hash>;
/// Opaque types. These are used by the CLI to instantiate machinery that don't need to know
/// the specifics of the runtime. They can then be made to be agnostic over specific formats
/// of data like extrinsics, allowing for them to continue syncing the network through upgrades