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", "hex",
"jsonrpsee", "jsonrpsee",
"pallet-transaction-payment-rpc", "pallet-transaction-payment-rpc",
"rand_core",
"sc-authority-discovery", "sc-authority-discovery",
"sc-basic-authorship", "sc-basic-authorship",
"sc-cli", "sc-cli",

View file

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