summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-11-13 01:59:45 -0500
committerGitHub <noreply@github.com>2022-11-13 01:59:45 -0500
commit17ca30c02300d6ceca04a4c0501a5b120ec7880d (patch)
tree1c1272180e1b95710f57317b5bd483692b98faf5 /Cargo.toml
parent5f29758e4c0d8340ca516d9f583f331cd9d997d1 (diff)
other: remove flume (#893)
In hindsight, pulling in flume is probably overkill and doesn't really help much.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bc9dd6b3..96b7a01c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -69,7 +69,6 @@ crossterm = "0.25.0"
ctrlc = { version = "3.1.9", features = ["termination"] }
dirs = "4.0.0"
fern = { version = "0.6.1", optional = true }
-flume = "0.10.14"
futures = "0.3.21"
futures-timer = "3.0.2"
fxhash = "0.2.1"