summaryrefslogtreecommitdiffstats
path: root/sq
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 /sq
parent7c1eb5cb0a86fd8198681d7ec53db092876de0cd (diff)
Update tokio to 1.13.1.
- tokio 1.12 has RUSTSEC-2021-0124.
Diffstat (limited to 'sq')
-rw-r--r--sq/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sq/Cargo.toml b/sq/Cargo.toml
index 55b7cf17..75464e95 100644
--- a/sq/Cargo.toml
+++ b/sq/Cargo.toml
@@ -36,7 +36,7 @@ clap = { version = "2.33", features = ["wrap_help"] }
itertools = "0.9"
tempfile = "3.1"
term_size = "0.3"
-tokio = { version = "1", optional = true }
+tokio = { version = "1.13.1", optional = true }
rpassword = "5.0"
[build-dependencies]