Remove unused crossbeam-channel dependency in zed crate

Co-authored-by: Keith Simmons <keith@zed.dev>
This commit is contained in:
Max Brunsfeld 2022-04-15 10:51:26 -07:00
parent d0413ac0e1
commit df0b5779a8
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -6175,7 +6175,6 @@ dependencies = [
"collections",
"command_palette",
"contacts_panel",
"crossbeam-channel",
"ctor",
"diagnostics",
"dirs 3.0.1",

View file

@ -65,7 +65,6 @@ anyhow = "1.0.38"
async-compression = { version = "0.3", features = ["gzip", "futures-bufread"] }
async-recursion = "0.3"
async-trait = "0.1"
crossbeam-channel = "0.5.0"
ctor = "0.1.20"
dirs = "3.0"
easy-parallel = "3.1.0"