removed crossbeam

This commit is contained in:
Lijun Wang 2022-10-18 11:42:05 -07:00
parent 6a7f78028d
commit a378284621
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -6535,7 +6535,6 @@ dependencies = [
"async-mutex",
"async-trait",
"bincode",
"crossbeam-channel",
"enum_dispatch",
"futures 0.3.24",
"futures-util",

View File

@ -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"