From: Ian Jackson Date: Thu, 15 Jun 2023 16:04:31 +0000 (+0100) Subject: bump deps: tokio X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=64f3c8bbb548ac5c8dd4157049e1ad00200fbef4;p=hippotat.git bump deps: tokio We need improvements including write_all_buf on ChildStdin, and improvements to select!. Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index ddd0594..43b75eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,5 +59,5 @@ sha2 = "0.10" subtle = "2" syslog = "6" thiserror = "1.0.2" -tokio = { version = "1", features = ["full"] } +tokio = { version = "1.7", features = ["full"] } void = "1"