From 9f3dd3b1957334501a504ec2fe8621c1c70677c3 Mon Sep 17 00:00:00 2001 From: Sachandhan Ganesh Date: Fri, 15 Jan 2021 12:13:13 -0800 Subject: [PATCH] remove unused crates --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e8c34c9..334bc02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,11 +9,9 @@ description = "message queue abstraction over async network streams" [dependencies] anyhow = "1.0.31" async-channel = "1.4.0" -async-std = { version = "1.6.2", features = ["tokio02", "unstable"] } +async-std = { version = "1.6.2", features = ["unstable"] } async-tls = { version = "0.9.0", default-features = false, features = ["client", "server"]} -async-trait = "0.1.39" bytes = "0.5.5" -dashmap = "3.11.10" futures = "0.3.8" log = "0.4" protobuf = "2.18.1" -- 2.44.0