From f9106ab160a09117832c124976ff4efe7ac03618 Mon Sep 17 00:00:00 2001 From: Gustavo Inacio Date: Thu, 26 Dec 2024 15:27:28 +0100 Subject: [PATCH] remove client Signed-off-by: Gustavo Inacio --- tap_aggregator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_aggregator/Cargo.toml b/tap_aggregator/Cargo.toml index 09eaaa9..869344f 100644 --- a/tap_aggregator/Cargo.toml +++ b/tap_aggregator/Cargo.toml @@ -18,7 +18,7 @@ alloy.workspace = true anyhow.workspace = true tokio.workspace = true serde_json.workspace = true -jsonrpsee = { workspace = true, features = ["server", "macros", "client"] } +jsonrpsee = { workspace = true, features = ["server", "macros"] } clap = { version = "4.5.15", features = ["derive", "env"] } strum = { version = "0.26.3", features = ["derive"] } tracing-subscriber = "0.3.17"