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"] }