aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2021-02-03 01:26:02 +0100
committerEskil Queseth <eskilq@kth.se>2021-02-03 01:26:02 +0100
commiteb96b559680e42173c0571b65fcb7fb63afbab62 (patch)
tree59ed522612fbd16a2aa6541e9cd785f78d691925 /mumd/Cargo.toml
parent154a2930b3bbe5ede06648c3a10b8fa4904277f4 (diff)
downloadmum-eb96b559680e42173c0571b65fcb7fb63afbab62.tar.gz
clean up depending on futures
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index 4f0bc19..0a102c4 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -25,8 +25,8 @@ dasp_signal = "0.11"
dasp_frame = "0.11"
dasp_sample = "0.11"
dasp_ring_buffer = "0.11"
-futures = "0.3"
-futures-util = "0.3"
+futures-util = { version = "0.3", features = ["sink"]}
+futures-channel = "0.3.12"
hound = "3.4"
ipc-channel = "0.14"
log = "0.4"