From 9ea76d620af4f932aee180c91f6c8e611825fd4b Mon Sep 17 00:00:00 2001 From: Kasey Huizinga Date: Thu, 1 Aug 2024 23:36:53 -0400 Subject: [PATCH] remove duplicate `async-channel` dep --- iroh/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/iroh/Cargo.toml b/iroh/Cargo.toml index 1b05167190..d31990e63f 100644 --- a/iroh/Cargo.toml +++ b/iroh/Cargo.toml @@ -54,7 +54,6 @@ tracing = "0.1" walkdir = "2" # Examples -async-channel = "2.3.1" clap = { version = "4", features = ["derive"], optional = true } indicatif = { version = "0.17", features = ["tokio"], optional = true } ref-cast = "1.0.23"