summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-12-10 11:13:10 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2021-12-10 21:04:19 +0100
commitcfcf4b19311ace6e1ed9994bc9488f48a69474c3 (patch)
tree980fb2cc931ad6d554245021d3eb20e42f3ad704 /ipc
parentcf4c70b46040a53bf3992a124ba70b1b1ca852f1 (diff)
ipc: Reduce tokio features.
Diffstat (limited to 'ipc')
-rw-r--r--ipc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index aeea85fa..265592b8 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -34,7 +34,7 @@ memsec = { version = ">=0.5", default-features = false }
rand = { version = "0.7" }
tempfile = "3.1"
thiserror = "1.0.2"
-tokio = { version = "1.13.1", features = ["full"] }
+tokio = { version = "1.13.1", features = [ "rt-multi-thread", "io-util", "net" ] }
tokio-util = { version = "0.6", features = ["compat"] }
socket2 = "0.3.16"
dirs = "2.0"