From ea44f29a12fdbbc3c222faba0c3f2150480b3a1e Mon Sep 17 00:00:00 2001 From: Matthieu Le brazidec Date: Thu, 24 Oct 2019 00:14:31 +0200 Subject: [PATCH] Removed registry-related dependencies and futures 0.1 --- bastion/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/bastion/Cargo.toml b/bastion/Cargo.toml index 99c3978c..5650aced 100644 --- a/bastion/Cargo.toml +++ b/bastion/Cargo.toml @@ -35,10 +35,7 @@ maintenance = { status = "actively-developed" } #backtrace = "0.3.32" #crossbeam-channel = "0.3.8" #ctrlc = "3.1.3" -dashmap = "1.2" -#ego-tree = "0.6.0" #env_logger = "0.6.1" -#futures = "0.1.28" futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] } fxhash = "0.2" lazy_static = "1.4"