From 6357bc0ed40c5f6837207c4162c2e0d0252a2fb8 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sat, 6 Jul 2024 04:27:30 -0400 Subject: [PATCH] Remove unused dep from processor --- Cargo.lock | 1 - processor/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4bc741da..1d379bd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8337,7 +8337,6 @@ dependencies = [ "serai-env", "serai-message-queue", "serai-processor-messages", - "serde", "serde_json", "sp-application-crypto", "thiserror", diff --git a/processor/Cargo.toml b/processor/Cargo.toml index 058007f7..5ce87bbc 100644 --- a/processor/Cargo.toml +++ b/processor/Cargo.toml @@ -21,7 +21,6 @@ workspace = true async-trait = { version = "0.1", default-features = false } zeroize = { version = "1", default-features = false, features = ["std"] } thiserror = { version = "1", default-features = false } -serde = { version = "1", default-features = false, features = ["std", "derive"] } # Libs rand_core = { version = "0.6", default-features = false, features = ["std", "getrandom"] }