diff --git a/Cargo.toml b/Cargo.toml index 7d6f662..52ead6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ harness = false required-features = ["async-std-runtime", "testing"] [dependencies] -async-channel = { version = "1.6", optional = true } +async-channel = { version = "2.3", optional = true } clap = { version = "3.2", optional = true } futures = "0.3" inventory = { version = "0.3", optional = true }