From 480acfd4305da78c6d5ff6319864ab35197b1812 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Thu, 7 Mar 2024 23:00:17 -0500 Subject: [PATCH] Fix machete --- Cargo.lock | 1 - substrate/node/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6622efab..d37e639c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7625,7 +7625,6 @@ dependencies = [ "hex", "jsonrpsee", "pallet-transaction-payment-rpc", - "rand_core", "sc-authority-discovery", "sc-basic-authorship", "sc-cli", diff --git a/substrate/node/Cargo.toml b/substrate/node/Cargo.toml index e35bc0ea..f66a9705 100644 --- a/substrate/node/Cargo.toml +++ b/substrate/node/Cargo.toml @@ -21,7 +21,6 @@ name = "serai-node" [dependencies] zeroize = "1" -rand_core = "0.6" hex = "0.4" schnorrkel = "0.11"