Fix machete

This commit is contained in:
Luke Parker 2024-03-07 23:00:17 -05:00
parent e266bc2e32
commit 480acfd430
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -7625,7 +7625,6 @@ dependencies = [
"hex",
"jsonrpsee",
"pallet-transaction-payment-rpc",
"rand_core",
"sc-authority-discovery",
"sc-basic-authorship",
"sc-cli",

View file

@ -21,7 +21,6 @@ name = "serai-node"
[dependencies]
zeroize = "1"
rand_core = "0.6"
hex = "0.4"
schnorrkel = "0.11"