mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
chore: update some deps to prune duplicated deps (#14515)
* chore: update some deps to prune duplicated deps - array-bytes: 4.1.0 => 6.1.0 - cid: 0.8.6 => 0.9.0 * fix
This commit is contained in:
@@ -55,7 +55,7 @@ impl GenerateNodeKeyCmd {
|
||||
let file_data = if self.bin {
|
||||
secret.as_ref().to_owned()
|
||||
} else {
|
||||
array_bytes::bytes2hex("", secret.as_ref()).into_bytes()
|
||||
array_bytes::bytes2hex("", secret).into_bytes()
|
||||
};
|
||||
|
||||
match &self.file {
|
||||
|
||||
Reference in New Issue
Block a user