diff --git a/Cargo.lock b/Cargo.lock index 0fc81a879..a5690aa21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6535,7 +6535,6 @@ dependencies = [ "async-mutex", "async-trait", "bincode", - "crossbeam-channel", "enum_dispatch", "futures 0.3.24", "futures-util", diff --git a/tpu-client/Cargo.toml b/tpu-client/Cargo.toml index 1384ac61f..3a37facc5 100644 --- a/tpu-client/Cargo.toml +++ b/tpu-client/Cargo.toml @@ -13,7 +13,6 @@ edition = "2021" async-mutex = "1.4.0" async-trait = "0.1.57" bincode = "1.3.3" -crossbeam-channel = "0.5" enum_dispatch = "0.3.8" futures = "0.3" futures-util = "0.3.21"