summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-12-01 13:26:59 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2021-12-01 13:27:01 +0100
commit77beb1cac73d356a085396d20f172568db3c6346 (patch)
tree3e0f2eadf3df0475aae0f24e6a3bae1a1bf28695 /ipc
parent7c1eb5cb0a86fd8198681d7ec53db092876de0cd (diff)
Update tokio to 1.13.1.
- tokio 1.12 has RUSTSEC-2021-0124.
Diffstat (limited to 'ipc')
-rw-r--r--ipc/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 9752189b..2e930b52 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -34,8 +34,7 @@ memsec = { version = ">=0.5", default-features = false }
rand = { version = "0.7" }
tempfile = "3.1"
thiserror = "1.0.2"
-#tokio = { version = "0.2.19", features = ["rt-core", "rt-util", "tcp", "uds", "io-util", "macros"] }
-tokio = { version = "1", features = ["full"] }
+tokio = { version = "1.13.1", features = ["full"] }
tokio-util = { version = "0.6", features = ["compat"] }
socket2 = "0.3.16"
dirs = "2.0"